eGUI: How to activate new plain screen with different background color ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

eGUI: How to activate new plain screen with different background color ?

Jump to solution
497 Views
robroz
Contributor III

Hi,

I must sound silly, but I can't figure out how to activate new screen that will have different background color. All I can get is that bakcground color of all graphic objects (labels, buttons) is right, but screen bakcground as a whole stays at default state...

Any advice ?

Thanks in advance,

regards,

Bul.

Tags (3)
0 Kudos
1 Solution
383 Views
robroz
Contributor III

Hi,

I've just found out... There are additional fields in color scheme:

    ColorSchemeMessage = *D4D_GetDefaultScheme();

    ColorSchemeMessage.fore = D13_COLOR_TXT_DEF ;

    ColorSchemeMessage.bckg = D13_COLOR_MESSAGE_BACKGND;

    ColorSchemeMessage.screen.desktop = D13_COLOR_MESSAGE_BACKGND;


Regards,

Bul.

View solution in original post

0 Kudos
1 Reply
384 Views
robroz
Contributor III

Hi,

I've just found out... There are additional fields in color scheme:

    ColorSchemeMessage = *D4D_GetDefaultScheme();

    ColorSchemeMessage.fore = D13_COLOR_TXT_DEF ;

    ColorSchemeMessage.bckg = D13_COLOR_MESSAGE_BACKGND;

    ColorSchemeMessage.screen.desktop = D13_COLOR_MESSAGE_BACKGND;


Regards,

Bul.

0 Kudos