Re:Helpviewer Font Size
Re:Helpviewer Font Size
- Subject: Re:Helpviewer Font Size
- From: <email@hidden>
- Date: Fri, 09 Mar 2001 12:30:57 +1300
Harald E Brandt wrote:
>
I have one other question, although not an AppleScript question:
>
Is there any way of increasing the font size of those standard Help files?
>
I am running 1600x1200 on my 22" screen, which is just fine for most things,
>
except those mac format Help files which are really tiny tiny... bascially
>
requiring me to change resolution of the monitor...
from the Helpviewer Scripting Guidebook:
--------------------------
property editor_app_code : "iCAB"--your browser sig
tell application "Help Viewer"
try
set the current_page to the current file
tell application "Finder"
set the editor_app to application file id editor_app_code
open the current_page using the editor_app
end tell
on error error_message
beep
display dialog error_message buttons {"Cancel"} default button 1
end try
end tell
--------------------------
HTH--Andy
----------------------------------------------------------------------------
Teach a man to fish, and he will sit in a boat drinking beer all day.
----------------------------------------------------------------------------