Double clicking - WinBlitz3D

Blitz3D Forums/Blitz3D Programming/Double clicking - WinBlitz3D

Yahfree(Posted 2007) [#1]
I have a tree view gadget that the user can select stuff from..

Lets say that each object on this treeview catagorized with main nodes, then the selectable objects are childern of their catagory nodes...

Now i want some way for the user to be able to double click one of the selectable nodes... Then it would compare the node name with a data structure name, and find out how much capacity each one takes..

Then it would add this capacity to the total capacity and see if its under limit or not.

What i cant figure out is how the user will be able to double click a node. Any ideas?


Danny(Posted 2007) [#2]
Check the examples, it's all in there..


Yahfree(Posted 2007) [#3]
I'v been looking through the documents cant find one with double clicking in it, what example are you talking about?

Edit, i think i'll have a Add item button, that should do the trick.


Kev(Posted 2007) [#4]
Hi Yahfree

double clicks are recived like a single click through WB3D_EVENT_GADGET, theres now whay to test a double click in wb3d.

kev