PythonCard - 我可以单独启动 CustomDialog 吗?

发布于 2024-07-25 05:42:18 字数 114 浏览 4 评论 0原文

我制作了一个 CustomDialog 来让用户配置设置。 通常我希望从主应用程序中的菜单项启动它,效果很好。

但在安装过程中,我只想启动对话框让用户配置设置。 有没有办法让我两者兼得?

I have a CustomDialog I made to let the user configure settings. Normally I want this to be launched from a menu item within the main application which works fine.

But during the install, I want to launch just the dialog to let the user configure the settings. Is there a way I can have both?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

兔姬 2024-08-01 05:42:18

通过一些支持代码,您可以 - 请参阅 wizard.py它启动一个几乎独立的自定义对话框子类“向导”。

With a little supporting code you can -- see e.g. wizard.py which launches an almost-stand-alone custom dialog subclass "wizard".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文