Size Property on MDI (OpenInsight Specific)
At 17 JUL 2001 05:06:08AM Colin Rule wrote:
There seems to be a bug when setting the size property on an MDI child.
When using the following, it works:
SIZE=TEMP.TEXT-]SIZESIZE=SIZE+5TEMP.TEXT-]SIZE=SIZEWhen using the long form, it does not
SIZE=GET_PROPERTY("TEMP.TEXT","SIZE")SIZE=SIZE+5VOID=SET_PROPERTY("TEMP.TEXT","SIZE")Is there something I am totally missing here, or is this a problem.
The control disappears, and the size property values are all set to zero.
Thanks
Colin
At 17 JUL 2001 05:46AM Simon Wilmot wrote:
You are missing the parameter to set the size property to -
Try void=Set_Property("TEMP.TEXT","SIZE",Size)
Simon
RebusHR
At 17 JUL 2001 06:00AM Colin Rule wrote:
Ahhhhhhhhh… what a fool am I!!!!!
At 17 JUL 2001 08:51AM Simon Wilmot wrote:
Easily done - how do you think I recognised it so easily