Remove Android Scroll Indicators?

2016-04-10 Thread Scott Rossi
On Android, scroll indicators show up on native single line input fields. Is there any way to disable this? I've tried setting the Vindicator to false even though that property isn't listed for single line input fields. Creating a simple form becomes a chore unless the input fields are somewhat

Re: Standalone (and stack in IDE) getting larger on each launch

2016-04-10 Thread -hh
Sometimes I have effects that come from "being too early" and they disappeared if I do it later on. For example, in your case, I would try the following. on preopenCard ... send "set height of this stack to the savedHeight of this stack" \ to me in 10 ticks end preopenCard Could help

Re: How to compile in earlier versions using new keywords?

2016-04-10 Thread J. Landman Gay
On April 9, 2016 6:30:02 PM -hh wrote: How does your "chained" solution translate to that situation? If the v7 behavior won't compile, the behavior effectively has no script and the message passes to the v6 chained behavior. If the v7 behavior does compile, it executes,

Re: How to compile in earlier versions using new keywords?

2016-04-10 Thread J. Landman Gay
Clever. :-) So it isn't a bug, it's a feature, for real. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On April 9, 2016 4:54:16 PM Monte Goulding wrote: One solution I have used for this