Andre Arpin <ar...@kingston.net> 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.


------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to