Answered
How to auto-refresh the panel in panel tree view plugin .....
Hi Team,
I am modifying the paneltreeview plugin.... Currently I need an auto-refresh of the panel .... please suggest how to do the same... Thanks in advance....
Hi Team,
I am modifying the paneltreeview plugin.... Currently I need an auto-refresh of the panel .... please suggest how to do the same... Thanks in advance....
Not sure what your definition of "auto-refresh" is. In case you know the event that will trigger the refresh, and you want to redraw the tree, simply call
ITreeViewMgr::ClearTree()
ITreeViewMgr::ChangeRoot(kTrue)
PnlTrvIdleTask::refresh() clearly demonstrates it.
HTH
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.