dabo Commit
Revision 5800
Date: 2010-04-28 06:22:04 -0700 (Wed, 28 Apr 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5800
Changed:
U trunk/dabo/ui/uiwx/dEditBox.py
Log:
The demo code created a useless control that didn't demonstrate the usage of
the dEditBox. I changed it back to a normal edit box; perhaps a more robust
demo can be created in the future.
Diff:
Modified: trunk/dabo/ui/uiwx/dEditBox.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditBox.py 2010-04-27 18:40:04 UTC (rev 5799)
+++ trunk/dabo/ui/uiwx/dEditBox.py 2010-04-28 13:22:04 UTC (rev 5800)
@@ -73,7 +73,7 @@
class _dEditBox_test(dEditBox):
def initProperties(self):
- self.Size = (333, 175)
+ self.Size = (444, 244)
self.Value = """Love, exciting and new
Come aboard, were expecting you
Love, lifes sweetest reward
@@ -102,10 +102,8 @@
Its the Love Boat
Its the Love Boat
"""
- self.TextLength = 50
- self.ForceCase = "u"
+
-
if __name__ == "__main__":
import test
test.Test().runTest(_dEditBox_test)
_______________________________________________
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]