areich@aol.com wrote:
Hi,
I have a wxPython application that is still coming up graphically, but none of the elements are clickable. I can type into a text box and tab to shift focus into a bitmapbutton but not click on any element, bitmapbutton, etc.
Platform and version?
If on Windows then this can sometimes happen if there is some screwyness in the window hierarchy. For example you are laying out the widgets as if they were the children of a panel, but in reality they are the children of the panel's parent. Etc.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!