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?

Peter  
-- 
View this message in context: 
http://www.nabble.com/why-does-this-not-work-and-how-do-you-do-it--tp16593303p16625617.html
Sent from the Revolution - User mailing list archive at Nabble.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