RE: mobileControlDelete doesn't work

2012-07-17 Thread John Dixon
Rick... Nice one !... You don't want to know for how long I have pondered on this...:-) I still think that you should be able to destroy the scroller as you leave the card and build it again on returning... but as a work around it certainly works... ! be well Dixie > Hi Dixie, Jacque, etc.

Re: mobileControlDelete doesn't work

2012-07-17 Thread Rick Harrison
ups on multiple cards using scrollers, only it seems when an LC > list field is involved. > > be well > > Dixie > >> Date: Tue, 17 Jul 2012 12:13:37 -0500 >> From: jac...@hyperactivesw.com >> To: use-livecode@lists.runrev.com >> Subject: Re: mobileCon

RE: mobileControlDelete doesn't work

2012-07-17 Thread John Dixon
Rick.. Yes... >From the iOS release notes editable read/write Determines whether the text field can be edited. This is a boolean value. be well Dixie > Subject: Re: mobileControlDelete doesn't work > From: harri...@all-auctions.com > Date: Tue, 17 Jul 2012 14:10:07 -0400 &

Re: mobileControlDelete doesn't work

2012-07-17 Thread Rick Harrison
Hi Dixie, Can I turn off (or disable) the editing capability of UI TextView? Thanks, Rick On Jul 17, 2012, at 1:43 PM, John Dixon wrote: > > Rick... > > UI TextView - multiline input control of each card > > be well > > Dixie > >> Subject: Re: mobileC

Re: mobileControlDelete doesn't work

2012-07-17 Thread J. Landman Gay
On 7/17/12 12:29 PM, John Dixon wrote: Jacque... 2 cards in a stack Each card has a list field using a scroller The scroller will work on card 1 Go to the second card The scroller will work on card 2 Go back to the first card The Scroller will not scroll Go to the second card The scroller will

RE: mobileControlDelete doesn't work

2012-07-17 Thread John Dixon
Rick... UI TextView - multiline input control of each card be well Dixie > Subject: Re: mobileControlDelete doesn't work > From: harri...@all-auctions.com > Date: Tue, 17 Jul 2012 13:40:28 -0400 > To: use-livecode@lists.runrev.com > > Hi Dixie, > > Thank y

Re: mobileControlDelete doesn't work

2012-07-17 Thread Rick Harrison
0 >> From: jac...@hyperactivesw.com >> To: use-livecode@lists.runrev.com >> Subject: Re: mobileControlDelete doesn't work >> >> On 7/17/12 11:16 AM, Rick Harrison wrote: >> >>> On one card, I created a scroller field which works just fine. >>> W

RE: mobileControlDelete doesn't work

2012-07-17 Thread John Dixon
Subject: Re: mobileControlDelete doesn't work > > On 7/17/12 11:16 AM, Rick Harrison wrote: > > > On one card, I created a scroller field which works just fine. > > When I use the closeCard to execute the mobileControlDelete > > the result content reports empty. >

Re: mobileControlDelete doesn't work

2012-07-17 Thread J. Landman Gay
On 7/17/12 11:16 AM, Rick Harrison wrote: On one card, I created a scroller field which works just fine. When I use the closeCard to execute the mobileControlDelete the result content reports empty. That's correct and it means the deletion was successful. If there was a problem, the result wo

Re: mobileControlDelete doesn't work

2012-07-17 Thread Bob Sneidar
It is not a bug. It is the way ID's work. The ID of the stack itself is not really an ID at all, but a next object ID counter. Whenever you create an object, it gets the stack ID and the stack ID is incremented by 1. This of course assumes there is not an object already with that ID in which cas