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
> 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
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
> 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.
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
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
>>
> 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
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.
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
;
>>
>> 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
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
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
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"
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
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
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
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
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
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
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
20 matches
Mail list logo