OK, does the justify option not work in the BWidget MessageDlg?
Whether I do
MessageDlg .msgdlg -parent . -message "Why doesn't\nthis thing work?" -type ok -justify center -icon info
or even
MessageDlg .msgdlg -parent . -message "Why doesn't
this thing work?" -type ok -justify center -icon info
I get all the text justified left. -justify right doesn't seem to work either.
Whether I do
MessageDlg .msgdlg -parent . -message "Why doesn't\nthis thing work?" -type ok -justify center -icon info
or even
MessageDlg .msgdlg -parent . -message "Why doesn't
this thing work?" -type ok -justify center -icon info
I get all the text justified left. -justify right doesn't seem to work either.