Adobe Dreamweaver Forums



Last 10 THreads :         Trouble using variables to name and instantiateTextFields (Last Post : jc_2006 - Replies : 1 - Views : 2 )           »          Background color code is not working. Please help (Last Post : Tim G - Replies : 9 - Views : 10 )           »          error (Last Post : Tim G - Replies : 1 - Views : 2 )           »          DWCS4 Menus (Last Post : DouglasWD - Replies : 0 - Views : 1 )           »          Can't open more than one Macromedia product at a time (Last Post : ChandaBB - Replies : 7 - Views : 8 )           »          DWCS4 Fade/Appear image load question (Last Post : DouglasWD - Replies : 0 - Views : 1 )           »          NetStream progressive FLV download current frame (Last Post : AsafH - Replies : 0 - Views : 1 )           »          Creating Newsletters (Last Post : Yovav - Replies : 2 - Views : 10 )           »          CS4 Div Tags Help Needed (Last Post : Ian Edwards - Replies : 4 - Views : 5 )           »          Letters are cutoff (Last Post : shlomi75 - Replies : 0 - Views : 1 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver Extensions
 
Tags: , , ,



Reply
  #1 (permalink)  
Old 08-06-2008, 03:29 AM
ndutzie
 
Posts: n/a
Diggs:
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



Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-06-2008, 05:12 AM
Al Sparber - PVII
 
Posts: n/a
Diggs:
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.

http://www.projectseven.com/go/returnfalsefix

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


"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
>


Reply With Quote
  #3 (permalink)  
Old 08-06-2008, 04:33 PM
ndutzie
 
Posts: n/a
Diggs:
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?

Reply With Quote


  #4 (permalink)  
Old 08-06-2008, 05:48 PM
Al Sparber - PVII
 
Posts: n/a
Diggs:
Default Re: Win & Mac Extension Compatibality

What does the extension do?

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


"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?
>


Reply With Quote
  #5 (permalink)  
Old 08-06-2008, 06:12 PM
ndutzie
 
Posts: n/a
Diggs:
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/f older1/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>

Reply With Quote
  #6 (permalink)  
Old 08-06-2008, 06:12 PM
ndutzie
 
Posts: n/a
Diggs:
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?

Reply With Quote


Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 11:08 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk