Hi All,
I have a piece of code that uses the wxPopupControl. It works on Linux but not on Windows?
Can anyone can tell me what it is that I'm doing wrong?
Many thanks
Tertius
python (2.2.3) wxPython (latest)
PopFrm.py (2.77 KB)
Hi All,
I have a piece of code that uses the wxPopupControl. It works on Linux but not on Windows?
Can anyone can tell me what it is that I'm doing wrong?
Many thanks
Tertius
python (2.2.3) wxPython (latest)
PopFrm.py (2.77 KB)
Tertius Cronje wrote:
Hi All,
I have a piece of code that uses the wxPopupControl. It works on Linux but not on Windows?
Can anyone can tell me what it is that I'm doing wrong?
You are giving the frame as the parent of the popup instead of the panel.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!