Creative DW Image Show Forum


box Creative DW Image Show
The Creative DW Image Show is an extension that creates a display of images with amazing in and out transition effects. The transition effects can be easily customized, so that they could perfectly meet the user's requirements.

Find out more about Creative DW Image Show

Thread: Dreamweaver CS3, Spry Widgets, Image Show issue

title left
User Details
message
title right
allen

post date:
2009-04-13 11:44:19
Is anyone using Spry Widgets (part of CS3) in a page and also using an ExtendStudio Image show on the same page? If so, are you experiencing any Javascript issues?

I'm using the Spry Accordion Widget to display data and it looks great. When I went to add an Image Show and the interaction for the Spry Widget ceases to work WITHIN DREAMWEAVER ONLY and various JavaScript errors are displayed. If needed, I can get the error messages.

If I remove the ExtendStudio Image show (which, obviously, I don't want to do!), the Spry Widget interaction within Dreamweaver works again.

Any thoughts on how to have the two features work together?
Andrei Rinciog [Extend Studio]

post date:
2009-04-15 09:24:48
Hello Allen,

Please send us a copy of the page at support at extendstudio.com so we can check for any javascript incompatibilities. Also, you said that you are receiving javascript errors just in Dreamweaver ? If you preview in a browser it works ?

Best regards,
Andrei Rinciog

allen

post date:
2009-04-15 11:59:24
The page will display properly in a browser. The failure is within Dreamweaver only -- to my knowledge.

Basically the error is rendering the Spry Widget unusable and I can no longer update it through the Dreamweaver interface (though I am able to update it through editing the code).

Will send over a page as you requested.

Many thanks!
Andrei Rinciog [Extend Studio]

post date:
2009-04-15 12:10:02
There might be some problems with the translators. I'll wait for the page and check it tonight at home ( i will leave the office soon ) and tell you what I've found tomorow.

Regards,
Andrei Rinciog
allen

post date:
2009-04-29 13:45:51
Wow did I become sidetracked.

I've emailed the file. Please let me know your thoughts.
Andrei Rinciog [Extend Studio]

post date:
2009-05-04 05:42:25
Hello eveyone,

This problem was solved and I'm posting to solution here in case anyone has this problem again.

When you insert a new accordion widget on the page, besides the structure it also adds the javascript code that creates the element. That code needs to be exactly beneath the structure. If you insert a menu beneath the accordion it will separate the structure from the script. You need to move that script back beneath the structure.

This is the code that I’m referring to :

<script type="text/javascript">
<!--
var Accordion1 = new Spry.Widget.Accordion("Accordion1");
//-->
</script>

Regards,
Andrei Rinciog