Jump to content
gizz46

CT_CONTEXT_MENU please BIS-Devs explain

Recommended Posts

Hi Folks,

 

i've a short question. What is the Use of "Define CT_CONTEXT_MENU" in regard to Dialogs or Displays. There is no explanation on the wikipage. So I googled for an answer but I coulnd't find anything satisfiying.

Just out of couriosity i would realy like to know what this Control Type is and how it is applied. 

 

I would be realy happy if anybody could anwer my question.

 

thanks in advance ......

Share this post


Link to post
Share on other sites

class RscDisplayUavTerminalWaypointMenu
{
    type = 14;//CT_CONTEXT_MENU
    colorBackground[] = {0,0,0,0.5};
    colorBorder[] = {0,0,0,0};
    colorSeparator[] = {0.95,0.95,0.95,1};
    colorSelectBackground[] = {1,1,1,0.3};
    colorChecked[] = {"(profilenamespace getvariable ['GUI_BCG_RGB_R',0.13])","(profilenamespace getvariable ['GUI_BCG_RGB_G',0.54])","(profilenamespace getvariable ['GUI_BCG_RGB_B',0.21])","(profilenamespace getvariable ['GUI_BCG_RGB_A',0.8])"};
    colorEnabled[] = {1,1,1,1};
    colorDisabled[] = {1,1,1,0.25};
    idc = 108;
    font = "RobotoCondensed";
    sizeEx = "0.028*SafezoneH";
    style = 0;
    x = 0;
    y = 0;
    w = 0;
    h = 0;
};

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

×