The help system cannot be launched

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139