Get command with font.draw and/or textboxes?
Author |
Message |
Vissar
|
Posted: Mon Nov 27, 2006 10:34 am Post subject: Get command with font.draw and/or textboxes? |
|
|
In simple terms... I want to "get" varriables but in font.draw mode so that the variables look nice early because I don't intend to cls (it would be impractical for my program). How can this be done?
Also, just for future referance, I'd like to know how to be able to "get" varriables with boxes. I've seen other people do it but couldn't figure it out. >_< |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Mon Nov 27, 2006 10:43 am Post subject: (No subject) |
|
|
please search the forums, this is a very common question.
The answer involves turning on noecho, and using getch() to read variable values one letter at a time.
Boxes involve the GUI module. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
Vissar
|
Posted: Mon Nov 27, 2006 2:10 pm Post subject: (No subject) |
|
|
Can't search for something I have no clue how to start. That's like searching for "giraffe" when all you know about it is "mammal."
With those key words, I have come accross
http://www.compsci.ca/v2/viewtopic.php?t=13777&highlight=getch
but I don't understand the complex first part... |
|
|
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Mon Nov 27, 2006 2:42 pm Post subject: (No subject) |
|
|
you found exactly what you were lookin for
now you just need to learn enough programmin to understand it. Read the Turing Walkthrough and ask questions. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
|
|