More tree view EVENT_GADGETOPEN

BlitzMax Forums/BlitzMax Programming/More tree view EVENT_GADGETOPEN

Jay Kyburz(Posted 2005) [#1]
Hey All,

Anybody work out how to get at the tree view node that is associated with the open and close events.

SelectedTreeViewNode is no goo because a node doesn't need to be selected to expand and contract it.

Any help would be much appreciated.

Oh yeah.. I'm trying to change the icon of the expanding tree view node.


klepto2(Posted 2005) [#2]


with Event_GadgetOpen and Event_GadgetClose you get the Tree. and with EventExtra you get the right node.


Jay Kyburz(Posted 2005) [#3]
Oh.. extra! thanks klepto.

Is this stuff documented?


skidracer(Posted 2005) [#4]
It was only modified recently and should be documented in the CreateTreeView help.