From: Lostgallifreyan <z....@bt...> - 2010-12-29 22:01:18
|
Andre Arpin <ar...@ki...> wrote: (29/12/2010 21:42) >sp:Connect(wx.wxEVT_KILL_FOCUS, > function(event) > print('k') > end) > Thanks. That one's useful, it solves one problem. I could use it to restore the original text display. That still leaves a need to fix the lack of signal from the spinctrl if the value is not changed. That needs more than a mouseclick, it has to detect the area of each button, which gets so complex that I might as well display my own bitmaps and click on them, it would be easier! None of which is what I want! I'm asking merely that the wxSpinctrl works as it used to. It worked fine before, now it's broken and doesn't let us have signals to intercept to overcome its new limitations. I think wxLua lets me make my own handler for events in another control, but even that won't help me if the event produces no initial signal at all. |