Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Clearing GUI items
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
avsrule247




PostPosted: Sat Jan 13, 2007 9:46 am   Post subject: Clearing GUI items

Hey,

Basically I have a program with a menu at the top. When I start the program, you choose a menu option, and then it draws a few image buttons on the screen. When you click on a image button, I want all the buttons to clear. The problem is that if I use CLS then it clears the menu as well. How do I make it so when you click on a button, it only clears the buttons off the screen, and NOT the menu?
Sponsor
Sponsor
Sponsor
sponsor
Cervantes




PostPosted: Sat Jan 13, 2007 10:38 am   Post subject: RE:Clearing GUI items

Why don't you just cls then redraw the menu? Alternatively, you could Draw.FillBox over everything but the menu. I'd recommend the first solution, however. It's more self consistent and will make things easier.
n00b.skillz




PostPosted: Sat Jan 13, 2007 2:07 pm   Post subject: Re: Clearing GUI items

What are the parameters of Draw.FillBox?
Ultrahex




PostPosted: Sat Jan 13, 2007 2:31 pm   Post subject: Re: Clearing GUI items

Draw.FillBox (x1, y1, x2, y2, Color : int)

are the parmenters, you can look this up in Turing Documentation

Its Under Help -> Turing Reference; Inside Turing

or by hitting F10 in Turing

Also close to all the commands you will ever need are posted there.
n00b.skillz




PostPosted: Sat Jan 13, 2007 3:32 pm   Post subject: Re: Clearing GUI items

wow man thx alot now i dun't have to use that old book my teacher has on all of this:P
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: