Robert M Lugg

Results 32 issues of Robert M Lugg

also asked for here: http://stackoverflow.com/questions/18623945/python-easygui-window-size

""" I did not find any useful link that talks about how to change the background color in easygui. Is there a way to change the background color in EASY...

enhancement

Integrate the work by Robbie in the main branch. Consider if any work needs to be done first.

support dict-like objects to be passed in as images parameter. Treat them as OrderedDicts to preserve their order if the user passes in an OrderedDict. If the user selects a...

enhancement

It is possible to create a single file containing all of our files. Do that to simplify the install for users. See the discussion here: http://blog.ablepear.com/2012/10/bundling-python-files-into-stand-alone.html

Consider internationalizing all our "hard-coded" texts using a strategy such as this: https://docs.python.org/2/library/gettext.html

enhancement

Provide ability to only show an image (no buttons, etc) in a dialog. perhaps modify buttonbox to do that...have 'choices' argument support an empty list in which case no buttons...

Original text from: http://all-you-need-is-tech.blogspot.com/2013/01/improving-easygui-for-python.html Andrew S08 June, 2013 23:32 Thanks Robbie this is very useful for building GUIs that look decent without much effort. One question: I have a multenterbox...

For hex_entry.py test case and others provide better control over text entry.