Curses! How to make new window in OSX Finder?
Curses! How to make new window in OSX Finder?
- Subject: Curses! How to make new window in OSX Finder?
- From: Charles Arthur <email@hidden>
- Date: Mon, 11 Mar 2002 14:30:42 +0000
A neat way of navigating and moving files around in OSX is (well, can be)
to have two windows stretched horizontally across the screen in column
view; this lets you dig deep *and* wide.
So I thought I'd quickly hack a script to set those two windows up.
A little while later I gave up. And of course the X Finder isn't recordable
now, so I couldn't even watch it at work.
I had tried:
tell application "Finder"
make new window with properties {bounds:43,..... view:column view}
end tell
--> can't make new window
Sapristi!!!
tell application "Finder"
make window ...
end tell
--> (oh, some other error thing.)
Clues, please.
Charles
----------------------------
http://www.ukclimbing.com : 1100+ British crags, 350+ British climbing
walls - searchable by distance and anything else you care to think of -
with weather forecasts for every one, plus maps, articles, news and
features. And there's even a cool shop attached.
________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit
http://www.messagelabs.com
________________________________________________________________________
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.