Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
paul #1
How to call another program from DW. Extension help?
HI! I want to be able to call another program *.exe from within DW and have
its own button on the object bar. Is there an API function for this?
Example. To have a button called let's say "Thumbs Plus" that would launch
an application called thumbs.exe from the users machine. Is this possible?
Paul
paul Guest
-
How to call an RPG program from an SQL statement issuedoutside AS/400 from Coldfusion 7 !?!?
How to call an RPG program from an SQL statement issued outside AS/400 from Coldfusion 7 !?!? I have several coldfusion 7.0 applications that... -
actionscript for call email program
I have a flash frame with buttons. I want one of the buttons to start the email program to send a message. I can't seem to find a script that is... -
PDF and program won't open; "Error in Acrord32" "This program has performed an illegal operation and
I recently had a browser hijacker. Fixed it with Norton and Lavasoft. Now, after downloading new Reader 6.0, I can't open anything. Only gives... -
Is .dcr extension = Director file extension ?
I'm a newbie and saw some files on a website ending in .dcr... 1 - Is the .dcr file type a Macromedia Director file? 2 - Does it take the... -
remote call procedure call failed
Also, it says error 1726 "remote call procedure call failed" Help, Unable to save username and password in XP Home edition. It allows me to... -
Randy Edmunds #2
Re: How to call another program from DW. Extension help?
Paul,
Try using this:
MM.runCommandLine( commandString );
HTH,
Randy
> I want to be able to call another program *.exe from within DW and have
> its own button on the object bar. Is there an API function for this?Randy Edmunds Guest
-
Tom Muck #3
Re: How to call another program from DW. Extension help?
"Randy Edmunds" <redmunds_nospam@adobe.com> wrote in message
news:dtv9sp$6r7$1@forums.macromedia.com...or this, if you want to open the current document in another program:> Paul,
>
> Try using this:
>
> MM.runCommandLine( commandString );
dreamweaver.openWithApp(dreamweaver.getDocumentPat h("document"),
theEditorPath);
--
Tom Muck
[url]http://www.tom-muck.com/[/url]
Tom Muck Guest
-
paul #4
Re: How to call another program from DW. Extension help?
Thanks allot guys :)
Paul
"Tom Muck" <tommuck@NOSPAM.basic-drumbeat.com> wrote in message
news:dtvad0$7m5$1@forums.macromedia.com...>
> "Randy Edmunds" <redmunds_nospam@adobe.com> wrote in message
> news:dtv9sp$6r7$1@forums.macromedia.com...>>> Paul,
>>
>> Try using this:
>>
>> MM.runCommandLine( commandString );
> or this, if you want to open the current document in another program:
>
> dreamweaver.openWithApp(dreamweaver.getDocumentPat h("document"),
> theEditorPath);
>
> --
> Tom Muck
> [url]http://www.tom-muck.com/[/url]
>
>
paul Guest
-
paul #5
Re: How to call another program from DW. Extension help?
HI! Why is the MM.runCommendLine not in API live Docs?
Paul
"paul" <paul.dallaire@sympatico.ca> wrote in message
news:dtvpot$scc$1@forums.macromedia.com...> Thanks allot guys :)
>
> Paul
>
>
> "Tom Muck" <tommuck@NOSPAM.basic-drumbeat.com> wrote in message
> news:dtvad0$7m5$1@forums.macromedia.com...>>>
>> "Randy Edmunds" <redmunds_nospam@adobe.com> wrote in message
>> news:dtv9sp$6r7$1@forums.macromedia.com...>>>>> Paul,
>>>
>>> Try using this:
>>>
>>> MM.runCommandLine( commandString );
>> or this, if you want to open the current document in another program:
>>
>> dreamweaver.openWithApp(dreamweaver.getDocumentPat h("document"),
>> theEditorPath);
>>
>> --
>> Tom Muck
>> [url]http://www.tom-muck.com/[/url]
>>
>>
>
paul Guest
-
Randy Edmunds #6
Re: How to call another program from DW. Extension help?
I dunno. All I did was search the Configuration folder (hint).
Randy
> Why is the MM.runCommandLine not in API live Docs?Randy Edmunds Guest



Reply With Quote

