My thoughts on this issue (wanting to select all after a mouse-click) are:
+ It's a bad idea.
What if the user wants to use the mouse to select a region, to copy to
the clipboard? Would two clicks be required to initiate that?
+ The behavior is probably platform-specific.
+ Try issuing the following:
def onGotFocus_textbox(self, evt):
print "gf"
#evt.stop()
dabo.ui.callAfterInterval(1000, evt.EventObject.selectAll)
--
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]