Spry Accordian - multiple sprys on same page?

How do you get two or more Spry Accordians on one page? The first one works fine, but the others don't.
Linda

Looks like you did not upload the dependent .js and .css files
I get a page not found error when I try and load this file referenced from your main page.
http://daphnevanessapierre.com/Spry-UI-1.7/includes/SpryDOMUtils.js.
Make sure that  you have uploaded all of the files in the head in the correct location relative to the page that you inserted the slide show into.
-Scott Richards
Dreamweaver Team

Similar Messages

  • New Update (2014.1) - How to have multiple compositions on same page?

    With the latest update, it seems as though Edge now always assumes that the composition has an element ID of "Stage". Previously, I was able to have multiple compositions on the same HTML page by simply altering the default id of "Stage" for each composition to something unique. Any workarounds for having multiple compositions on the same page utilizing the 2014.1 update?

    You can use the following approach
    Dropbox - Multiple.zip
    <!DOCTYPE html>
    <html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
      <meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
      <title>Untitled</title>
    <!--Adobe Edge Runtime-->
        <meta http-equiv="X-UA-Compatible" content="IE=Edge">
        <script type="text/javascript" charset="utf-8" src="edge_includes/edge.5.0.0.min.js"></script>
        <style>
           .edgeLoad-EDGE-77458053 { visibility:hidden; }
            .edgeLoad-EDGE-77430105 { visibility:hidden; }
        </style>
    <script>
       AdobeEdge.loadComposition('2', 'EDGE-77458053', {
        scaleToFit: "none",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
    }, {dom: [ ]}, {dom: [ ]});
    AdobeEdge.loadComposition('1', 'EDGE-77430105', {
        scaleToFit: "none",
        centerStage: "none",
        minW: "0",
        maxW: "undefined",
        width: "550px",
        height: "400px"
    }, {dom: [ ]}, {dom: [ ]});
    </script>
    <!--Adobe Edge Runtime End-->
    </head>
    <body style="margin:0;padding:0;">
      <div id="Stage1" class="EDGE-77458053">
      </div>
        <div id="Stage2" class="EDGE-77430105">
        </div>
    </body>
    </html>
    -Siva

  • Multiple quicktimes on same page, same place

    Hopes this makes sense but what I would like is a blank white page with multiple "text menus (hyperlinks)" on the left side of the page that when selected will activate appropriate quicktimes that will then open on the same page, but on the right side.
    However, I don't want to see the quicktimes or a quicktime window until it is selected. Then, after the quicktime has played it should disappear and then if another option is chosen from the menu on the left, another quicktime will pop up in exactly the same place. I need this to happen at least 5 times per page.
    I'm trying to figure out how to do this without creating a whole new identical page that would be activated and then have to load. All I want to load for each link is the QT's that would appear on that same page, in exactly the same place on the right.
    Sorry this is a bit of a mouthful...
    imac G5   Mac OS X (10.4.7)  
    imac G5   Mac OS X (10.4.7)  

    If there's to be any QuickTime on the page, the QuickTime plugin is going to load, so there's going to be that Q at some point or another. If that's ok, then look at the examples and follow the link to the tutorial on this page.
    http://web.mac.com/btkirman/iWeb/Stuff/Welcome.html

  • Cross-Tab in multiple columns on same page rather than on multiple pages

    I have a report that shows temperature readings and the date/time of the reading in a cross tab as a part of a report.  The amount of readings causes the cross-tab to take up multiple pages.  What I would like to do is set the cross tab to appear three or four times on the same page before going to the next page to reduce the number of pages in my report.  Any ideas on how I can do this?
    This is what I have:
    Page 1:
    Date/Time1  |  Temp1
    Date/Time2  |  Temp2
    Date/Time3  |  Temp3
    Date/Time4  |  Temp4
    Page 2:
    Date/Time5  |  Temp5
    Date/Time6  |  Temp6
    Date/Time7  |  Temp7
    Date/Time8  |  Temp8
    What I want is:
    Page 1
    Date/Time1  |  Temp1..............Date/Time5  |  Temp5..............Date/Time9   |  Temp9
    Date/Time2  |  Temp2..............Date/Time6  |  Temp6..............Date/Time10  |  Temp10
    Date/Time3  |  Temp3..............Date/Time7  |  Temp7..............Date/Time11  |  Temp11
    Date/Time4  |  Temp4..............Date/Time8  |  Temp8..............Date/Time12  |  Temp12    
    Page 2
    Date/Time13  |  Temp17............Date/Time21  |  Temp21............Date/Time25  |  Temp25
    Date/Time14  |  Temp18............Date/Time22  |  Temp22............Date/Time26  |  Temp26
    Date/Time15  |  Temp19............Date/Time23  |  Temp23............Date/Time27  |  Temp27
    Date/Time16  |  Temp20............Date/Time24  |  Temp24............Date/Time28  |  Temp28        

    hello,
    Don's suggestion of creating a "mock cross tab" is a good one.
    you can also try this Multiple Columns formatting idea if you wish:
    1) create a new report
    2) create a group on your date field
    3) put a summary on your Temp field and move it into the group header of the group
    4) suppress the details section and the group footer
    5) right click on the details section header in the design mode and choose Section Expert
    6) in the Common tab, choose Format With Multiple Columns
    7) in the Layout tab, choose a Width of about 2.66"
    8) choose Down Then Across for Printing Directions
    9) choose Format Groups With Multiple Columns
    10) bring this new report into your existing report as a subreport
    jamie

  • Urgent - problem with multiple users on same page

    Hi all,
    I have got an big problem with my app:
    when several users are using the same page, the action launched by USER_A affects the page displayed and used for USER_B.
    If there is only one user using the page, there is no problem at all.
    The webapp is deployed on Tomcat or JBoss and the problem remains the same on both.
    Thank you for your help.
    PS: I am not accurate because I don't know what to paste here.

    In fact, all my page beans are in REQUEST scope...
    The only bean in Application scope is the standard applicationBean created by Creator itself.
    We use one Bean in session scope which contains another class.
    I will try to explain our common process:
    - when logging into the app, the session Bean stores user data (rights for using app,...);
    - when navigating in the app, the user can search data, modify them and create one (if he has the right to do it);
    - to define the screen, we use a lot the beforeRenderResponse();
    - when viewing a data, the user can choose to modify it, so depending on the action, the page is in "CONSULT" mode or "MODIFY" mode. In the second one, he can display new gridPanel (as a subform) to populate datatable.
    The problem is obvious while using this grid: my grid can disappear if someone else has validated his form before me and if my page goes trough the beforeRender of my page.
    It is not really clear. If needed, i can give access to our application to show the problem (and msn adress too to talk about it).
    Thank you

  • Same VO in multiple palce in same page

    Hi All,
    I have a page which has some input components binded to a VO say EmployeeVO. On the same page i have another section which is also binded to the same VO (and the same fields). I have a save button in both the region.
    My requirement is when i click the save button in region 1 the values of components binded in region 1 should save.
    When i click on save of region 2, values from region 1 as well as region 2 should be save..
    but since both the region are bounded to the same VO, how do i get the independent value.
    This is how i am accessing the Values in my Impl class in ApplciationModule :
            ViewObjectImpl employeeVo = this.getEmployee();
            EmployeeVORowImpl employeeVoRow = (EmployeeVORowImpl)employeeVo.getCurrentRow();hope m clear ..
    Ne ideas on this ?
    thnks

    Hi,
    you an try different instances of the VO and access the values from the ADF iterator binding. The code you have only works if the View Object instances are different, which is either when the VO runs in a different transaction (which you can enforce by using ADF regions with non-shared DC scope) or by using different View Objects.
    Frank

  • Multiple drafts of same page?

    I want to make more than one draft of the same page. Is that
    possible?

    I don't think this is possible, and I don't understand why
    you want to do this, but you could copy the page and safe it for
    the time being under a different name.

  • Using spry select on multiple forms in same page

    Greetings-
    My apologies if this has already been answered but after a few searches I've not found my solution....
    I have a web page with 2 different forms (completely different open form and close form tags) that I'm trying to get the Spry Select Widget to work in.
    Both forms' Spry Select widgets interact as expected with the user with one exception; the second form continues to submit to the action page even if the user is trying to submit an invalid value (the docs suggested using the value of -1 so that's what I'm using). The appropriate error gets displayed to the user but the form continues to submit, which I don't want. Is there a limitation that I missed regarding the use of multiple forms in the same web page with the Spry Select Widget?
    FWIW, I'm running the app on ColdFusion and even the cfform/cfselect won't work with the Spry Widget.... I've named and id'd all forms and form elements and still no luck.
    Any ideas?
    Thanks in advance,
    Rich

    Hi Brad,
    The preamble looks reasonable.  I would like to make sure you are clear on the process.
    The data needs to be rendered twice (i.e. a 2 step job).  In the first step you create a trace file with the page count for each document in it...\trace"^define User:PageCountForTrans_@:TransCount. @$page.@LF."."
    In the second step, that trace file is brought back in as a preamble file.
    Please confirm that you are in fact passing the data twice.
    cheers
    Chris

  • Can't run multiple instances on same page!

    Hi,
    Since I got no response on the shadowbox forums after 2 weeks, I thought it's worth to post it here and hope someone can help me out.
    Note: This is also related on non-joomla pages. I've tested it on plain html as well (by Dreamweaver) and get the same issue.
    The following issue was posted by me on the shadowbox forums:
    I was wondering if the following is possible.
    I've tried almost everything where I can think of, but no luck.
    Searched many forums and googled a lot, but without success.
    I got feeling that I'm so close and missing some simple solution.
    So I'm stuck here, I'm not able to figure it out.
    This is what I want to achieve:
    My website is running on Joomla 1.5. And I'm using a Shadowbox extension.
    In an article I've put multiple SWF movies, like previews acting like buttons.
    So when clicking on a SWF button/movie, Shadowbox opens and plays a related FLV movie.
    To achieve this part I've followed the instructions at this site under FAQ > first paragraph.
    So far so good...
    Now the ugly thing is when putting multiple swf buttons on a single page, after clicking a random button Shadowbox always displays the same flv movie. I did some altering with ID's and such but had no luck.
    Even try to alter with the Shadowbox options and variables, flashVars and such (at this site under Options and Usage) but that worked out for me.
    The strange thing is when placing the buttons, let's say in an article belonging to a section and category and make the articles paginated, after clicking the swf button the related flv plays. Browsing to the next page and clicking the button, the related flv will play also. This is the way it should be. Unfortunately it doesn't work when multiple buttons are displayed on the frontpage or an single article regardless whether they belong to sections and categories or not.
    Even when a single code is placed in a single article and display 2 or more articles containg a different swf and a different related flv link only the last added flv plays with every random swf button/movie.
    This the code I'm using for each swf (actionscript behavior):
    FIRST INSTANCE SWF=====================================
    on (release) {
    getURL("javascript:openShadowbox
    ('http://test.cquence-multimedia.nl/images/cqmm_test.flv','flv','title')");
    SECOND INSTANCE SWF=====================================
    on (release) {
    getURL("javascript:openShadowbox
    ('http://test.cquence-multimedia.nl/images/WizardFinal_1.flv','flv','title')");
    ================================================
    This is the code I'm using in the article (2 instances on a single page):
    =======================================================
    <!-- FIRST INSTANCE -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="50" data="images/default_swf_button.swf">
    <param name="movie" value="images/default_swf_button.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="9.0.45.0" /> <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>-->                       
    <object width="150" height="50" data="images/default_swf_button.swf" type="application/x-shockwave-flash">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="9.0.45.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" border="0" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </p>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    <script type="text/javascript">
    function openShadowbox(content, player, title, width, height, options){
    Shadowbox.open({
    content:"http://test.cquence-multimedia.nl/images/cqmm_test.flv",
    player:"flv",
    title:"SHADOWBOX FLASHBUTTON TEST FLV",
    width:"800px",
    height:"600px",
    </script>
    <!-- SECOND INSTANCE -->
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <object id="FlashID1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="150" height="50" data="images/default_swf_button2.swf">
    <param name="movie" value="images/default_swf_button2.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="9.0.45.0" /> <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
    <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. --> <!--[if !IE]>-->        
    <object width="150" height="50" data="images/default_swf_button2.swf" type="application/x-shockwave-flash">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="9.0.45.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" /> <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
    <div>
    <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
    <a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" border="0" alt="Get Adobe Flash player" width="112" height="33" /></a>
    </div>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FlashID1");
    </script>
    <script type="text/javascript">
    function openShadowbox (content, player, title, width, height, options){
    Shadowbox.open({
    content:"http://test.cquence-multimedia.nl/images/WizardFinal_1.flv",
    player:"flv",
    title:"SHADOWBOX FLASHBUTTON TEST BRIAN",
    width:"800px",
    height:"600px",
    </script>
    =======================================================
    This is the link to the page in question:
    http://test.cquence-multimedia.nl/index.php?option=com_content&view=article&id=9&Itemid=13
    Please, any suggestions would be great!
    Thanks in advance.
    Best Regards,
    John.

    Sorry...I still don't get it. What is it about Windows FUS that keeps iTunes from running running the process twice? It can run many other non-Apple windows apps in multiple user sessions (commercial apps, open source apps, audio/video apps, networked apps). I can even run two different virtual machines at the same time under two different user sessions.
    Why can iTunesHelper.exe run twice but iTunes.exe cannot? Why can I run Safari at the same time? Quicktime Player runs fine under multiple user sessions.
    Blaming it on Windows and/or FUS sounds like FUD. Can anyone give a valid technical reason? Semaphores? Mutexes? An admission (and explanation) that the Windows version is purposely crippled?

  • How to use Spry and Jquery on the same page.

    I'm using both spry (dataset) and jquery (datepicker) on my page. When I load the jquery script my dataset doesn't work.
    I've done some research and found that I need to insert an observer that tells jquery when the spry dataset is finished loading. Found this information at: http://forums.adobe.com/message/2899897. I've tried implementing this into my script but just doesn't seem to work. Below is the script from my site, how would I insert an observer into this script?
    <script type="text/javascript">
    <!--
    var ds1 = new Spry.Data.HTMLDataSet("/test/fsasearch_results_dynamic.php", "search_results");
    var ds2 = new Spry.Data.HTMLDataSet("/test/countstable_dynamic.php", "table");
    $(function() { $( "#datepicker" ).datepicker({ dateFormat: 'yy-mm-dd', beforeShowDay: nonWorkingDates, numberOfMonths: 2, minDate: +5, maxDate: +30});
        function nonWorkingDates(date){
            var day = date.getDay(), Sunday = 0, Monday = 1, Tuesday = 2, Wednesday = 3, Thursday = 4, Friday = 5, Saturday = 6;
            var closedDates = [[7, 29, 2009], [8, 25, 2010]];
            var closedDays = [[Saturday], [Sunday]];
            for (var i = 0; i < closedDays.length; i++) {
                if (day == closedDays[i][0]) {
                    return [false];
            for (i = 0; i < closedDates.length; i++) {
                if (date.getMonth() == closedDates[i][0] - 1 &&
                date.getDate() == closedDates[i][1] &&
                date.getFullYear() == closedDates[i][2]) {
                    return [false];
            return [true];
    //-->
    </script>

    Please post any SPRY related question in the SPRY forum.

  • ADF Mobile - Multiple charts on same page

    Hi,
    I am new to ADF mobile.I am developing an app for ipad where i have four charts displayed on the same panel item.The panel page has splitter component to show panel item based on the list selected.The charts will be displayed correctly for the first time.Once I select another list item to show a different panel item(which shows a different chart) and go back to the previous list to view the 4 charts,its not showing all the four.Sometimes it shows two,three.If i rotate the device ,the four charts will again get displayed correctly.
    Anyone know what I have to do to get this to work properly?
    Thanks.

    Hi Frank,
    I just checked the new HR sample provided with the version 11.1.2.4.0.The Salary guage will display the details first time and once I go to Directs or any other tabs and press 'Comp' button to view the Salary details again,it wont show up.Looks like it is similar to the issue I am facing.
    In my case, i just drag and dropped four charts from the webservice datacontrol to the panel item.I am not doing anything specific to set the height/width of charts.
    Savad
    Edited by: Savad on May 14, 2013 4:41 AM

  • Multiple Copies of Same Page Content from Various Trays

    I use 'gs' to create postscript, and 'setpagedevice' to specify trays.
    I print a single page of content (say the file "f.pdf") on each of six different colors of paper, which are pulled from different trays.   At the moment, I do this by repeating the filename "f.pdf" six times as an arg to 'gs'.  This creates a single postscript file, into which I insert my six 'setpagedevice' commands.
    My 65ppm printer has to re-render the same 'f.dpf' postscript six times, which causes it to only produce about 20ppm.
    Is there a way to pass a NumCopies specification so that each of my 'setpagedevice' commands switches trays to print the exact same rasterized bitmap? In other words, to write a postscript file that rasterizes 'f.pdf' only once, and still makes use of that cached image for each 'setpagedevice'?
    I'm happy to read manuals, but I don't know what technique or feature name(s) I should look for...
    thank you,
    - Randy

    Randy,
    If your original one page ps or eps file was e.g.
    72 720 moveto
    /Helvetica 72 selectfont
    (Hello World) show
    showpage
    Then you can try something like this:
    /MyPage
        72 720 moveto
        /Helvetica 72 selectfont
        (Hello World) show
        showpage
    } def
    and then in paint procedure in the form:
    /PaintProc
        MyPage
    Use setpagedevice to select your tray instead of a page size like in the prior post's example before calling the form. Since the form is the same on each
    page hopefully it will be stored in the form cache and speed things up but you may need to check the cache size.
    Ed

  • Can't create multiple links on same page

    This is odd...when editing a page in Contribute, I can create
    a link (of any type), but when I go to create another link, I get
    the error "You are not allowed to perform that action....". (We are
    in Contribute 3.11 and using DW templates with very simple editable
    regions.) However, if I publish the page then go back into Edit
    mode, I can create the second link! But then the same error occurs
    if I try (right away) to create a third link.
    This is frustrating and I can't imagine I have to publish the
    stupid page after every link. Anyone have any ideas as to why this
    might by happening? Thanks in advance!

    Hi Bryan.
    Here's a link to the multi-up printing templates in HP Photo Creations:
    https://shop2.rocketlifeproduction.com/hpfe6fd34b208847e8f8254b9be96e8c4c/catalog.html?ocat=%40print...
    If you don't have HP Photo Creations already, you can download it on that page.
    Hope this helps,
    RocketLife
    RocketLife, developer of HP Photo Creations
    » Visit the HP Photo Creations Facebook page — news, tips, and inspiration
    » See the HP Photo Creations video tours — cool tips in under 2 minutes
    » Contact Customer Support — get answers from the experts

  • How do I prevent multiples of the same page downloading without a force quit?

    When I click on a link to download, Firefox 3.6.17 starts trying to download the page quickly over and over without success increasing in speed. I must do a force quite to stop this repetitive action as the many pages build up on my screen. This doesn't happen if I try it with Safari. I have FireFox for the MacBook. My laptop is 3 yrs old.
    Thanks in advance!

    Sounds that you have selected the Firefox application for a file type that it doesn't support.
    See:
    * https://support.mozilla.com/kb/Firefox+keeps+opening+many+tabs+or+windows

  • Multiple columns on same page?

    I'm looking for a way to have a two column page layout, with three columns each that flows from page 1 column 1, to page 1 column 2, then to page 2 column 1 to page 2 column 2, etc. It's for a karaoke list and the columns are Song, Artist, and Song #, and I want to save paper by having two columns per page.
    In Excel I have to copy the spreadsheet into a two column word document, and it really slows down. An example of my layout is here... http://karaoke.seanphafer.com/page4/files/KaraokeUpdates27Dec06.pdf

    I'd almost do a Word "Mail Merge" from Excel. I've done program fliers this way and only takes a few seconds to do the merge (1000s of items.) Not quite a Numbers solution...
    Regards,

Maybe you are looking for

  • How do I change my incoming calls to view caller's phone number instead of name?  This is for numbers not stored in my contacts (i.e. Unknown)

    How do I change my incoming call view to see the "phone number" instead of seeing "Unknown" for contacts who are not stored in my phone?  Whenever a call comes in it says unknow instead on the phone number that is calling.

  • If I restore my macbook, will it go back to it's original version?

    My early 2011 MacBook is having issues that I think will be fixed by restoring it back to when I first bought it. I have a couple questions before I commit to restoring: 1). Since buying my MacBook I have paid to upgrade to the next version, I'm curr

  • Adobe Flex NWDI

    Hello, we want to use Adobe Flex in the future. We have NWDS and NWDI in place. Can we use the DTR from the NWDI to manage the source which we developed based on Adobe Flex? Regards, Alexander

  • Additional Credit Limit for certain period

    Dear Friends, My Client want a functionality where we can give additional credit limit for particular customer for particular duration. Since the value for each customer will vary we cannot use credit limit seasonal factor in OVA8. I want to maintain

  • Replace SIM card

    Just dropped my phone off my desk and am now getting message "no SIM card". I can't figure out how to even open the phone up to remove and replace the sim card (and I can't wait for my teenager to get out of class for the day!!). Who can tell me what