[python-win32] GUI interface for my small RPG applets

2011-10-18 Thread Jacob Kruger
Done using a layout by code module, called LBC, but also noted that, for example, you can add standard wxPython controls as children to things like the lbc.Dialog as well if you want/need to, but anyway. The front-end is here:

[python-win32] The opposite of a wxPython's SetFocus() method?

2011-10-18 Thread Jacob Kruger
Just wondering if therre's something similar to invoking a sort of blur effect to remove focus from a control before returning it to that control? This is partly that since with a screenreader already focused on a control, it won't necessarily render/mention updates to that control by default,