[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]]
==== Size Property on MDI (OpenInsight Specific) ====
=== At 17 JUL 2001 05:06:08AM Colin Rule wrote: ===
{{tag>"OpenInsight Specific"}}
There seems to be a bug when setting the size property on an MDI child.
When using the following, it works:
SIZE=TEMP.TEXT-]SIZE
SIZE=SIZE+5
TEMP.TEXT-]SIZE=SIZE
When using the long form, it does not
SIZE=GET_PROPERTY("TEMP.TEXT","SIZE")
SIZE=SIZE+5
VOID=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
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=BFD7F947A5826E1085256A8C00320028|View this thread on the forum...]]