Win & Mac Extension Compatibality

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

  1. #1

    Default Win & Mac Extension Compatibality

    Hi All,

    I was wondering if someone can tell what is in the extension that makes the
    extension compatible in windows and mac?

    I have an extension that runs in windows, but when I installed it in mac, I
    couldn't click on the menu to execute the extension. It seemed that the menu
    was disabled (was gray).

    Does someone know what went wrong with my extension?

    Thank you for the help :)

    ndutzie Guest

  2. Similar Questions and Discussions

    1. DM6.0 Extension Manager v1.2.107 not d/l newer extension
      Hi Folks, I have not been on line due to back surgery and recovery (ouch, yes it still hurts) I have tried to down load some newer navigation aids...
    2. #26240 [Opn->Bgs]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
      ID: 26240 Updated by: chregu@php.net Reported By: igor_udintsev at mail dot ru -Status: Open +Status: ...
    3. #26240 [NEW]: Functions of XSL-extension didn't loaded, however itself extension was loaded.
      From: igor_udintsev at mail dot ru Operating system: Linux Red Hat 9 PHP version: 5.0.0b2 (beta2) PHP Bug Type: XSLT related...
    4. 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...
    5. php extension
      I am using Dreamweaver Mx in php editing , I wonder if there is an extension for php which can ease the things up to me? I mean is there a way to...
  3. #2

    Default Re: Win & Mac Extension Compatibality

    Dreamweaver was never fully compatible with OS X. While most things work,
    there are lots more glitches on OS X than on Windows. You could take some
    convoluted measures to work around the Mac issues, but our feeling is that's
    Adobe's and Apple's job. That said, if you install the command linked below
    and
    then restart Dreamweaver, you might gain access to your menu. Let me know.

    [url]http://www.projectseven.com/go/returnfalsefix[/url]

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    Fully Automated Menu Systems | Galleries | Widgets
    [url]http://www.projectseven.com/go/Elevators[/url]


    "ndutzie" <webforumsuser@macromedia.com> wrote in message
    news:g7b0ts$5h2$1@forums.macromedia.com...
    > Hi All,
    >
    > I was wondering if someone can tell what is in the extension that makes
    > the
    > extension compatible in windows and mac?
    >
    > I have an extension that runs in windows, but when I installed it in mac,
    > I
    > couldn't click on the menu to execute the extension. It seemed that the
    > menu
    > was disabled (was gray).
    >
    > Does someone know what went wrong with my extension?
    >
    > Thank you for the help :)
    >
    Al Sparber - PVII Guest

  4. #3

    Default Re: Win & Mac Extension Compatibality

    The extension worked in my mac.

    Now another problem though, I tried my extension on mx2004 and CS3. It didn't
    seem to be error, was installed perfectly, but when executed, it didn't do
    anything.

    The extension heavily uses dwfile.copy(), is it the reason it doesn't work on
    those version?

    ndutzie Guest

  5. #4

    Default Re: Win & Mac Extension Compatibality

    What does the extension do?

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    Fully Automated Menu Systems | Galleries | Widgets
    [url]http://www.projectseven.com/go/Elevators[/url]


    "ndutzie" <webforumsuser@macromedia.com> wrote in message
    news:g7cfm6$pup$1@forums.macromedia.com...
    > The extension worked in my mac.
    >
    > Now another problem though, I tried my extension on mx2004 and CS3. It
    > didn't
    > seem to be error, was installed perfectly, but when executed, it didn't do
    > anything.
    >
    > The extension heavily uses dwfile.copy(), is it the reason it doesn't work
    > on
    > those version?
    >
    Al Sparber - PVII Guest

  6. #5

    Default Re: Win & Mac Extension Compatibality

    Hi,

    I've been checking my extension. It seems that it doesn't work on CS3 and
    MX2004 because the menu doesn't really execute the file that should be
    executed. So the javascript in the file is not executed.

    Do you think this is the best way to execute the file?



    <macromedia-extension id=""
    name="Ext11"
    version="1"
    type="suite">

    <!-- List the required/compatible products -->

    <products>
    <product name="Dreamweaver" version="4" primary="true" />
    </products>

    <!-- Describe the author -->

    <author name="name" />

    <!-- Describe the extension -->

    <description>
    <![CDATA[
    description
    ]]>
    </description>

    <ui-access>
    <![CDATA[ ]]>
    </ui-access>


    <files>
    <file source="lpm_install.html"
    destination="$dreamweaver/Configuration/commands/folder1/lpm_install.html" />
    </files>

    <configuration-changes>
    <menu-insert insertAfter="DWMenu_Insert_Media" skipSeparator="true">
    <menu id="menu1" name="_menu1"></menu>
    </menu-insert>
    <menu-insert appendTo="menu1">
    <menuitem id="LandingPageManager1_1"
    file="commands/folder1/lpm_install.html"
    command="dw.runCommand('folder1/lpm_install.html');" name="Install Now!" />
    </menu-insert>
    </configuration-changes>

    </macromedia-extension>

    ndutzie Guest

  7. #6

    Default Re: Win & Mac Extension Compatibality

    Hi Al-sparber

    The extension basically copies some files to the user's local site folder.

    Basically I put a menu in the insert, and when clicked, it is suppose to run
    an html file with a javascript to copy the files needed to user's local site
    folder (using dwfile.copy()).

    I've been watching what happens, and found that in dreamweaver CS3 and MX2004,
    the menu does not execute the html file. In other words, it does not work
    because dreamweaver doesn't execute that html (that contains the javascript)
    file.

    Do you have any idea what causes this?

    ndutzie 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