CloseField

J. Landman Gay jacque at hyperactivesw.com
Thu Jun 8 22:53:40 EDT 2006


Hershel Fisch wrote:
> On 6/8/06 8:11 PM, "Hershel Fisch" <hershrev at realtorsgroup.us> wrote:
> To clarify my self,
> When a fld is exited via tab key it automatically selects the next fld in
> order of the layer and when put in a closeField message this doesn't happen
> It selects the first fld of the cd and at times it selects two flds, the
> next layer of the cd (the next fld) and the first of the cd?
> 
>> on closeField
>> answer "a" with "b" or "c"
>> if it is "c" then
>>   beep
>> end if
>> end closeField

The default behavior is to select the first editable field when the card 
opens or resumes. The "answer" dialog is actually a separate stack, so 
when you dismiss it, the original card receives a "resumestack" message 
and the first field is selected again, just like when you first opened it.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list