[wxpython-users] Binding to a single control

Oswaldo Hernández listas at soft-com.es
Sun Mar 30 10:39:44 PDT 2008


Raffaello Barella escribió:
> Is there a limit to the number of bindings we can make not to the frame 
> but to the single control?
> 
> To explain the sense of my question, I subclassed a wx.ComboBox, and 
> inside the class there's a self.Bind(wx.EVT_COMBOBOX...).
> When using this subclass in an application, I put another 
> myCombo.Bind(wx.EVT_COMBOBOX...), and the binding did not work.
> I replaced the second binding with a self.Bind(wx.EVT_COMBOBOX, 
> self.OnEVT_COMBOBOX, myCombo) and now it works.
> 
> 

evt.Skip() ????

-- 
*****************************************
Oswaldo Hernández
oswaldo (@) soft-com (.) es
*****************************************
PD:
Antes de imprimir este mensaje, asegúrese de que es necesario.
El medio ambiente está en nuestra mano.


More information about the wxpython-users mailing list