[dabo-users] No binding to Key events

2013-12-14 Thread Ricardo Aráoz
Sorry about all the questions today :-) Still trying to get things going in windows. I have this dNumericBox : objectRef = dabo.ui.dNumericBox(self, NameBase="TotalFc", DataSource="Compra", DataField="ImporteTotal", RegID='

Re: [dabo-users] No binding to Key events

2013-12-14 Thread Paul McNett
On 12/14/13 1:05 PM, Ricardo Aráoz wrote: > Sorry about all the questions today :-) > > Still trying to get things going in windows. > I have this dNumericBox : > > objectRef = dabo.ui.dNumericBox(self, NameBase="TotalFc", > DataSource="Compra", DataField="

Re: [dabo-users] No binding to Key events

2013-12-14 Thread Ricardo Aráoz
El 14/12/2013 18:42, Paul McNett escribió: On 12/14/13 1:05 PM, Ricardo Aráoz wrote: Sorry about all the questions today :-) Still trying to get things going in windows. I have this dNumericBox : objectRef = dabo.ui.dNumericBox(self, NameBase="TotalFc",

Re: [dabo-users] No binding to Key events

2013-12-14 Thread Paul McNett
On 12/14/13 2:13 PM, Ricardo Aráoz wrote: > I guess that's some wx thingy. Yes. > How do I add this to the dabo dNumericBox object? Just to see if it's even going to work, edit dabo/dabo/ui/uiwx/dNumericBox.py, and in the __init__ method say: kwargs["style"] = wx.WANTS_CHARS at some point be

Re: [dabo-users] No binding to Key events

2013-12-15 Thread Ricardo Aráoz
El 14/12/2013 21:02, Paul McNett escribió: On 12/14/13 2:13 PM, Ricardo Aráoz wrote: I guess that's some wx thingy. Yes. How do I add this to the dabo dNumericBox object? Just to see if it's even going to work, edit dabo/dabo/ui/uiwx/dNumericBox.py, and in the __init__ method say: kwargs[

Re: [dabo-users] No binding to Key events

2013-12-15 Thread Ricardo Aráoz
El 15/12/2013 10:36, Ricardo Aráoz escribió: Done. It works!!! So what are the options you wish to explore. There's something strange going on with events in windows. I am binding a dButton's KeyUp event. It would seem that the KeyUp event gets fired when the button GETS focus and the event

Re: [dabo-users] No binding to Key events

2013-12-15 Thread Paul McNett
> On Dec 15, 2013, at 8:19, Ricardo Aráoz wrote: > > El 15/12/2013 10:36, Ricardo Aráoz escribió: >> >> Done. It works!!! >> So what are the options you wish to explore. > > There's something strange going on with events in windows. > I am binding a dButton's KeyUp event. It would seem that t

Re: [dabo-users] No binding to Key events

2013-12-15 Thread Ricardo Aráoz
El 15/12/2013 13:35, Paul McNett escribió: On Dec 15, 2013, at 8:19, Ricardo Aráoz wrote: El 15/12/2013 10:36, Ricardo Aráoz escribió: Done. It works!!! So what are the options you wish to explore. There's something strange going on with events in windows. I am binding a dButton's KeyUp eve

Re: [dabo-users] No binding to Key events

2013-12-15 Thread Ricardo Aráoz
El 15/12/2013 15:56, Ricardo Aráoz escribió: El 15/12/2013 13:35, Paul McNett escribió: On Dec 15, 2013, at 8:19, Ricardo Aráoz wrote: El 15/12/2013 10:36, Ricardo Aráoz escribió: Done. It works!!! So what are the options you wish to explore. There's something strange going on with events

Re: [dabo-users] No binding to Key events

2013-12-17 Thread Paul McNett
> As for windows I've run out of options. H > ow do you control focus flow among different containers within the same page? > Am I looking at this the wrong way, is there a better way to accomplish this? > I don't recall ever having to deal with navigation as that's provided by wx and the platfo