PopupWindow and SpinControl

Hi,

I'm trying to use a SpinControl in a PopupWindow. A small example is attached. It is possible to change the values of the Spincontrols by clicking on the up and down arrows. However it is not possible to manually enter any values in the textcontrol. Anybody know why it doesn't work?

Thanks,
Max Landaeus

ElDelayPopup.py (3.25 KB)

Max Landaeus wrote:

Hi,

I'm trying to use a SpinControl in a PopupWindow. A small example is attached. It is possible to change the values of the Spincontrols by clicking on the up and down arrows. However it is not possible to manually enter any values in the textcontrol. Anybody know why it doesn't work?

This is a problem in the implementation of PopupWindow on MSW. It has problems giving the focus to child widgets, and nobody has been able to figure out why yet.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!