Script Editor menus
Richard Gaskin
ambassador at fourthworld.com
Thu Apr 27 16:22:31 CDT 2006
J. Landman Gay wrote:
> 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!
What version of the IDE are you using? I'd thought that was changed a
long time ago.
--
Richard Gaskin
Fourth World Media Corporation
___________________________________________________________
Ambassador at FourthWorld.com http://www.FourthWorld.com
More information about the metacard
mailing list