Hello everyone,
Would you like a help in the code:
I need every typing in wx.SearchCtrl, should be created an element in the listbox in PopupTransientWindow.
Is this possible?
Thank’s
testwxpopup.py (1.49 KB)
Hello everyone,
Would you like a help in the code:
I need every typing in wx.SearchCtrl, should be created an element in the listbox in PopupTransientWindow.
Is this possible?
Thank’s
testwxpopup.py (1.49 KB)
Last I checked it's kinda tricky to do things like this with the PopupTransientWindow because as soon as it loses focus (such as giving the textctrl focus) then it will close itself.
suporte.itksoft@gmail.com wrote:
Hello everyone,
Would you like a help in the code:
I need every typing in wx.SearchCtrl, should be created an element in
the listbox in PopupTransientWindow.Is this possible?
--
Robin Dunn
Software Craftsman