dabo Commit
Revision 3618
Date: 2007-11-02 12:21:08 -0700 (Fri, 02 Nov 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3618
Changed:
U trunk/demo/DaboDemo.cdxml
Log:
Set focus to the tree in DaboDemo upon init.
The focus still gets lost with some of the demos. It would be nice if the
focus stayed with the tree until the user click over to the demo panels.
Diff:
Modified: trunk/demo/DaboDemo.cdxml
===================================================================
--- trunk/demo/DaboDemo.cdxml 2007-11-02 19:01:01 UTC (rev 3617)
+++ trunk/demo/DaboDemo.cdxml 2007-11-02 19:21:08 UTC (rev 3618)
@@ -89,6 +89,7 @@
sn = tree.appendNode(nd, sc)
sn._obj = demos[mc][sc]
tree.expandAll()
+ tree.setFocus()
]]>
</afterInitAll>
<onClearOutput><![CDATA[
_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]