Re: Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Joe Lewis Wilkins
Thanks guys. I use all of these features on my MacPro and 30" Monitor, but with a couple of broken fingers on my right hand, coupled with the poor vision, it is a real hassle. Reaching 80 in April, so I've got lots of other health issues as well. Were it not for my Mac, I'd have packed it in age

Re: Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Kay C Lan
Although there is a Zoom feature in Universal Access, even when it's turned Off there is a Screen Zoom feature which can be used. Screen Zoom is available with any trackpad or if you have a Magic Mouse, Mighty Mouse or mouse with a scroll wheel. Press *Ctrl + Scroll UP (two finger if using a trackp

Re: Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Joe Lewis Wilkins
Thanks Mike. I'll see if I can wrap my brain around that to some useful purpose and ends. Joe Wilkins On Nov 20, 2012, at 9:16 AM, Mike Bonner wrote: > For the dictionary you might look at bvgdocu > http://bjoernke.com/index.irev?target=bvgdocu > > It works really well, you can set the font si

Re: Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Peter Haworth
Hi Joe, Not sure what platform you are on but Macs have a Universal Access control panel in the Settings that has various options to help in these circumstances, not just with Livecode but with any program. I'm sure there's something equivalent on Windows too. Pete lcSQL Software

Re: Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Mike Bonner
For the dictionary you might look at bvgdocu http://bjoernke.com/index.irev?target=bvgdocu It works really well, you can set the font size (though in preferences it only applies to the main field) if you want to change the other font sizes just" toplevel "bvgdocu 2", change the textsize properties

Re: Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Joe Lewis Wilkins
Thanks Jan. I'll see (I hope) if I can find it. Is there a way to increase the Font Size of the Preferences? That would make finding other things a lot easier. The Dictionary is also very tiny. (sigh!) That's my world. Gracias a todos! Jose On Nov 20, 2012, at 8:26 AM, Jan Schenkel wrote: > H

Re: Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Mike Bonner
While not the best solution, if you do: set the textsize of group "panes" of stack "revNewScriptEditor 1" to 16 -- or whatever size you need It seems to work ok. Some of the other panes objects have their textsize set so that it overrides the panes setting, but the error pane doesn't so it inheri

Changing script editor font and size (Was: SOMETHING PRETTY BASSIC)

2012-11-20 Thread Jan Schenkel
Hi Joe, You can definitely modify the script editor settings: - Go to menu 'Edit' item 'Preferences' - then select 'Script editor' in the left-hand side list. - In the right-hand side panel you should see option menus for the font and size. On my Windows machine I picked Consolas size 12; I jus