On Mar 8, 2007, at 8:16 PM, Brian Heibert wrote:

> I have a window called gui
> a edit field called txtfield
>
> I want to on the fly tell the computer that the edit field should
> appear or disappear
> Is this possible?
>
> I tried this It didn't work
>
>    gui.txtfield.scrollbar.visible=true

That affects the visibility of the scrollbar (if it actually does  
anything).  How about:

        gui.txtfield.visible = False // To Hide
and
        gui.txtfield.visible = True // To show

Tim Jones
--
Tim Jones
[EMAIL PROTECTED]

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to