At 2:13 AM +0200 4/2/06, Christian Schmitz wrote:
- how to tell the IDE to load a certain project file? Seems like only option is to use LaunchServices or AppleScript.
Not at all. This action is recordable; so just turn on recording and open a project file to see the syntax. (Or, read the scripting read-me.)
- how to tell the IDE to close current project window? without saving I need.
Closing it's no problem. I'm not sure off the top of my head if you can bypass the confirmation dialog, though.
- build seems to be run async when called from IDEScripting. how to know when building is finished?
This one is a problem. I believe there's a feature request already in the system for something to deal with this. There probably needs to be a special command for building that will run synchronously, and return the number of errors or some such.
- how to detect compile errors when doing Build command?
See above. Best, - Joe -- Joseph J. Strout [EMAIL PROTECTED] _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
