Simen Haugen wrote: > What happend to this one? > > > > I just updated dabo to svn and wx to 2.8. > > I have code like this: > > > > ... > > cmb = dabo.ui.dComboBox(self, OnHit=self.cmbHit) > > cmb.AppendOnEnter = True > > > > self.cmbHit(self, evt): > > print "combo hit" > > > > ... > > > > cmbHit is never called, and neither is values appended to the combobox > when pressing enter. > > > > No errors are printed.
This is likely caused by a change I made last month. Could you please add a ticket for this? http://svn.dabodev.com/trac/dabo/newticket -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
