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

Greetings,
Wouter

On 01 May 2007, at 04:25, Chipp Walters wrote:

I've discovered what I believe is to be a significant bug in the
latest release version of 2.8 and would like to verify before I post
it.

The bug has to do with a simple target expression and has to do with
existing groups on a card. It's very easy to test, if you don't mind
please check it on your system and let me know what you find. Thanks
in advance.

put into the message box and hit return:

go URL "http://www.gadgetplugins.com/chippstuff/TargetBUG.rev";

best,
Chipp

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to