dabo Commit
Revision 5213
Date: 2009-05-12 16:18:46 -0700 (Tue, 12 May 2009)
Author: Paul
Trac: http://trac.dabodev.com/changeset/5213

Changed:
U   trunk/dabo/ui/uiwx/__init__.py

Log:
Forgot about SelectOnEntry property; reverted last change

Diff:
Modified: trunk/dabo/ui/uiwx/__init__.py
===================================================================
--- trunk/dabo/ui/uiwx/__init__.py      2009-05-12 22:59:02 UTC (rev 5212)
+++ trunk/dabo/ui/uiwx/__init__.py      2009-05-12 23:18:46 UTC (rev 5213)
@@ -704,13 +704,13 @@
                        self.Caption = caption
                        lbl = dabo.ui.dLabel(self, Caption=message)
                        self.strVal = dabo.ui.dTextBox(self, **kwargs)
+                       print self.strVal.SelectOnEntry
                        hs = dabo.ui.dSizer("h")
                        hs.append(lbl, halign="Right")
                        hs.appendSpacer(5)
                        hs.append(self.strVal, 1)
                        self.Sizer.append(hs, "expand")
                        dabo.ui.callAfter(self.strVal.setFocus)
-                       dabo.ui.callAfter(self.strVal.selectAll)
 
        if defaultValue:
                kwargs["Value"] = defaultValue



_______________________________________________
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]

Reply via email to