Uniquely identifiying a Group node in Project Viewer plugin
Submitted by Sunday, 16 August, 2009 - 12:54
on
Hi all,
Hope this is the right forum to ask.
Project Viewer plugin allows for project groups with the same name even at the same tree depth level. I need to get at the same VPTGroup node on each run when my own plugin initializes but cant use node paths plus node names for this purpose. Storing an index into and array of equally named groups wouldn't work either as groups before mine could get deleted form PV's main ui.
Setting a custom Icon for my Group could be a solution as I could check on this bu then, no method is available for setting node Icons, just for getting them.. Maybe I've overlooked this?
I've been studying PV's api but couldn't find anything appropriate. Anyone could give any hint?
Thanks in advance,
David
Hope this is the right forum to ask.
Project Viewer plugin allows for project groups with the same name even at the same tree depth level. I need to get at the same VPTGroup node on each run when my own plugin initializes but cant use node paths plus node names for this purpose. Storing an index into and array of equally named groups wouldn't work either as groups before mine could get deleted form PV's main ui.
Setting a custom Icon for my Group could be a solution as I could check on this bu then, no method is available for setting node Icons, just for getting them.. Maybe I've overlooked this?
I've been studying PV's api but couldn't find anything appropriate. Anyone could give any hint?
Thanks in advance,
David