gizz46 28 Posted March 24, 2018 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
.kju 3245 Posted December 21, 2019 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
7erra 629 Posted December 22, 2019 On 3/24/2018 at 9:36 PM, gizz46 said: There is no explanation on the wikipage. There is more than one wiki page for this control type. https://community.bistudio.com/wiki/DialogControls-Menu This link has more information about them and I should know because I wrote it 😁 1 1 Share this post Link to post Share on other sites