Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
56gfvhgf #1
installiation of mxi file doesn't work properly ?
I have following text in my mxi file ( besides another text)
see attachment
but my categiry tab have the name "NewPlugin" and no any menu added to insert
menu. Why?
<configuration-changes>
<menu-insert appendTo="DWMenu_Insert">
<menu id="DWMenu_Insert_Plugins" name="_Plugins">
</menu>
</menu-insert>
<menu-insert appendTo="DWMenu_Insert_Plugins">
<menuitem id="DWMenu_Insert_Plugins_NewPlugin" name="_New Plugin"
enabled="dw.getDocumentDOM() != null" file="Objects/Plugins/NewPlugin.htm" />
</menu-insert>
<insertbar-changes>
<insertbar-insert>
<category folder="Plugins" id="DWInsertbar_Plugins" name="Plugins">
<button file="Plugins\NewPlugin.htm" id="DWInsertbar_Plugins_NewOlugin"
image="Plugins\NewPlugin.gif" name="New Plugin"/>
</category>
</insertbar-insert>
</insertbar-changes>
</configuration-changes>
56gfvhgf Guest
-
Screening doesn't seem to work properly
According to the documentation, a black color screened over some base color (using the "Screen" transparency setting) should show the base color... -
autocomplete does not work properly....
Outlook Express keeps prompting for your password - Fix http://www.dougknox.com/xp/tips/xp_oe_passwords.htm This fix also applies to Outlook,... -
it must be me, in that autocomplete does not work properly
i may be incredibly naive but i can not figure how to get autocomplete to work. either in internet explorer or in outlook express. is there... -
Doesn't work properly in browser?!?!
I made a flash and published it into an html file...when i run the .swf file it runs normally. However, when i run the .html file the screen simply... -
Does Threading work properly?
Hi When I do this: thr3 = Thread.new() do loop do puts \"thread\" end end -
danilocelic *TMM* #2
Re: installiation of mxi file doesn't work properly ?
56gfvhgf wrote:
I copied your code for the insertbar changes, and pasted it into a demo> I have following text in my mxi file ( besides another text)
> see attachment
>
> but my categiry tab have the name "NewPlugin" and no any menu added to insert
> menu. Why?
MXI on my end. The folder didn't show up at all if I did not also
install a file into that folder. Once I installed a file into the
Objects/Plugins/ folder, the tab showed up properly for me.
Below you'll find the entier MXI that I used:
<macromedia-extension
name="__Demo"
version="1.0.0"
type="object"
requires-restart="true">
<author name="Demo Object" />
<products>
<product name="Dreamweaver" version="7" primary="true" required="true" />
</products>
<description>
<![CDATA[
Demo Object with dedicated folder.
]]>
</description>
<ui-access>
<![CDATA[
UI access:<br>
Insert bar > New Folder
]]>
</ui-access>
<license-agreement>
<![CDATA[
]]>
</license-agreement>
<files>
<file source="NewPlugin.htm"
destination="$dreamweaver/Configuration/Objects/Plugins/NewPlugin.htm" />
</files>
<configuration-changes>
<insertbar-changes>
<insertbar-insert>
<category folder="Plugins" id="DWInsertbar_Plugins" name="Plugins">
<button file="Plugins\NewPlugin.htm"
id="DWInsertbar_Plugins_NewOlugin" image="Plugins\NewPlugin.gif"
name="New Plugin"/>
</category>
</insertbar-insert>
</insertbar-changes>
</configuration-changes>
</macromedia-extension>
--
Danilo Celic
| Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
danilocelic *TMM* Guest



Reply With Quote

