Locked Re: wxpython
Hi, Based on source codes of add-ons I have, many use sizers for this purpose- not many specify coordinates except for cases it is justified such as a list view. It is perfectly possible for people to use coordinates to position controls, but it runs into multiple issues, chiefly label length, font, translations, high DPI and many variations. Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Sean
Sent: Monday, May 4, 2020 10:59 AM To: nvda@nvda.groups.io Subject: Re: [nvda] wxpython
Two values are written to pos. The values are tuple. But this approach is not a good approach for a blind programmer. Because items on the screen will overlap frequently.
On 04/05/2020 19:44, bhanu computer wrote:
-- SeanI’m student and programmer. I write often Python, sometimes Go and rare C++. |
|