why does this not work and how do you do it?
Peter Alcibiades
palcibiades-first at yahoo.co.uk
Fri Apr 11 02:13:03 EDT 2008
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.
More information about the use-livecode
mailing list