On Sep 19, 2006, at 19:56 UTC, Dave Wooldridge wrote: > I've been playing with IDE Scripts and always get a compiler error when > calling ShowURL in my IDE Script. I've tried just plain old ShowURL as well > as REALbasic.ShowURL and both give compiler errors.
The REALbasic module doesn't exist in an RBScript. ShowURL wouldn't work unless the IDE engineers had added such a command to the IDE script context. Which they haven't done -- see the "IDE Script" entry in the LR for the (documented) context methods and properties. > Any ideas? Or alternative options? Well, first, file a feature request; new context methods are easy to add. Second, perhaps you can use DoShellCommand as a work-around. The exact shell command would depend on the platform, but it should be possible for at least OS X, and probably Linux and Windows too. HTH, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ 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>
