Skip navigation.
 
mlRe: NSWindow class that allocs its own controller?
FROM : Matt Neuburg
DATE : Thu Apr 07 18:37:51 2005

On Wed, 6 Apr 2005 22:12:20 -0500, Fritz Anderson <<email_removed>>
said:
> I don't know of any application whose scripting interface
>includes "make new window."


tell application "Finder"
    activate
    make new Finder window
end tell

tell application "BBEdit"
    activate
    make new text window
end tell

m.
--
matt neuburg, phd = <email_removed>, <http://www.tidbits.com/matt/>
A fool + a tool + an autorelease pool = cool!
AppleScript: the Definitive Guide
<http://www.amazon.com/exec/obidos/ASIN/0596005571/somethingsbymatt>

Related mailsAuthorDate
mlNSWindow class that allocs its own controller? daniel Apr 6, 20:19
mlRe: NSWindow class that allocs its own controller? Fritz Anderson Apr 7, 05:12
mlRe: NSWindow class that allocs its own controller? Matt Neuburg Apr 7, 18:37
mlRe: NSWindow class that allocs its own controller? daniel Apr 9, 02:53