tabGroupBehavior question
Paul Gabel
paulgabel at comcast.net
Sat Jun 6 17:07:09 EDT 2009
Thanks Mark. The layer numbers are fine. 1 then 2.
I finally just used this script in the field "First Name".
on tabKey
click at the loc of fld "Last Name"
end tabKey
on returnInField
click at the loc of fld "Last Name"
end returnInField
This works fine. But I still can't figure out why tabGroupBehavior
won't work.
Paul Gabel
--------------
On Jun 6, 2009, at 1:47 PM, Mark Schonewille wrote:
> Hi Paul,
>
> Have you checked the layer numbers? The tab key focuses fields
> according to their layer order, from low to high.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> http://economy-x-talk.com
> Snapper Screen Recorder 2.0.1 http://snapper.economy-x-talk.com
>
> If you sent me an e-mail before 15 May and haven't got a reply yet,
> please send me a reminder.
>
>
>
> On 6 jun 2009, at 22:37, Paul Gabel wrote:
>
>> Hello List:
>>
>> I have 2 fields, one named "First Name" and the other named "Last
>> Name." Both have lock text set to false. I placed them in a group
>> named "Full Name." Then: set the tabGroupBehavior of group "Full
>> Name" to "false". I expected that I could then, when typing in the
>> first field, hit the tab key and be transported to the second field.
>>
>> The Rev dictionary says: "If the tabGroupBehavior is false,
>> pressing the Tab key moves through the fields and other controls in
>> the group in order, without skipping."
>>
>> What could I be doing wrong? Thank you for any tips.
>>
>> Paul Gabel
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list