Context Menu - Pop-Up

Blitz3D Forums/Blitz3D Programming/Context Menu - Pop-Up

SSzretter(Posted 2004) [#1]
Is it possible to create a context / pop-up menu in blitz 3D -- for example, when you click on an object it will pop-up some sort of menu of possible choices?

Any thoughts, tips, samples, links, etc. appreciated!

Thanks.


Eole(Posted 2004) [#2]
You can try our system BCF 3.0, it's GUI for Blitz3D

http://www.3dgametool.com/project_bcf3.htm


aCiD2(Posted 2004) [#3]
XlntGui can do that aswell - thats what i use :P
www.xlnt.co.uk


SSzretter(Posted 2004) [#4]
Hmm... but with these GUI libs, can you do a pop-up menu or other without opening a window?

I want it so the user right clicks on a 3D object, and a pop-up menu appears right at their mouse cursor, already popped-up, and they just move the mouse to their choice, and let go...


SSzretter(Posted 2004) [#5]
Ok, after reading some, I see in xlnt that you can use quick menus which pops-up if you right click, but is it possible to pop-up for other types of clicks like left click, etc.?


Eole(Posted 2004) [#6]
If yes possible to create a coneptual menu whith windows, go and download the demo :-)


electronin(Posted 2004) [#7]
Hey SSzretter,
I think I almost have a solution to this, I'll try and get it to work :)


electronin(Posted 2004) [#8]
OK, here it is:


Far from optimized, let me know of any bugs or features you want :)


SSzretter(Posted 2004) [#9]
Very nice electronin, thank you.