Window with scrollbar

Blitz3D Forums/Blitz3D Programming/Window with scrollbar

asdfasdf(Posted 2005) [#1]
I have a window (a fake one [a graphical window] )that will load an image and then depending on how big the image is the scrollbar can scroll the image. I also want to be able to have the user click on the image and if the user clicked on a button then it would display a contex menu. How do I do that?


jfk EO-11110(Posted 2005) [#2]
Maybe you should use one of the existant GUIs (graphical user interface) libraries. You best read their featurelist first to make sure the GUI is able to do the things you need, that is: Context Menu (or dropdown menu) and Windows with scrollbars. Maybe you'll find one in the toolbox or in the code archives.