refresh


void refresh(int ms)

Refreshes the component after ms milliseconds.

 ms The time in milliseconds to wait before refreshing diputree.

Remarks

Always call refresh after making changes to diputree.

If performing a lot of changes in bulk, then call refresh only once at the end.

Code snippet

Refresh diputree after 1/10th of a second.

diputree.refresh (100);

 


diputree documentation © 2000 dipu