I am asking about a problem with wxpython and NVDA.
Héctor Javier Benítez Corredera
Hello, I would like to raise a problem that happens to me with the dialogs in NVDA and wxpython.
Well, it is about the size property in the dialogs, for example: super(ViewDialog,self).__init__(parent, -1, title=""Test", size = (650, 375)). Well in a normal application that works as one wishes. But the thing changes when one makes a dialog for NVDA, in the size property so that in NVDA it has the size 650x375 I have to put approximately 1300x750 so that the dialog has the same size. Well I believe that if we make our dialog with gui.helper that does not happen and the window is taking the necessary size to fit the widgets that we put. The problem for example in my case is that I'm getting more and more into NVDA but I'm still making the windows and dialogs as I would for a Windows application and I miss this particularity. Does anyone know anything about it? Thank you very much and excuse my English. Best regards
|
|
Cyrille
Hello
Maybe something to do with DPI awareness? I just give you this key word to search NVDA code or the web for this term. But I do not know so much about it. Did you increase the size of the text and applications to 200% in Windows? Hope this helps. Cheers, Cyrille De : "Héctor Javier Benítez Corredera" A : nvda-addons@nvda-addons.groups.io Envoyé: vendredi 12 Février 2021 08:29 Objet : [nvda-addons] I am asking about a problem with wxpython and NVDA. Hello, I would like to raise a problem that happens to me with the
dialogs in NVDA and wxpython. Well, it is about the size property in the dialogs, for example: super(ViewDialog,self).__init__(parent, -1, title=""Test", size = (650, 375)). Well in a normal application that works as one wishes. But the thing changes when one makes a dialog for NVDA, in the size property so that in NVDA it has the size 650x375 I have to put approximately 1300x750 so that the dialog has the same size. Well I believe that if we make our dialog with gui.helper that does not happen and the window is taking the necessary size to fit the widgets that we put. The problem for example in my case is that I'm getting more and more into NVDA but I'm still making the windows and dialogs as I would for a Windows application and I miss this particularity. Does anyone know anything about it? Thank you very much and excuse my English. Best regards
|
|
Héctor Javier Benítez Corredera
Good, I comment that I do not see anything so I do not touch
anything regarding the source in Windows.
El 12/02/2021 a las 9:29, Cyrille via
groups.io escribió:
|
|