BWidget 的 MessageDlg 存在问题
我正在尝试使用 BWidget 的 MessageDlg。正如此处文档所述,-aspect
比率定义消息窗口的宽度和高度之间的比率。
不过,似乎并没有什么效果。对于此代码:
对于
package require BWidget
MessageDlg .msg -type yesno -icon warning -message "Some text." -aspect 50
并且
package require BWidget
MessageDlg .msg -type yesno -icon warning -message "Some text." -aspect 500
在这两种情况下,我都会收到具有默认比率(即 150)的消息窗口。
我正在使用 BWidget 1.9.4。这是 BWidget 的已知问题吗?你能建议一个更好的选择吗?
I am trying to use BWidget's MessageDlg. As it follows from the documentation here, the -aspect
ratio defines the ratio between the width and height of the message window.
However, seems it has no effect. For this code:
For
package require BWidget
MessageDlg .msg -type yesno -icon warning -message "Some text." -aspect 50
and
package require BWidget
MessageDlg .msg -type yesno -icon warning -message "Some text." -aspect 500
in both cases i am getting messages windows with the default ratio (which is 150).
I am using BWidget 1.9.4. Is this a known issue for BWidget? Can you suggest a better alternative?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它似乎被声明了,然后就被忽略了,而且这种情况已经持续了很长一段时间。噢! 请提交错误报告(并记住设置类别字段到
bwidget
)。It appears to be declared and then just ignored, and has been this way for a long time. Ow! File a bug report please (and remember to set the Category field to
bwidget
).