Spencer Phillip Young

Results 210 comments of Spencer Phillip Young

Per the documentation, EasyGUI is NOT event-driven, so this kind of functionality is not _directly_ exposed by EasyGUI, but you can access some underlying Tkinter functionality to do this. Namely,...

The technique I've used to leverage threading is to have GUI running in the main thread and other tasks running in threads. Maybe not the most minimal example, but I...

@thomas-haslwanter could you include the entire code used to produce this error? Mainly, I'm curious what other packages you might be using along with easygui. Famously, matplotlib has an odd...

@webpolis I believe the README means it does not have any *Python* dependencies, which is true since tkinter is included in the standard lib. Additionally, you can reasonably expect Tk...

There's a couple things on my mind that I'd be happy to tackle as a collaborator * Resolving/managing outstanding issues/PRs * Getting some CI setup * Run tests and build...

It makes sense to me that, if there are *no* choices, raising an error would be a valid response. The main issue I take with the default behavior is when...

Can you elaborate on why this change is needed? Your suggestion seems like it would not match the other APIs. Looking at the other boxes in `derived_boxes.py`, they all follow...

Confirmed on Windows and Ubuntu. It appears this was part of a major change to the box code. Where the message field used to be a `tk.Message` widget, but has...

@rbalik see my pull request on this for the fix.

@brombeerberg The fix for this was merged into master already and is in the current version. See #110 The [topper package for easygui](https://anaconda.org/topper/easygui/files) has not been updated since that change...