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         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to