On Jul 28, 2006, at 10:56 AM, [EMAIL PROTECTED] wrote:
On Jul 28, 2006, at 17:22 UTC, Tim Jones wrote:
I realize that many of us use the "Do this and see what happens"
sometimes in developing with a new tool, but a fully documented
command
set for the DoCommand open would be a big help.
For the what? I can't quite parse that last sentence.
Sorry - the word "open" should not have been there...
There was complete documentation on the RBScript extensions supported
by the IDE during its development, but I'm not sure what's happened to
that. I don't see it in the Documentation folder or the Read Me
subfolder, but perhaps it's been rolled into the User Guide by now?
It turns out that it is in the new LR.
As for DoCommand in particular, that one's simple: it just fires off
an IDE command, exactly as if you'd clicked a button or chosen a menu
item for that command. "Command" here means exactly the sorts of
things that menu items and buttons do, and nothing more.
Looks like a "Play and See" session is in my future :).
While we're on this, can you determine why I get a "compile error:
Error found while compiling [31] on Line 2" with tis code?
DoCommand "SaveFile"
DoCommand "BuildApp"
MsgBox DoShellCommand("cp
/Users/tjones/Developer/src/bru/src/uninstall.osx
$PROJECT_FILE/Contents/MacOS/", 5000)
I'm trying to run it from within the script recorder.
Thanks,
Tim
--
Tim Jones [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>