rectangle of 0,0,0,0 ok?
Derek Huby
derek.huby at ntlworld.com
Sun Jan 18 07:32:18 EST 2004
On 18/1/04 5:56 am, doug lerner <doug at webcrossing.com> wrote:
> If I want to completely hide a field I have been setting it's rectangle
> temporarily to 0,0,0,0. This seems to work ok. Anybody see any problems with
> doing that - or can recommend a better way?
>
> Thanks,
>
> doug
Try:
hide field "myField"
You can then show it again with:
show field "myField"
This is equivalent to setting the visible property of the field to true /
false; check out the 'hide' command in the Transcript language Dictionary.
Best wishes,
Derek
More information about the use-livecode
mailing list