Categories | Question details Back To List | ||
Is
there any way to display “busy” or “loading” or “please wait” status – while a
large number of children a... Is there any way to display “busy” or “loading” or “please wait” status – while a large number of children are dynamically loaded – either with status text or cursor busy graphic? – and disable IE’s slow script warning? Answer posted on Mar 07, 2007 11:04 Tree has two events (pro version) - XMLoadStart and XMLLoadEnd - those events called on any action related to tree XML loading parsing. You can use them to organize any kind of "busy" message (See in documentation samples/pro_xml_loading.html)Answer posted by Inga (Support) on Dec 08, 2014 00:36 The information connected with app touch and treeview editor also can help you, so please check it too. |