videopost select node

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 12/12/2002 at 09:35, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.012 
Platform:   Windows  ; Mac  ;  
Language(s) :     C++  ;

---------
it is possible to change the position of a video post node by doing
node->remove
node->insertbefore(another node)
ect
but it doesnt seem possible to select a node. (the light grey bar in vp list)
ive tried normal baselist2d stuff like SetBit() or even  Edit() ,these dont work.
i cant find how to  force a node to be the active node in the videopost list.
i have made 2 buttons in my plugin , which allow me to move the plugin up/down the list , works just fine , but , if my plugin is  in row 3 and i move it up 1 , row 3  is still active , so i  have to click on my plugin at row 2 to edit the dialog again :/
any ideas?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/12/2002 at 05:23, xxxxxxxx wrote:

The selection seems to be private and based on index only, so it's not possible to change it. Btw, what's wrong with the up/down arrows in the render dialog?

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 13/12/2002 at 06:05, xxxxxxxx wrote:

what's wrong with the up/down arrows in the render dialog?

nothing at all , just trying things out.