
-----------------------------------
aldreneo
Tue May 02, 2006 7:35 pm

Run window bgcolour?
-----------------------------------
How do I change the run window bgcolor....
colorback only works for where the text is inputted/outputted

-----------------------------------
aldreneo
Tue May 02, 2006 7:39 pm


-----------------------------------
Sorry for all the questions

-----------------------------------
HellblazerX
Tue May 02, 2006 7:43 pm


-----------------------------------
try this:

colorback (red)
cls


-----------------------------------
Junkhead
Tue May 02, 2006 7:44 pm


-----------------------------------
You can use the GUI library to do something with the background colour, though I can't remember the specific command.  GUI.SetBackgrounColour I think.

-----------------------------------
aldreneo
Tue May 02, 2006 7:51 pm


-----------------------------------
Thanks so much...

-----------------------------------
TokenHerbz
Tue May 02, 2006 8:44 pm


-----------------------------------
draw a big box.... lolz

drawfillbox(0,0,maxx,maxy,color)

-----------------------------------
NikG
Tue May 02, 2006 11:39 pm


-----------------------------------
try this:

colorback (red)
cls
Haha, wow, I can't believe that works.

-----------------------------------
upthescale
Wed May 03, 2006 5:07 pm


-----------------------------------
draw a big box.... lolz

drawfillbox(0,0,maxx,maxy,color)

if so that, but with a circle lol!

-----------------------------------
do_pete
Wed May 03, 2006 5:17 pm


-----------------------------------
Stop your spamming, your starting to piss people off.

-----------------------------------
Clayton
Wed May 03, 2006 5:24 pm


-----------------------------------
how does Turing actually determine what the background color is anyways? ive heard that it takes whichever color hold the majority of the pixels in the run window, but i dont think thats right? anyone know how it works?

@upthescale ^^what he said^^

-----------------------------------
codemage
Thu May 04, 2006 7:56 am


-----------------------------------
It's white unless you change it to something else with colourback().
