THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 24/07/2012 at 12:37, xxxxxxxx wrote:
Creating .res files with dialog descriptions are slightly different in Python than with COFFEE or C++, aren't they?
For example, instead of:
EDITNUMBERARROWS NAME {MIN 1.0; MAX 100.0;}
in Python we use:
REAL NAME {MIN 1.0; MAX 100.0}
or
LONG NAME {MIN 1.0; MAX 100.0}
For example, I was trying to create the equivalent of:
EDITNUMBERARROWS NAME {SIZE 50,0; MIN 1.0; MAX 100.0;}
But it seems that SIZE is not accepted in Python.
Where is the documentation of the description names and parameters used in Python?