[MaxGUI] double click?

BlitzMax Forums/BlitzMax Programming/[MaxGUI] double click?

Regular K(Posted 2006) [#1]
Im wondering if theres a way to tell if the user double clicked or right clicked a listbox item? I need to be able to distinguish the two.

You guys probably have some nice hacks to get around that ;)

Thank you :D


Grisu(Posted 2006) [#2]
It's possible with latest Syncmod update!

EVENT_GADGETSELECT, EVENT_GADGETACTION, EVENT_GADGETMENU


Regular K(Posted 2006) [#3]
OMG REALLY!

THANK YOU!! i never wouldve figured it out if you didnt tell me

time to figure this out!!!

EDIT: EVENT_GADGETMENU doesnt seem to work... but the others do