Qbasicnews.com

Full Version: FB GUI with on-demand plumbing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi folks,

I need a GUI system that lets me place standardized graphic user interface elements.

I also need the GUI system to have on-demand plumbing, that is, nothing in the GUI changes unless I tell it to change. For instance, say I am moving along a scrollbar. So the system would have a function that checks whether I clicked in the scrollbar. I call the function, then I call one that calculates by how much I should scroll, and one that updates the scrollbar picture. I do NOT want a pre-set arrangement that "automatically" adjusts the scrollbar as I click on it like in VB.

Any suggestions? Big Grin
Windows API?

Anonymous

Port a QB "OS" to FB.
GTK.
Allegro comes with a GUI which is pretty flexible plus "skinnable".
Thanks, I'll look into those.