dabo Commit
Revision 7207
Date: 2012-07-12 14:42:10 -0700 (Thu, 12 Jul 2012)
Author: Nate
Trac: http://trac.dabodev.com/changeset/7207
Changed:
U trunk/dabo/ui/uiwx/dDatePicker.py
Log:
Removed Debug messages and crufty code I accidentally added.
Diff:
Modified: trunk/dabo/ui/uiwx/dDatePicker.py
===================================================================
--- trunk/dabo/ui/uiwx/dDatePicker.py 2012-07-12 21:41:27 UTC (rev 7206)
+++ trunk/dabo/ui/uiwx/dDatePicker.py 2012-07-12 21:42:10 UTC (rev 7207)
@@ -197,14 +197,6 @@
self.bindKey("backspace", self._processKey)
self.bindKey("delete", self._processKey)
- # def __onWxKeyChar(self, evt):
- # self.raiseEvent(dEvents.KeyChar, evt)
- # dabo.ui.dCallAfterInterval(100, self.__checkNoneValue())
- #
- # def __checkNoneValue(self):
- # if super(dDatePicker, self).GetValue() == 'INVALID DateTime':
- # self.SetValue(None)
-
def _getPyValue(self, val):
if self._lastWasNone:
val = None
@@ -219,7 +211,6 @@
self._timePart[3]
)
)
- print "Value after py val is '%s'" % val
return val
_______________________________________________
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]