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


Click here to return to the 'Works great' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Works great
Authored by: hombre on Nov 21, '02 01:08:28PM

No problems with the command here. This has been driving me crazy for ages. I finally resorted to using an applescript to uncascade all the windows:

tell application "OmniWeb"
set bounds of every window to {0, 0, 850, 1024}
end tell

I like this hint much better. Thanks!



[ Reply to This | # ]