Re: mobilepick as a live list

2014-09-23 Thread Mike Kerner
I wonder if I make the rectangle translucent if the effect would be better. H On Tue, Sep 23, 2014 at 1:43 AM, Gerry wrote: > Mike Kerner wrote: > > > Ooh. I didn't think of that. So just make the DG visible? How do you > > disable all the other controls while the DG is up? > > In my

Re: mobilepick as a live list

2014-09-22 Thread Gerry
Mike Kerner wrote: > Ooh. I didn't think of that. So just make the DG visible? How do you > disable all the other controls while the DG is up? In my case it's already visible (and it's not really being used as a pick list in the traditional sense) - it's a scrolling list of items on the left

Re: mobilepick as a live list

2014-09-22 Thread Mike Kerner
Ooh. I didn't think of that. So just make the DG visible? How do you disable all the other controls while the DG is up? On Mon, Sep 22, 2014 at 2:40 AM, Gerry wrote: > Yes, using a native field and a datagrid, and listing matching records > pulled from a sqlite database. > > g > > > On 22 Sep

Re: mobilepick as a live list

2014-09-21 Thread Gerry
Yes, using a native field and a datagrid, and listing matching records pulled from a sqlite database. g On 22 Sep 2014, at 12:56 am, Mike Kerner wrote: > Has anybody created a live select list that updates as you type in a field? ___ use-livecode

Re: mobilepick as a live list

2014-09-21 Thread Mike Kerner
Luckily this app runs on ipads, but yes. On Sun, Sep 21, 2014 at 1:13 PM, Guglielmo Braguglia wrote: > Hi Mike, > I do not know if it applies to your problem, but ... are you aware that > the mobilePick, at moment, doesn't work on iPhone running last iOS 8 ??? > > It's a know bug : http://qualit

Re: mobilepick as a live list

2014-09-21 Thread Guglielmo Braguglia
Hi Mike, I do not know if it applies to your problem, but ... are you aware that the mobilePick, at moment, doesn't work on iPhone running last iOS 8 ??? It's a know bug : http://quality.runrev.com/show_bug.cgi?id=13484 , so, if you are working on iOS ... be careful ... Guglielmo Mike Kern

mobilepick as a live list

2014-09-21 Thread Mike Kerner
Has anybody created a live select list that updates as you type in a field? In theory, anyway, every time inputTextChanged would get called, it would call mobilePick, but I can't seem to be able to update the list as the user types more. -- On the first day, God created the heavens and the Earth