Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'The AppleScript Way' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
The AppleScript Way
Authored by: Eravau on Oct 30, '02 03:18:46PM
I had this affect me a couple of weeks ago and just pulled out AppleScript:
tell application "Mozilla" to set zoomed of front window to true
If you have this happening frequently, saving this script as an app could save a bit of text editing in Mozilla's config files...and doesn't require a restart of Mozilla. It just zooms the front window to full screen (instead of the 1 pixel wide size).

[ Reply to This | # ]
The AppleScript Way
Authored by: ateles on Oct 30, '02 04:16:57PM

This is the best solution so far....Works great! Thanks!



[ Reply to This | # ]