I am working on a new project and have hit a snag.
In the main stack I am generating a UIScrollView of clickable text, which opens a new stack on top of the main.
Once the new stack opens, the UIScrollView of the main stack is still active, though not visible. The scrollbars still function (and control) the scrollable content in the main stack. This is not good, as the user could change the location of the scrollable content in the main stack accidentally.
I don't want to close the main stack card to delete the control if I don't have to.
Is there a way to disable/suspend the UIScrollView control of the main stack while there is a new stack open above it?
Many thanks,
Todd
Suspend UIScrollView behavior when new stack opened on top?
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Re: Suspend UIScrollView behavior when new stack opened on top?
Hi Todd,
can't you set the "visislbe" property of the UIScrollView to false when opening the new stack?
Maybe that will work for you?
Best
Klaus
can't you set the "visislbe" property of the UIScrollView to false when opening the new stack?
Maybe that will work for you?
Best
Klaus
-
- VIP Livecode Opensource Backer
- Posts: 243
- Joined: Sun Dec 06, 2009 12:24 am
- Location: Fredericktown, MO
- Contact:
Re: Suspend UIScrollView behavior when new stack opened on top?
Klaus:
Thanks!
I've since gone to a single stack, but will keep that in mind. Forgot that "visible" to false disables the control.
Have a great week.
:Todd
Thanks!
I've since gone to a single stack, but will keep that in mind. Forgot that "visible" to false disables the control.
Have a great week.
:Todd
Re: Suspend UIScrollView behavior when new stack opened on t
Hi
what would be the code to set the scroller to invisible if using the mobilecontrolset scroller?
Thanks
Matthew
what would be the code to set the scroller to invisible if using the mobilecontrolset scroller?
Thanks
Matthew
-
- VIP Livecode Opensource Backer
- Posts: 3901
- Joined: Sat Mar 24, 2007 2:54 am
- Location: Palo Alto
Re: Suspend UIScrollView behavior when new stack opened on t
mobileControlSet "tControl", "visible", false
Simon
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!