PythonCard - 我可以单独启动 CustomDialog 吗?
我制作了一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过一些支持代码,您可以 - 请参阅 wizard.py它启动一个几乎独立的自定义对话框子类“向导”。
With a little supporting code you can -- see e.g. wizard.py which launches an almost-stand-alone custom dialog subclass "wizard".