PDA

View Full Version : Bug? tree.setnode on preload event



Tomasin
07-06-2009, 12:39 PM
Hi

is use tree.setnode on preload event this not work, not show any node in the tree object :huh

Ulrich
07-07-2009, 12:28 PM
Please check the help file:

On Preload
The actions that will be performed right after the page is created in memory, before the page (or any of the objects on it) is shown. (...)

Note: Some actions (especially object-related actions) may not work properly on this event because it occurs before any of the page's objects are "created." If an action doesn't work at On Preload, try it at On Show instead.


Ulrich

Tomasin
07-07-2009, 12:57 PM
OK thanks Ulrich