Well actually what I want it to control whether the scroll bar appears or disappears not the edit field I don't think I made myself clear enough, sorry
Brian Heibert Heibert Scan, Copy & Printing Web: http://www.heibertscancopyprinting.com Email: [EMAIL PROTECTED] Email: [EMAIL PROTECTED] Phone: (765) 742-4648 Fax: 1-888-243-0853 On Mar 8, 2007, at 10:24 PM, Tim Jones wrote: > > 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> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
