BWidget 的 MessageDlg 存在问题

发布于 2024-10-11 10:06:11 字数 564 浏览 2 评论 0原文

我正在尝试使用 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 技术交流群。

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

发布评论

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

评论(1

壹場煙雨 2024-10-18 10:06:11

它似乎被声明了,然后就被忽略了,而且这种情况已经持续了很长一段时间。噢! 请提交错误报告(并记住设置类别字段到 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).

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