background color in script editor windows
erik hansen
erikhans08 at yahoo.com
Wed Jun 19 17:01:00 EDT 2002
changing the lookAndFeel might help.
this goes in 4 btns named after the lookAndFeel
properties in a group called "lookNfeel" that can
be moved or hidden easily.
on fixLnF
put "appearance manager,windows
95,motif,macintosh" into theLnFs
set the lookAndFeel to (the short name of the
target)
repeat with i = 1 to 4
put "control" && quote & (item i of theLnFs)
& quote into obj
set the height of obj to 30
set the width of obj to 122
set the left of obj to 550
set the top of obj to -20 + (i * 35)
end repeat
end fixLnF
hoeffentlich hilft es etwas. grau ist grausam.
--- Axel Buchner
<axel.buchner at uni-duesseldorf.de> wrote:
> Is there an easy way to change the script
> editor windows' background color
> (e.g., to white which would be an ergonomic
> improvement over the default
> gray because of the increase in luminance
> contrast between code and
> background)?
>
> Similarly, is there an easy way to chance the
> default font for script editor
> windows?
>
> Regards,
>
> Axel Buchner
> Institut für Experimentelle Psychologie
> Heinrich-Heine-Universität
> D-40225 Düsseldorf
> Germany
>
> +49 211 811 2271 (Phone)
> +49 211 811 5037 (Fax)
=====
erik at erikhansen.org http://www.erikhansen.org
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
More information about the metacard
mailing list