Re: Hide uiTextFields

2013-05-20 Thread Mike Kerner
;true or 'false'... as in > > iphoneControlSet theID, "visible", "true" > > as they all share a common set of properties... > > > From: mikeker...@roadrunner.com > > Date: Mon, 20 May 2013 10:46:46 -0400 > > Subject: Hide uiTextFields >

RE: Hide uiTextFields

2013-05-20 Thread John Dixon
...@roadrunner.com > Date: Mon, 20 May 2013 10:46:46 -0400 > Subject: Hide uiTextFields > To: use-livecode@lists.runrev.com > > I don't see it documented anywhere - instead of destroying and recreating > uiTextFields and setting all their properties all over again (which I am &g

Hide uiTextFields

2013-05-20 Thread Mike Kerner
I don't see it documented anywhere - instead of destroying and recreating uiTextFields and setting all their properties all over again (which I am guessing has GOT to contribute to the slowness of some of the transitions in one of my apps) is there a way to just show/hide them? I suppose I could m