View Single Post
  #1  
Old 06-18-2008, 05:13 AM
bscharff bscharff is offline
Bloo
bscharff's Avatar
Join Date: Sep 2006
Location: San Antonio, Texas
Posts: 185
bscharff has a little shameless behaviour in the past
Send a message via AIM to bscharff Send a message via MSN to bscharff Send a message via Yahoo to bscharff
Color text in GuiTextCtrl?

PHP Code:
    new GuiTextCtrl("BNSS_Info3") {
      
profile GuiBlueTextProfile;
      
height 20;
      
text "Red = Alert";
      
width 75;
      
200;
      
195;
    } 
What would I do to change the text's color to red (or any other color)?

If this is not possible, please tell me what control I would need to use (or whine at Stefan to make it possible).
__________________
Trying to be nice now...
Reply With Quote