At 9:39 AM -0800 1/11/00, rice wrote:
>What am I doing wrong? After the following button script is executed the
>browse tool is sometimes returned and on other occasions is the "I" beam
>tool. This is Metacard 2.2.5 on a Mac 8500/180 MOS 8 and 9.
>on mouseUp
>  answer "are you sure!" with "OK" or  "Cancel"
>  if it is "OK" then
>    put empty into card field "display"
>    -- other similar stuff
>    lock screen
>    go card "examfile"
>    repeat until number of card fields = 1
>      delete cd field 2
>    end repeat
>    go card "print exam"
>    unlock screen
>  end if
>  choose browse tool
>end mouseUp

Hi

I've noticed that when a modal is dismissed, if there is an editable 
field on the lower window, immediately under the clicked button in 
the modal window, the cursor remains as the "I" beam until you move 
the cursor out of the window and back in again. From memory (getting 
worse), I think a short wait after the modal command (wait 6 ticks) 
solves the problem. I don't know if this is related to your problem, 
but you might try putting a short wait after the  "answer" line and 
see what happens.

Yes, I know, Scott. I should have bug-reported this. Sorry! :)

Cheers
Dave Cragg

This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm

Reply via email to