DialogControls-Menu: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (disamb page now)
Tag: Replaced
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Stub}}
* [[CT_MENU]]
==CT_CONTEXT_MENU=14==
* [[CT_MENU_STRIP]]
'''TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here. '''
* [[CT_CONTEXT_MENU]]


Control with unknown application. It is used for the waypoint editing in the UAV terminal but is not reproducable in other displays.
{{Template:Disambig}}
{| border="1" align="left" cellpadding="3" cellspacing="0" |
! colspan="3" bgcolor="#bbbbff" | Properties
|-
! bgcolor="#ddddff" | Name
! bgcolor="#ddddff" | Type
! bgcolor="#ddddff" | Remark
|-
| colorBorder
| color array
|
|-
| colorSeperator
| color array
|
|-
| colorSelectBackground
| color array
|
|-
| colorChecked
| color array
|
|-
|}<br clear="all">
 
* '''Example:'''
<code><nowiki>
class RscDisplayUavTerminalWaypointMenu
{
idc=108;
type=CT_CONTEXT_MENU;
font="RobotoCondensed";
sizeEx="0.028*SafezoneH";
style=0;
colorBackground[]={0,0,0,0.5};
colorBorder[]={0,0,0,0};
colorSeparator[]={0.94999999,0.94999999,0.94999999,1};
colorSelectBackground[]={1,1,1,0.30000001};
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};
x=0;
y=0;
w=0;
h=0;
};
</nowiki></code>
 
==CT_MENU=46==
'''TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here. '''
 
{| border="1" align="left" cellpadding="3" cellspacing="0" |
! colspan="3" bgcolor="#bbbbff" | Properties
|-
! bgcolor="#ddddff" | Name
! bgcolor="#ddddff" | Type
! bgcolor="#ddddff" | Remark
|}<br clear="all">
 
* '''Example:'''
<code><nowiki></nowiki></code>
 
 
==CT_MENU_STRIP=47==
'''TokenNames common to most controls, such as x,y,w,h,text,idc... are not listed here. '''
 
{| border="1" align="left" cellpadding="3" cellspacing="0" |
! colspan="3" bgcolor="#bbbbff" | Properties
|-
! bgcolor="#ddddff" | Name
! bgcolor="#ddddff" | Type
! bgcolor="#ddddff" | Remark
|}<br clear="all">
 
* '''Example:'''
<code><nowiki></nowiki></code>
 
[[Category: Dialogs]]

Revision as of 16:13, 29 November 2020