0

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?

Vahagn
  • 4,670
  • 9
  • 43
  • 72

1 Answers1

0

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).

Donal Fellows
  • 133,037
  • 18
  • 149
  • 215