How to put fill (color) a GUI.CreateLabelledFrame?
Author |
Message |
CheshireFox
|
Posted: Tue Dec 10, 2013 10:01 pm Post subject: How to put fill (color) a GUI.CreateLabelledFrame? |
|
|
What is it you are trying to achieve?
Trying to get a fill color for the area of the frame
What is the problem you are having?
Don't know where to put color code, or if even possible
Describe what you have tried to solve this problem
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Turing: |
var textbox : int
var text : int
textbox := GUI.CreateLabelledFrame (15, 10 , 1410, 150, GUI.INDENT, "Person1")
text := GUI.CreateLabelFull (15, 10, "hi",
1410, 150, GUI.CENTER + GUI.MIDDLE, 0)
|
Please specify what version of Turing you are using
4.1.1
Any help is appreciated! Thanks! |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Raknarg
|
Posted: Tue Dec 10, 2013 11:12 pm Post subject: RE:How to put fill (color) a GUI.CreateLabelledFrame? |
|
|
If it doesn't give you an option, I doubt it's possible. The Turing GUI module isn't exactly complete. I make my own GUI stuff instead if I want stuff like that |
|
|
|
|
|
|
|