Multi-deletion on TYPE_NODELISTBOX (C++ API)


#1

Creating a node list box is easy and also you can provide a button to remove items inside it, unfortunatly even after enabling multi selection on the list (it works ok) pressing Remove only removes the first selected item.

Any though on this?

Thank you in advance


#2

Can you show a snippet of this? It may be the way you are writing it. I am happy to help if I can.


#3

think i looked into this a while back and decided it was easier (and looks a whole lot better) to implement my own Node list using the ListView windows control (it works much like .net implementation listview in mxs but without the middleman and a lot faster)


#4

i have the same experience