Script Editor menus

J. Landman Gay jacque at hyperactivesw.com
Thu Apr 27 15:52:21 CDT 2006


Tariel Gogoberidze wrote:

> Symptoms:
> 
> In script editor, if you click on "Edit" menu and having mouse pointer
> inside "Edit" (so that "Edit" menu is still pulled down" ) move mouse
> pointer to "Go" menu -- the "Go" menu will pull down and since that you
> are "stick" with it. No matter where you click thereafter  it pulls
> down "Go" menu and the only way to get rid of it is to quit MC.

Yes, that's the one.

> Solution:
> 
> Check if borderWidth = 0  and showBorder = true in "Go" button of script 
> editor, and if yes, apply the following script that would fix it
> 
> on mouseUp
>    repeat with i = 1 to 10
>      put "Script Editor "&i into tEditor
>      if there is a stack tEditor then
>        delete stack tEditor
>      end if
>    end repeat
>    set the borderwidth of button "Go" of card 1 of stack "script editor" 
> to 2
>    set the showBorder of button "Go" of card 1 of stack "script editor" 
> to false
>    save stack "script editor"
> end mouseUp

It seems to work! Thanks, that has been making me crazy forever. I can't 
imagine how you figured out that the borders were important, but I'm 
glad you did!

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


More information about the metacard mailing list