Re: Tab Key

2011-07-04 Thread Warren Kuhl
Ken, I can't that you enough This was what the problem was. Appreciate you taking the time this weekend to help me! Warren On Sun, Jul 3, 2011 at 3:35 PM, Ken Ray wrote: > > >> This is a scrolling list field.  The platform is Windows. >> >> Thanks for any help! > > The problem is that the

Re: Tab Key

2011-07-03 Thread Ken Ray
> This is a scrolling list field. The platform is Windows. > > Thanks for any help! The problem is that the "traversalOn" property of the list field is "false". This is shown in the properties palette as "Focusable". Make sure that is *checked*, and everything should work... Ken Ray Sons of

Re: Tab Key

2011-07-03 Thread Warren Kuhl
Ken, This is a scrolling list field. The platform is Windows. Thanks for any help! Warren On Sun, Jul 3, 2011 at 7:52 AM, Ken Ray wrote: > >> When the tab key is pressed, the I tab forward to the next field in >> the text field.  The scrolling field provides alternative wor

Re: Tab Key

2011-07-03 Thread Ken Ray
> When the tab key is pressed, the I tab forward to the next field in > the text field. The scrolling field provides alternative works to > select. When I select any words, the tab key is disabled unless I > click into the text field. > > I am not sure why this is happening.

Tab Key

2011-07-02 Thread Warren Kuhl
I have a card that contains a text field and a scrolling field. On the card I have a handler to handle the tab key: on tabKey if the shiftKey is down then tabback else tabforward end tabKey The above is working as expected...unless I select anything in the scrolling field. Once I do this

Re: Data-Entry in a LiveCode form using the tab key

2011-04-19 Thread Peter Brigham MD
Solved one part of the problem -- there has to be a "wait with messages" after the mouseclick. Without this the mousecontrol always returns empty. I have no idea why. I haven't yet figured out how to change the cursor to ensure the user knows s/he is still in the doFieldOrder mode -- it doesn't

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Bob Sneidar
>> > Also to test this I made a simple stack with this in the card script and a > button that calls it: > > on doFieldOrder >put empty into theFieldList > >repeat >if the commandkey is down then exit doFieldOrder >wait until the mouseclick >put the clickfield & c

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Bob Sneidar
That may work too, only a couple things might happen. The user may start clicking on the fields without dismissing the Answer Dialog, which of course won't work. The user might also get distracted and forget he was in the "Set Field Order" mode unless you supplied some distinct visual feedback.

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Peter Brigham MD
On Apr 18, 2011, at 12:43 PM, Bob Sneidar wrote: > Or you can get a list of fields whose focusable is true and locktext is false > (because you don't want to tab to labels now do you) and then present the > developer with an interface where they can click sequentially on the fields > in the ord

Re: Data-Entry in a LiveCode form using the tab key

2011-04-18 Thread Bob Sneidar
; >> >> Craig Newman >> >> >> >> >> >> >> -Original Message- >> From: EDWARD DENES >> To: use-livecode@lists.runrev.com >> Sent: Sat, Apr 16, 2011 7:16 pm >> Subject: Data-Entry in a LiveCode form using th

Re: Data-Entry in a LiveCode form using the tab key

2011-04-17 Thread dunbarx
This property can contain the name or id of the next target, or leave it empty if that field is not in the custom order. Craig Newman -Original Message- From: Pete To: How to use LiveCode Sent: Sun, Apr 17, 2011 5:56 pm Subject: Re: Data-Entry in a LiveCode form using the tab ke

Re: Data-Entry in a LiveCode form using the tab key

2011-04-17 Thread Pete
and designate the one to > follow. > > > Craig Newman > > > > > > > -Original Message- > From: EDWARD DENES > To: use-livecode@lists.runrev.com > Sent: Sat, Apr 16, 2011 7:16 pm > Subject: Data-Entry in a LiveCode form using the tab key > > > I have

Re: Data-Entry in a LiveCode form using the tab key

2011-04-17 Thread Jim Ault
D DENES To: use-livecode@lists.runrev.com Sent: Sat, Apr 16, 2011 7:16 pm Subject: Data-Entry in a LiveCode form using the tab key I have constructed a form in LiveCode; I want to complete the data entry in each field by using the tab key. Is there a way to reconfigure the "tab sequence"

Re: Data-Entry in a LiveCode form using the tab key

2011-04-17 Thread dunbarx
in all the fields in your tab order and designate the one to follow. Craig Newman -Original Message- From: EDWARD DENES To: use-livecode@lists.runrev.com Sent: Sat, Apr 16, 2011 7:16 pm Subject: Data-Entry in a LiveCode form using the tab key I have constructed a form in L

Re: Data-Entry in a LiveCode form using the tab key

2011-04-16 Thread Mike Bonner
d a form in LiveCode; I want to complete the data > entry in each field by using the tab key. Is there a way to reconfigure the > "tab sequence" of fields so that as one tabs and then types in the data, one > progresses through each field seque

Data-Entry in a LiveCode form using the tab key

2011-04-16 Thread EDWARD DENES
I have constructed a form in LiveCode; I want to complete the data entry in each field by using the tab key. Is there a way to reconfigure the "tab sequence" of fields so that as one tabs and then types in the data, one progresses through each field sequentially throughou

Re: Tab key

2011-04-05 Thread Yves COPPE
ve made no changes in the fld, but since the upgrade of LC, it doesn't >> work > > Hugh is right, there was a problem with the tab key in the first release. The > fixed release uses the same version number, since it was posted so quickly > after the original

Re: Tab key

2011-04-05 Thread J. Landman Gay
roblem with the tab key in the first release. The fixed release uses the same version number, since it was posted so quickly after the original release. Log into to your account and re-download again. That should fix it. -- Jacqueline Landman Gay | jac...@hyperactivesw.com Hyper

RE: Tab key

2011-04-05 Thread FlexibleLearning
Hi Yves, I think this was a problem on Mac OS X with the first release of 4.6, quickly remedied by an update to 4.6.1. I think. Hugh Senior FLCo Hello, I have a fld (simple table of 2 columns with 2 tabstops values) the tabkey to go to the next cell doesn't work anymore I've made no change

Tab key

2011-04-05 Thread Yves COPPE
Hello, I have a fld (simple table of 2 columns with 2 tabstops values) the tabkey to go to the next cell doesn't work anymore I've made no changes in the fld, but since the upgrade of LC, it doesn't work Can you help me ? Greetings. Yves COPPE yvesco...@skynet.be