Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
gputhanv #1
The help system cannot be launched
I have developed an extension that works fine in Dreamweaver 7 and 8. However,
in Dreamweaver 9 (CS3) when I launch the CHM help file, I am getting an error
"The help system cannot be launched because the help folder is missing.
Please install the help folder or reinstall Dreamweaver".
I am using the function dreamweaver.openHelpURL() to launch the CHM
help file. In the extension manager program I use
<helpbook-insert>
<book-id .../>
</helpbook-insert>
Did anyone else encounter this problem? If so, how did you rectify it. It
appears to be me that the new dreamweaver doesn't use CHM help files. What are
they using instead?
Thanks,
Girish
gputhanv Guest
-
Contribute 4 (Mac) Quits When Launched
I just installed Contribute 4 for Mac (OS 10.4.8). When launching the program the splash screen briefly appears and then the app quits. Any... -
DESIGN PROVINCE launched!!!
Hola! Finally, Design Province Community is launched on the net! Please start registering and contributing your best to the forums and promote our... -
To be or not to be launched from another swf....
Hi, I'm looking for a way to know if my swf has been launched directly (via the browser, the standAlone or a projector), or if it has been loaded... -
FlashVista was launched !
Dear flasher fellows ! I would like to inform you about the launch of a new flash-related project - http://www.flashvista.com/ . The idea behind... -
aspnet_wp.exe could not be launched
Hi Guys, aspnet_wp.exe could not be launched because the username and/or password supplied in the processModel section of the config file are... -
Andres Cayon #2
Re: The help system cannot be launched
Hi gputhanv:
Bad news:
AFAIK the method to launch chm files will no longer work.
The best (and simpliest) workaround I have found so far is using
dw.openWithApp("pathToCHM","hh.exe")
HTH,
Andres Cayon
[url]http://www.dwug.es[/url]
---------------------------------------
"gputhanv" <webforumsuser@macromedia.com> escribió en el mensaje
news:f2icpn$r95$1@forums.macromedia.com...>I have developed an extension that works fine in Dreamweaver 7 and 8.
>However,
> in Dreamweaver 9 (CS3) when I launch the CHM help file, I am getting an
> error
> "The help system cannot be launched because the help folder is missing.
> Please install the help folder or reinstall Dreamweaver".
>
> I am using the function dreamweaver.openHelpURL() to launch the CHM
> help file. In the extension manager program I use
> <helpbook-insert>
> <book-id .../>
> </helpbook-insert>
>
>
> Did anyone else encounter this problem? If so, how did you rectify it. It
> appears to be me that the new dreamweaver doesn't use CHM help files. What
> are
> they using instead?
>
>
> Thanks,
> Girish
>
Andres Cayon Guest
-
gputhanv #3
Re: The help system cannot be launched
Thank you Andres! By using dw.openWithApp(), as per your suggestion, I was able to display the CHM help files.
gputhanv Guest



Reply With Quote

