Changeset 3618

Show
Ignore:
Timestamp:
11/02/07 12:21:08 (1 year ago)
Author:
paul
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/demo/DaboDemo.cdxml

    r3560 r3618  
    9090            sn._obj = demos[mc][sc] 
    9191    tree.expandAll() 
     92    tree.setFocus() 
    9293]]> 
    9394        </afterInitAll>