Qbasicnews.com

Full Version: New Gui in coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm developing a new Gui in qbasic using Future.Library. Please download and tell what you think or suggest.

It features:

*Windows XP and windows 95 style interfaces
*any bitdeph/resolution
*Pretty fast (you can check a demo what you'll find from my homepage)
*Object oriented -all controls are object and they are handled exactly the same way -so it is wery easy to use it.

Homepage: www.hot.ee/wizgui
It's a very nice start. Looks like it's going to be great.
Not bad man...I'll check it out on an older and slower PC to test its speed
i can test it on a 386 laptop
You're claiming true multitasking, just like so many before you. Where's loosecaboose when you need him? :lol:
I' don't claim actually "TRUE" multitasking. WizGui gives you a possablity to use windows. In every window you can program different program using Gui controls(windows, buttons, textboxes) True multitasking would be that it runs several exe or other external files simulatosly, but it's just a gui(it gives nothing more then just it's controls). What I meant by sayng Multitasking is that: You make many programs in one(qbasic bas or project), but for example you'll seperate them by ActiveWindow.


IF ActiveWin = 1 THEN
execute one program code....
END IF
IF ActiveWin = 2 THEN
Execute second program code ...
END IF
and so on...


So ofcorse -therer's no real multitasking, but what are you waiting from qbasic? And to refresh window contents you can call ReFreshWindow WinID.

New version of WizGui 2 demo will be aviable in two day's. So if you are interested then keep on checking.

www.hot.ee/wizgui
I ran the demo :o Proper z-indexing, buttons look sweet-as (I tried it in 1024X768 32Bit). A bit slow, but that'll be because of the hi-res etc.
Okey I updated WizGui home page. Litle bit soone then I expected(it's becouse I have three free lessons today at school becouse teacher was somwhere in germany) New demo and screenshot added.

Okey please review it and tell what you think, if you have suggestions, questions or etc.. then just ask and I'll try to answer.

www.hot.ee/wizgui
Very very good, but it seems kinda slow....
Looks great. But what for is windows support (if it's not the OS)? And will there be an editor for GUI items?
Pages: 1 2