A good gui needs...

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

A good gui needs...

Post by Patz QuickBASIC Creations »

Trying to develop a NGUI (non-graphical user interface), need ideas on what it needs... I've been developing my own SUBs for this stuff... Need Ideas...

:evil: YOU WONT LIKE ME WHEN I NEED IDEAS!!! :evil:
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

Post by Patz QuickBASIC Creations »

Follow-up: It has mouse support...
X-position, y-position, Left button, right button.
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

lol well...the better part of a gui is how useful it is... So tools, utilities, apps for your GUI are definite plusses...;-)...
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

Post by Patz QuickBASIC Creations »

which kinds?
MystikShadows
Veteran
Posts: 703
Joined: Sun Nov 14, 2004 7:36 am
Contact:

Post by MystikShadows »

File managers, calculators, text / picture editors, maybe push things forward and make a small but usable office suite for your GUI (spreadsheet, database, etc etc..) .. Games are always fun...maybe create a language of somesort to program for your GUI :-)
When God created light, so too was born, the first Shadow!

MystikShadows

Need hosting? http://www.jc-hosting.net

Interested in Text & ASCII development? Look no further!
http://www.ascii-world.com
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

Post by Patz QuickBASIC Creations »

oh: it can't hold much text on screen: it's screen 0
how do you get a window to appear w/o changing the whole bg in other screen modes?
Z!re
Veteran
Posts: 887
Joined: Wed Aug 04, 2004 11:15 am

Post by Z!re »

You need to code more.
I'm not trying to sound mean, but it sounds like you dont even know the basics of GUI making.

Textbased UI's are usually refered to as CUI or TUI.. Consol UI/Text UI

With CUI being the more common, yet rare.


The background is always destroyed when you draw a window over it.
Windows, and other GUI's solve this by storing the parts overdrawn by the window in memory, putting them back when the window is moved or closed.

It's advanced stuff.
I have left this dump.
User avatar
{Nathan}
Veteran
Posts: 1169
Joined: Thu Aug 19, 2004 6:08 pm
Location: The wetlands of central Ohio, USA
Contact:

Post by {Nathan} »

Make it graphical... and it would be awsome if you could put linux or windows support on it... dos support...

INTERNET!!!
Image
Patz QuickBASIC Creations
Veteran
Posts: 399
Joined: Wed Mar 02, 2005 9:01 pm
Location: Nashville, Tennessee
Contact:

Post by Patz QuickBASIC Creations »

Z!re: In screen mode 9, when you try to make a text-based window, the whole background changes to gray - which is what I want to avoid.
User avatar
{Nathan}
Veteran
Posts: 1169
Joined: Thu Aug 19, 2004 6:08 pm
Location: The wetlands of central Ohio, USA
Contact:

Post by {Nathan} »

I just got an idea you can fool around with: screen 12 and viewprint.
Image
User avatar
The Walrus
Veteran
Posts: 87
Joined: Fri Apr 01, 2005 7:19 am
Location: Denmark
Contact:

Post by The Walrus »

I wrote an article on that subject for QB Express #10. You can read it here:

http://www.jacobpalm.dk/articles.php?lng=en&pg=566

There's also some tips here you might find useful:

http://www.jacobpalm.dk/articles.php?lng=en&pg=565

Hope this helps :)
If swimming is so good for your figure, how do you explain walruses?
Post Reply