How to get index of treeview node?

BlitzMax Forums/BlitzMax Programming/How to get index of treeview node?

ozak(Posted 2006) [#1]
I can't seem to find a function for it?

Thanks in advance


Brucey(Posted 2006) [#2]
There isn't one :-)

The way I worked around it was to use a tree-model which mapped each node in the treeview.

This could probably be raised as a feature request.


ozak(Posted 2006) [#3]
If only I had a dollar for every time I hacked something together to work around MaxGUI issues. Especially between PC/Mac. But hey. That's the fun part of being a programmer right? Right?!?? ;)


Brucey(Posted 2006) [#4]
Sounds good to me ;-)

I've not found many mac/pc differences so far, apart from what look to be the occasional missing functionality in one or the other (which get raised as bugs in the hope of it one day all being the same)