Reported by ragb on 2012-03-22 17:20
Sighted users have reported some problems with the NVDA wllcome dialg:
- In some computers it is so big that doesn't feet on the scree (I can not reproduce here, someone said that it is small).
- The dialog is not centered. My sighted tester says that it is on the left corner.
- At least in portuguese the StaticLabel text is not wraped, some of the lines don't feet on the window.
For the text wrapping issue one could simply use:
wellcomeLabel.Wrap(self.GetSize().widht)
On the dialog contructor. It seems to work.
However trying
Seems not to center the dialog.
I would also sugest to use a read-only text box instead of a static label on this dialgo. This way the text would scroll by itself on user reading. But this is just a thought.
Blocked by #3148
Reported by ragb on 2012-03-22 17:20
Sighted users have reported some problems with the NVDA wllcome dialg:
For the text wrapping issue one could simply use:
On the dialog contructor. It seems to work.
However trying
Seems not to center the dialog.
I would also sugest to use a read-only text box instead of a static label on this dialgo. This way the text would scroll by itself on user reading. But this is just a thought.
Blocked by #3148