Alexander Zawadzki

Results 42 comments of Alexander Zawadzki

There is not currently an option to do what you want - your most immediate option is to look at the EasyGui source code and create a custom Box configuration...

Block select: as in shift click to select a block of choices? You should definitely already be able to select one at a time (to add to the selection), or...

That is a good point. The reason why we switched at v3.10 was that subsequent versions of Python had completely moved the import and did not provide a back-portable alias....

A few things to discuss here, I think. Proposing to move many of the 'demo' functions to a demo class so that the code files can be *pure* implementation. Proposing...

I think that is the main refactor done. Most boxes now inherit from an AbstractBox which allows for a good amount of code re-use. Things that I'd like to do...

Strange - I can't reproduce this. Did something else change in between the before/after screenshots? If you comment out the pywinauto import do you still see the unexpected (light) dialog?

Hmm, what versions of easygui and pywinauto, and and which Windows OS are you using? I’ll have another shot at reproducing it.. On Sun, 24 Apr 2022 at 05:27, Breadcat...

Nope, my initial hypothesis seems totally wrong. What is your tkinter version? Has it changed since installing and using pywinauto (or other dependencies)? My default theme is 'light' (maybe using...

I'm really not sure what this is, I'm afraid. Can you provide the minimal code required to reproduce this? When does this occur?

@sepvan - I don't think that there is a nice configurable way to do this directly via easygui (yet), so to get what you want immediately there will be a...