Re-7: Old bug still in Rev 2.8 OSX Chapter 4

runrev260805 at m-r-d.de runrev260805 at m-r-d.de
Sat Feb 24 11:23:34 EST 2007


Hi,

ive checked this on my Revolution Studio 2.8.0 Build 360 (GM3) Windows.
I cannot confirm this here. I can choose any font, size and height.
This new settings are present even after quitting and restarting revolution, although there is no "unlock messages" statement in the script of button "Default script font"

Regards,

Matthias




-------- Original Message --------
Subject: Re: Re-5: Old bug still in Rev 2.8 OSX Chapter 4 (24-Feb-2007 16:52)
From:    Mark Schonewille <m.schonewille at economy-x-talk.com>
To:      use-revolution at lists.runrev.com

> Hello,
> 
> Removing revpreferences.rev confronted me with another bug, which  
> used to be fixed, but apparently has returned: it is impossible to  
> change the font used by the script editor. This problem was  
> previously reported by Andrew:
> 
> <http://quality.runrev.com/qacenter/show_bug.cgi?id=4371>
> 
>   For those who, just like me, are very happy with the much improved  
> IDE of Rev 2.8 but, just like me, a bit disappointed by little  
> annoying unnecessary bugs like this one, here is how to fix the  
> problem. It is really easy. If you don't mind tinkering with the IDE  
> a little, you can have this fixed within 5 minutes from now.
> 
> In the message box, enter the following line:
> 
> edit script of button "Default script font" of stack "revpreferencesgui"
> 
> and press enter. In the script that appears, you will see the  
> following mouseDown handler:
> 
> on mouseDown
>    put the label of me into lLastItem
>    lock messages
>    set the menuHistory of me to lineOffset(lLastItem,the text of me)
> end mouseDown
> 
> Adding just one simple line, "unlock messages", fixes the problem:
> 
> on mouseDown
>    put the label of me into lLastItem
>    lock messages
>    set the menuHistory of me to lineOffset(lLastItem,the text of me)
>    unlock messages
> end mouseDown
> 
> Now execute the following line from the message box:
> 
> save stack "revpreferencesgui"
> 
> and you're done.
> 
> One more remark: to make sure that your new font setting is actually  
> saved between sessions, close the Preferences window before typing  
> command-Q or control-Q, if you want to quit Revolution (I guess I am  
> going to file another bug report now).
> 
> Best regards,
> 
> Mark





More information about the use-livecode mailing list