Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NvDA's Wellcome dialog is not properly sized and centered #2192

Closed
nvaccessAuto opened this issue Mar 22, 2012 · 2 comments
Closed

NvDA's Wellcome dialog is not properly sized and centered #2192

nvaccessAuto opened this issue Mar 22, 2012 · 2 comments

Comments

@nvaccessAuto
Copy link

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

self.Center(wx.BOTH)

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

@nvaccessAuto
Copy link
Author

Comment 1 by nvdakor on 2014-10-01 06:13
Hi,
There is a similar thread going on in #3148. Even with WXPython 3.0.1 installed, the dialog is positioned on the top left corner.
Thanks.

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2015-05-26 23:57
Fixed as part of #3148.
Changes:
Added labels: duplicate
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant