Jump to content
Sign in to follow this  
giallustio

RscEdit background color

Recommended Posts

Hi guys!

I'm having a problem with the Rscedit, i fixed the problem in A2 in the past but i can't remember how :rolleyes:

I want to set the background color because i don't want the dialog to be transparent.

I tried to change the colorBackground class, but it doesn't work.

Here my definition, what am i missing?

I know it's something stupid, but i can't find it :o

class BTC_m_Edit 
{
type = 2;
style = 16;
font = "PuristaMedium";
shadow = 0;
sizeEx = "(			(			(			((safezoneW / safezoneH) min 1.2) / 1.2) / 25) * 1)";
autocomplete = "scripting";
htmlControl = true;
lineSpacing = 1; 
colorBackground[] = {1, 0, 1, 1};
colorText[] = {0.95, 0.95, 0.95, 1};
colorDisabled[] = {1, 1, 1, 0.25};
colorSelection[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.3843])", "(profilenamespace getvariable ['GUI_BCG_RGB_G',0.7019])", "(profilenamespace getvariable ['GUI_BCG_RGB_B',0.8862])", 1};
canModify = 1;
};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×