On 18/1/04 5:56 am, doug lerner <[EMAIL PROTECTED]> 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


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to