why does this not work and how do you do it?

J. Landman Gay jacque at hyperactivesw.com
Fri Apr 11 13:42:08 EDT 2008


Peter Alcibiades wrote:
> OK, thanks, its now clear why the send to card doesn't work.
> 
> But still, surely in the two object one script example, focus should work? 
> That is, the only script on the card is from the very first example:
> 
> on mouseUp
>   ask "think of a number"
>   if it is not a number then
>   put empty into field "Field"
>   focus on field "Field"
>   else
>   put it into field "Field"
>   focus on field "Field"
>   end if 
> end mouseUp
> 
> Focus not going to field in this case when you type in xxxx is a bug, yes?

Probably, since it works fine here on Mac OS X. Apparently it's a Linux bug.

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



More information about the use-livecode mailing list