Computer Science Canada Is it possible to color exdent/indent GUIframes? |
Author: | Namis [ Wed Jan 21, 2004 12:33 am ] |
Post subject: | Is it possible to color exdent/indent GUIframes? |
im wondering if there is a way to color exdent/indent GUI frames.. (using GUI.CreateFrame, i could use GUI.SetBackgroundColor but it onily works for gray..) Is this possible? there is no color type in the allowed fields.. (x1,y1,x2,y2,GUI.Exdent) and if i use a simple color fill over it, it goes over the frame and just makes it look flat, any help is appreciated ;\ |
Author: | Tony [ Wed Jan 21, 2004 9:21 am ] |
Post subject: | |
the problem with turing's GUI is that a large part of it is hardcoded, expesially all the colors. You'd have to go into the GUI module files and replace color constants with values you want. |