DROPDOWN NEW: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Command|syntax=DROPDOWN_NEW <left>, <top>, <width>, <height>, <variable> |description=*DESCRPTION* |param1=<left>|param1_desc={{left}} |param2=<top>|param2_desc={{top}} |param3=<width>...
 
ConnerO (talk | contribs)
No edit summary
Line 1: Line 1:
{{Command|syntax=DROPDOWN_NEW <left>, <top>, <width>, <height>, <variable>
{{Command|syntax=[[Image:Dropdown.png|right|DROPDOWN]]DROPDOWN_NEW <dropdown group>, <left>, <top>, <width>, <height>, <variable>
|description=*DESCRPTION*
|description=*DESCRPTION*


 
|param1=<dropdown group>|param1_desc={{dropdown group}}
|param1=<left>|param1_desc={{left}}
|param2=<left>|param2_desc={{left}}
|param2=<top>|param2_desc={{top}}
|param3=<top>|param3_desc={{top}}
|param3=<width>|param3_desc={{width}}
|param4=<width>|param4_desc={{width}}
|param4=<height>|param4_desc={{height}}
|param5=<height>|param5_desc={{height}}
|param4=<variable>|param4_desc={{variable}}
|param6=<variable>|param6_desc={{variable}}
 
 
}}
}}
===Example===
===Example===
:- DROPDOWN_NEW
:DROPDOWN_NEW 1, 15, 52, 110, 24, drop1


[[Category:Dialog]]
[[Category:Dialog]]

Revision as of 17:21, 19 July 2010

Command

DROPDOWN
DROPDOWN
DROPDOWN_NEW <dropdown group>, <left>, <top>, <width>, <height>, <variable>


  • DESCRPTION*

Parameters

<dropdown group>
Define the group number of the radio button, for example:
dropdown_new 1, 15, 52, 110, 24, drop1
dropdown_add 1, "Simple Shapes", 10
dropdown_add 1, "Advanced Shapes", 20
<left>
Start position measured from the left edge of the dialog.
<top>
Start position of measured from the top edge of the dialog.
<width>
Width of the control.
<height>
Height of the control.
<variable>
Define a custom variable to be used later in the macro, for example "w1".

Example

DROPDOWN_NEW 1, 15, 52, 110, 24, drop1