• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re:Helpviewer Font Size
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.
----------------------------------------------------------------------------


  • Follow-Ups:
    • Re: Help browser font size / Signature appPath / Larger font for Help etc.
      • From: Paul Skinner <email@hidden>
  • Prev by Date: Re: IP Address
  • Next by Date: Photoscripter open EPS Generic
  • Previous by thread: Re: IP Address
  • Next by thread: Re: Help browser font size / Signature appPath / Larger font for Help etc.
  • Index(es):
    • Date
    • Thread