INPUT: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|param3=<width>|param3_desc={{width}} | |param3=<width>|param3_desc={{width}} | ||
|param4=<height>|param4_desc={{height}} | |param4=<height>|param4_desc={{height}} | ||
|param5=<variable>|param5_desc= | |param5=<variable>|param5_desc=Variable to be set to the value of the contents of the input box. | ||
|param6=[<default>] |param6_desc={{default}} | |param6=[<default>] |param6_desc={{default}} | ||
}} | }} |
Revision as of 18:35, 18 August 2010
Command
- Define the size and position of an input box.
Parameters
- <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>
- Variable to be set to the value of the contents of the input box.
- [<default>]
- Optional default value.
Example
- INPUT 65, 017, 70, 24, w1, 10
- For an example macro see Create_Contour GeoPattern_Part.dlg GeoPattern_Repeats.dlg GetCommands.dlg GeoSavedProcess.dlg