Użytkownik Ed Leafe napisał: > On Oct 29, 2010, at 12:39 PM, John Fabiani wrote: > > >> Here are my symptoms: >> >> Type in a number within the min and max of the spinner. Use the tab key and >> the value will revert to the old val. >> > > Paul recently removed a call to flushValue(), so that might explain > your symptoms. > > Try adding the line: > > self.flushValue() >
The flushValue() is called in _spin() and in LostFocus event. John, did you typed your code in mail or pasted from module? Could you put exact few code lines on http://dabo.codepad.org/ ? -- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
