Wouter,

Ding ding! That's the ticket. Your fix works perfectly...and indeed
THAT is the bug identified by RunRev support (only a few hours after I
posted to the bug database!).

Thanks for the fix. best, Chipp

On 5/1/07, wouter <[EMAIL PROTECTED]> wrote:
Hi,

For what it is worth, as there is still a focus problem with the
answer dialog box in rev 2.8.1 on OS X  (it still needs 2 clicks),
I added  a focus on line to the script after which it seems to work
more or less normally here (in OS X), the selecting part that is.

on closeField
   if the text of the target is not empty and the text of the target
is not a number then
     beep
     answer "Please enter a number."
     focus on the target  ####
     select text of the target
   end if
end closeField
_______________________________________________
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