scripting a doc based app problem
scripting a doc based app problem
- Subject: scripting a doc based app problem
- From: Christian Mittendorf <email@hidden>
- Date: Thu, 8 Jan 2004 11:49:27 +0100
Hi,
I've got a small problem implementing an applescpript interface to my
application.
My target system is Xcode and Panther.
The script suite and the terminology are done and almost everything
works fine,
Commands and properties are implemented and working. Except one thing:
tell application "My App"
activate
make new document at the beginning of documents
end tell
This script does return that the app has created a new document.
However,
it does not open a new window. Any idea anybody? Is there something that
I might need to implement?
Christian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.