Resolving conflicting JavaScript due to several Spry elements in one page

I am fairly new to web coding, I would really appreciate some help in the following topic. I am working on a web page and I decided to insert some of the pre-coded Spry elements provided by Dreamweaver, I have in one page a HorizontalMenuBar, a SpryTabbedPanels, and an AccordionPannel. I have not modified any of the script that is automatically inserted into my code, all I did was to change some of the CSS to match my design, I saved the extension files in my own .js folder rather than the SpryAssets folder that is automatically created and I have verified that all the files are being called correctly in the <head> of my document. When I test the page with only the HorizontalMenuBar it works fine, as soon as I add the TabbedPanels and the Accordion only one of them works. I researched this subject and I think the problem is that eachof these /.js files created by Dreamweaver have a couple of variables that are named creating conflict when running the script. But I don't know what variable it is, in previous threads I found that the most common variable causing this problem is the 'onload' event, so I looked for it on each file and to my surprise neither of the .js files have an 'onload' element. I would guess that is being used as a global variable, but I don't write code and I wouldn't know how to fix that.
I have some specific questions I would appreciate help with.
1- Does anyone know a simple way to fix this problem?
2- What other variable could be causing this problem? Specific names would help so I can run a Find search
3- Will it cause a problem if I combined the 3 .js files into one?
4- What can I do to avoid this problem later on if I decided to add another pre-coded JavaScript element into my site?
Thanks in advance for any help provided.

I'm having a similar problem and can't find the solution. I have a twitter feed widget and a image cycle widget on my site. On their own the widgets work fine, but when both in the same html document only one works. Here's my code, what do you think: I'd really appreciate any assistance. Thanks!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Untitled Document</title>
<script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
<script src="scripts/jquery.cycle.all.js" type="text/javascript"></script>
<script src="scripts/jquery.js" type="text/javascript"></script>
<script src="scripts/twitter_search.js" type="text/javascript"></script>
<style type="text/css">
/* BeginOAWidget_Instance_2559022: #slideshow */
                              #slideshow { 
                                  padding: 0px;
                                        margin:0; 
                              #slideshow-caption{
                                        padding:0;
                                        margin:0;
                              #slideshow img, #slideshow div { 
                                  padding: 0px;
                                  background-color: transparent;
                                        -webkit-border-radius: 0px;
                                        -moz-border-radius: 0px;
                                        border-radius: 0px;
                                  margin: 0;
/* EndOAWidget_Instance_2559022 */
</style>
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2559022" binding="#slideshow" />
  <oa:widget wid="2125523" binding="#twitter" />
</oa:widgets>
-->
</script>
<style type="text/css">
/* BeginOAWidget_Instance_2125523: #twitter */
                    #twitter { height: 200px; width: 250px}
/* EndOAWidget_Instance_2125523 */
</style>
</head>
<body>
<script type="text/javascript">
// BeginOAWidget_Instance_2559022: #slideshow
                           slideshowAddCaption=false;
$(document).ready(function() {
          $('#slideshow').cycle({
                    after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                    autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                    fx:                                        'fade,',// name of transition effect
                    pause:                              true,     // true to enable pause on hover
                    randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                    speed:                              2000,  // speed of the transition (any valid fx speed value)
                    sync:                              false,     // true if in/out transitions should occur simultaneously
                    timeout:                    6000,  // milliseconds between slide transitions (0 to disable auto advance)
                    fit:                              true,
                    height:                       '400px',
                    width:         '900px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
function slideshowOnCycleAfter() {
          if (slideshowAddCaption==true){
                              $('#slideshow-caption').html(this.title);
// EndOAWidget_Instance_2559022
</script>
<div id="slideshow">
  <!--All elements inside this will become slides-->
  <img src="images/beach1.jpg" width="100" height="100" title="caption for image1" /> <img src="images/beach2.jpg" width="300" height="300" title="caption for image2" /> <img src="images/beach3.jpg" width="200" height="200" title="caption for image3" />
  <div title="sample title"> you can add blocks of text instead!</div>
  <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
<!--It is safe to delete this if captions are disabled-->
<div id="slideshow-caption"></div>
<div id="twitter"></div>
<script type="text/javascript">
// BeginOAWidget_Instance_2125523: #twitter
$(document).ready(function() {
          $('#twitter').twitterSearch({
                    term: 'from%3Abholtdesign',
                    title: 'cbb twitter',
                    titleLink: 'http://www.twitter.com/bholtdesign',
                    bird: true,                                                  // true or false (show or hide twitter bird image)
                    birdSrc: '/images/tweet.gif',                     // twitter bird image
                    birdLink: '',                    // url that twitter bird image should like to
                    avatar: false,                                        // true or false (show or hide twitter profile images)
                    anchors: true,                              // true or false (enable embedded links in tweets)
                    animOutSpeed: 500,          // speed of animation for top tweet when removed
                    animInSpeed: 500,          // speed of scroll animation for moving tweets up
                    pause: true,                                        // true or false (pause on hover)
                    time: true,                                                  // true or false (show or hide the time that the tweet was sent)
                    timeout: 4000,                              // delay betweet tweet scroll
                    css: {
                              a:     { textDecoration: 'none', color: '#999999', fontWeight: 'normal'},
                              container: { backgroundColor: '#000000' },
                              frame: { border: '10px solid #333333', borderRadius: '10px', '-moz-border-radius': '10px', '-webkit-border-radius': '10px' },
                              img:   { width: '30px', height: '30px' },
                              loading: { color: '#888' },
                              text:  {fontWeight: 'normal', fontSize: '12px', color:'#ffffff'},
                              time:  { fontSize: '12px', color: '#CCC' },
                              title: { backgroundColor: '#990066', padding: '5px 0 5px 0', textAlign: 'center', fontWeight: 'bold', fontSize: '12px'},
                              titleLink: { textDecoration: 'none', color: '#ffffff' },
                              user:  { fontSize: '12px'},
                              fail:  { background: '#6cc5c3 url(/images/failwhale.png) no-repeat 50% 50%'}
// EndOAWidget_Instance_2125523
</script>
</body>
</html>

Similar Messages

  • Help! Javascript not working when object moved from one page to another!

    Hello all:
    I am new to Adobe Livecycle Designer (version 8.0). I have created a 3 page interactive pdf form with numerous objects (text fields, radio buttons, drop-down boxes, etc.), that our business wants to begin using soon.
    I am having difficulty with some of my Javascript not working with a few of my objects on page 2 of the form. Specifically, there is a drop-down box for "Country" on page 2 of my form. When the user selects, for example, "United States" from the list, I have Javascript that is supposed to change the "Currency" drop-down box rawValue to "US Dollars" accordingly (upon the change event).
    I think my Javascript syntax is proper, but I am not certain. Here is my simple Javascript associated with the "Country" drop-down box (Note: rawValue 80 = "United States" and rawValue 105 = "US Dollars"):
    form1.Page1.cmbContactInfoCountry::change: - (JavaScript, client) -
    if (this.rawValue == 80) {     
         cmbCurrency.rawValue = 105;
    This seems pretty straight forward and it WORKS when my "Country" drop-down box is moved to page 1 of the form, but it WILL NOT WORK when I move the "Country" drop-down box back to page 2 of the form (which is where it belongs).
    Does anyone have any suggestions or solutions? I have spent probably 6-8 hours racking my brain trying to figure out why it works when on one page, but it does not work when move to a different page. I am guessing that I may have corrupted something OR that I am not fully addressing the proper name of the object?
    Please help!
    Frustrated and helpless near Chicago!
    Taylor T

    Hi Jono:
    Thank you for your quick reply.I was able to obtain the full name of the cmbCurrency object using the method you taught me. That is brilliant! Great short-cut tool.
    Unfortunately, I am still having issues with getting Javasript for the cmbCountry object to work with the cmbCurrency object. I haved pasted my new Javascript below.
    JavaScript for cmbCountry object:
    //UNITED STATES
    if (this.rawValue == 1) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 1;
    else
    //CANADA
    if (this.rawValue == 2) {
              xfa.resolveNode("form1.#subform[1].cmbCurrency").rawValue = 2;
    I have checked the "Specify Item Values" checkbox of the cmbCurrency drop-down object and Value 1 = "US Dollars" and Value 2 = "Canadian Dollars".
    When I select "Canada" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object is changed to "US Dollars" (when it is clearly defined as "Canadian Dollars"). When I select "United States" from the cmbCountry drop-down object, the rawValue of the cmbCurrency drop-down object stays blank for uknown reasons. Very strange.
    Since I am not able to further explain in detail on what I am experiencing, I have posted a link to my file below (I just signed up for an account at ShareFile). I would forever be indebted to you if you can help me figure this out!
    https://thomptk.sharefile.com/?cmd=d&id=07ede2fe11db4549

  • D7360 printer has slowed down till it takes several minutes to print one page

    This question was solved.
    View Solution.

    OK, print a standard text page and listen to the printheads as they travel across the page.  Do the printheads make a sweep, then stop for 5-15 seconds, then make another sweep?  Are there hundreds of sweeps across the page to print?
    If the latter then check the print settings.  If you are printing on plain paper then select plain paper rather than automatic in the paper type settings.  Also, printing in "Normal" mode is faster than "Best".
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Spry Element Problems...

    Hello!
    I am working on my website and getting conflicts with Spry Elements. I have inserted a Spry Menu at the top of my page in a fixed position, and then in the content area of my page I have Spry Tabs. The problem is that even though I have the z-index up to 1000 for the menu, when it drops down over the tab the tab can be seen through it and even selected. However, I cannot find a z-index property for the Tab css anywhere, and even when I add one well below my menu it still shines through.
    Since both Spry elements autocreate their own css pages and javascript files I assume it is something in there that is causing it.
    Anyone have an easy answer?
    Thanks,
    -Ryan

    I cannot find a z-index property for the Tab css anywhere
    You'll probably need to create your own.  Z-index (stacking order) only works on positioned (relative, absolute or fixed) elements.
    Nancy O.

  • Several spry photo galleries on a web page

    I'm a bit new at this, but I have done the Don Booth tutorial on how to create a photo album using the spry framework.
    It's all working fine. However, I want to place several galleries on the one web page and I'm really not sure how to go about this.
    Any ideas?

    Have a look at the following, keeping in mind that I removed all irrelevant (to the Spry Gallery)  stuff. The points to notice have been highlighted.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Rachel Hore - Past Projects</title>
    <script type="text/javascript" src="includes/xpath.js"></script>
    <script type="text/javascript" src="includes/SpryData.js"></script>
    <script type="text/javascript">
    var dsGallery_Bali = new Spry.Data.XMLDataSet("photos_Bali.xml", "gallery/photos/photo");
    var dsGallery_Desert = new Spry.Data.XMLDataSet("photos_Desert.xml", "gallery/photos/photo");
    </script>
    <link href="rachel.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="mainspace">
      <div id="mainbody">
        <h1>Singing In Bali, October 2010</h1>
        <p> Thirty Australians came together in the beautiful Taksu Resort to learn new choir repertoire with Rachel, relax, swim, and experience Balinese food, culture, hospitality and crazy taxi rides.  Each day we sang looking out onto rice paddies where we got lots of laughs watching a big rooster rounding up his hens.  Food was glorious and plenty of it. Highlight for most of us was our visit to two orphanages where the kids sang, danced and played gamelan for us. We sang some songs for them, and donated gifts and money toward the orphanages.</p>
        <p>This was Shirley Jackson's first singing event as an organiser and she did a really fabulous job.
        </p>
        <div class="main" spry:detailregion="dsGallery_Bali"> 
          <p><img src="images/{@path}">
          </p>
          <p>{@caption}</p>
          </div>
        <div id="thumbContainer" spry:region="dsGallery_Bali">
          <p><img src="thumbnails/{@thumbpath}" spry:repeat="dsGallery_Bali" spry:setrow="dsGallery_Bali"/></p>
        </div>
        <h1><strong>Big Sing in the Desert, July 2010 </strong></h1>
        <p>80 singers from all over Australia, including 28 indigenous singers from the Central Desert, came together at Ross River Resort. The idea for this weekend of song came from my work with the Central Desert Choirs in 'Many Roads One voice'. There was a desire to follow up the project and have singers, black and white, spend more time singing together, learning repertoire and learning from each other. Morris Stuart from Asante Sana was my co – tutor and we have talked about the need to value the beautiful hymn singing and choirs from the Central desert. Many young people are not  singing these days, and some of the elders had talked to us about helping the younger ones learn choir. </p>
        <p>Singers from Titjikala community, the Areyonga gospel choir and the Salvation Army choir in Alice Springs attended. The Areyonga choir are young singers taking on the choir tradition in a new way, writing their own songs and hymns. Sandra Windi taught us Nyanpi Matilda (Waltzing Matilda in Pitjantjatjarra) which just might be the next big Aussie anthem! </p>
        <p>The Salvation Army choir ladies sang some extremely beautiful hymns in the old Lutheran style of the Hermansberg Choir. They taught us hymns in Arrernte, Walpiri and English.</p>
        <p>Thankyou to the hundreds of generous donors from around Australia who contributed to helping us get the indigenous singers to this event.  <strong>Help support an indigenous singer (LINK)</strong></p>
        <div class="main" spry:detailregion="dsGallery_Desert"> 
          <p><img src="images/{@path}">
          </p>
          <p>{@caption}</p>
          </div>
        <div id="thumbContainer" spry:region="dsGallery_Desert">
          <p><img src="thumbnails/{@thumbpath}" spry:repeat="dsGallery_Desert" spry:setrow="dsGallery_Desert"/></p>
        </div>
      </div>
    </div>
    <div class="foottext" id="foot">
    </div>
    </body>
    </html>
    You will have noticed that I changed the gallery name to ensure that there is a distinction between that and the second gallery name. I have also changed  the id to a class because only one id with the same name is allowed per document.
    Cheers
    Gramps (no longer Grumps)

  • Spry Elements

    Is it possible to combine several different Spry elements on a single page, specifically a Spry menu and a Spry collapsible panel(s)?

    Thanks for your feedback.
    In testing, I did have some initial problems. But it appears if I avoid nesting (the different Spry elements) the problem(s) goes away. Does that make sense? Is that generally good practice?

  • Hiding Table Columns with the Spry Element Selector

    I am trying to set up a toggle button that will show/hide
    rows >1 when clicked. I've used Adobe's
    "Hiding
    Table Columns with the Spry Element Selector" example and it
    worked fine with an HTML list, until I linked to actual XML data.
    Now it works in reverse. What gives?
    Here's the example:
    http://a44.awardspace.com/testing/toggleShowHideRows.htm

    That's what I started with. Same result:
    http://a44.awardspace.com/testing/toggleShowHideRows.htm

  • I tried to log on my new ipad and forgot the password combination.  Due to several tries the ipad is locked up.  I remembered the password but my ipad is still disabled.  How do I get it going again?

    I tried to log on my new ipad and forgot the password combination.  Due to several tries the ipad is locked up.  I remembered the password but my ipad is still disabled.  How do I get it going again?

    You have to restore the device within iTunes. You want to use the same computer that you always sync with so that you can restore your app data and settings. You can restore with any other computer, but you will lose everything on the iPad.
    iOS: Wrong passcode results in red disabled screen
    This will tell you how to restore
    iTunes: Backing up, updating or restoring iOS software
    If you cannot restore that way, you may have to use recovery mode
    iPad: Unable to update or restore

  • 10g streams and resolving conflicts

    Hello
    i configured oracle streams on 2 databases using the wizards in enterprise manage (10gR2) r, the aim is to set up multi master replication quickly and easily.
    If i do this how do i resolve conflicts or are they resolved automatically? I read that you can call
    DBMS_APPLY_ADM.SET_UPDATE_CONFLICT_HANDLER(
    object_name => 'hr.locations',
    method_name => 'MAXIMUM',
    resolution_column => 'time',
    column_list => cols);
    but this is not inserted into teh scripts generated by enterprise manager. Is it there a default conflict policy? or can i
    configure this globally?
    Also i noticed that my servers from time to time stop reqwplication and flow gets paused with an enqueue error. Is this just a resource issue?
    I am limited currently as I am trying this out with vm images.
    Am willing to upgrade to 11g if functionality of streams is better.
    Thanks
    Edited by: user573756 on 06-Jun-2010 07:45

    You are seriously confusing totally different technologies.
    The name of this forum is Advanced Queueing.
    Your question appears to be about Streams
    Then you ask about multimaster replication which sounds like Advanced Replication.
    What are you actually doing and with what technology are you doing it?
    I have no experience doing this with EM, only hand coded scripts via SQL*Plus so I can not comment on what EM is doing or not doing.
    But without a clear understanding of what conflicts are possible in the case of your design it is impossible to advise you further. A well
    designed system should make conflicts if not impossible ... extremely rare and narrowly focused.

  • Absolutely Positioned Spry Elements Disappearing in Firefox

    Building a sliding spry element that creates the effect of a tab expanding upwards. Renders perfect in both Safari and Opera9, however in firefox the heading tag and subsequent <a> that controls the effect are visible only for a brief second and the page loads then disappear from view all together.
    I turned off css styles in FF and was surprised to find that the 3 spry elements function 100% correctly. This is indicating to me that it is a css error. I remember another time I was trying to use image replacement via display:none and AP html tags where the links became unclickable though still visible.
    here is a link to the page:
    http://internal.shamanism.com/danceofthedeer/test/default.cfm
    rather than post a long list of css styles and html code, ive just attached them to this thread.
    I've searched around for a similar issue, but without knowing what is exactly causing this problem its hard to find relevant results.
    Any help would be greatly appreciated.
    Thanks.

    ccwd wrote:
    > I used Dreamweavers to create a web site with a
    horizontal spry menu. The site
    > was working fine and still is in Firefox, but in IE the
    menu text disappears
    > when browsing to some of the page (the text is visible
    on roll-over, however).
    > I have very limited experience with coding.
    For anyone to track down your problem you'll have to post a
    link to a live page that exhibits this issue and give detailed
    instructions as to how to recreate it. Please include the version
    of IE (and platform in case that may make a difference)that is
    having this issue.
    Also, Spry questions are generally better asked in the Spry
    forum:
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Conflict Resolver trying to resolve conflicts from 2004

    It's irritating..... having used Entourage and iCal since 2004, now in trying to sync with 3g, I am getting this pop up that asks me to resolve conflicts dating back in 2004. Is there an option where I can ask it to ignore retroactive dates? My only option is 'resolve with < program here >'

    After our power went off, I came home to find 64 "conflicts". Evidently an .mac folder was deleted, but I seem to have resolved that. However, no matter HOW many times i "resolve" the conflicts between the Mac and my Palm Treo 650, every few minutes Conflict Resolver pops up with the same 64 conflicts. Very frustrating. I wonder if there is a com.apple...... file out there somewhere to delete and start over.

  • Several Premiere Elements Help and Tutorial Links

    Version 13 released 09-24-2014
    -Version 13.1 2-5-2015 update https://forums.adobe.com/thread/1699867
    -Steve Grisetti notes https://forums.adobe.com/thread/1583906
    -A.T. Romano comments and links https://forums.adobe.com/thread/1583579
    Online User Guide http://helpx.adobe.com/premiere-elements/topics.html
    -Page to download current PDF http://helpx.adobe.com/premiere-elements.html
    -Previous versions http://helpx.adobe.com/premiere-elements/archive.html
    Importing Video http://forums.adobe.com/thread/1065281
    -and project settings http://forums.adobe.com/thread/1112086
    Videos and other media are output from Premiere Elements under the Publish & Share tab
    Saving & Sharing http://forums.adobe.com/thread/1137128
    -Sharing to DVD or BluRay http://forums.adobe.com/thread/1137645
    -Sharing for Movies http://forums.adobe.com/thread/1051093
    -Sharing for Computer http://forums.adobe.com/thread/1058237
    Remove Watermark http://forums.adobe.com/thread/433730?tstart=30
    -and publish/share new output without the watermark
    Thanks to Neale... Adobe TV http://forums.adobe.com/thread/1382334?tstart=0
    Steve's Basic Training Tutorials... steps are the same for several versions
    -start at http://forums.adobe.com/thread/537685
    -and http://tv.adobe.com/search/?q=Premiere+Elements
    -be sure to click More Results at the bottom of the "tv" page
    Books at Amazon
    -v12 http://www.amazon.com/Muvipix-com-Guide-Premiere-Elements-version/dp/1492348031/
    -v11 http://www.amazon.com/Muvipix-Guide-Premiere-Elements-version/dp/1479311200/
    -V11 Tips & Tricks http://muvipix.com/cooltricks11.php
    -v10 http://www.amazon.com/Muvipix-com-Guide-Premiere-Elements-Version/dp/1466286377/
    -v09 http://www.amazon.com/Muvipix-com-Guide-Premiere-Elements-version/dp/1453871209/
    -All http://www.amazon.com/Tricks-Adobe-Premiere-Elements-Muvipix-com/dp/1451529724/
    Other links to help learn
    Version 12 http://muvipix.com/pe12.php
    http://forums.adobe.com/thread/498626
    -and http://prodesigntools.com/four-hours-free-video-tutorials-new-photoshop-elements-9-pse9.ht ml
    -and http://prodesigntools.com/five-hours-free-tutorials-photoshop-and-premiere-elements-7-and- 8.html
    FAQ http://forums.adobe.com/community/premiere_elements/premiere_elements_faq
    TIPS http://forums.adobe.com/community/premiere_elements/premiere_elements_tips
    Other help sites http://muvipix.com/ or http://muvipix.com/phpBB3/
    -and http://www.elementsvillage.com/forums/
    Codec & Format information, with 2 links inside to read
    -read both links in reply #1 http://forums.adobe.com/thread/1270588
    -A screen shot works well to SHOW people what you are editing
    -http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    -Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download
    Pictures that are "overly" large may cause video editing problems
    Photo Scaling for Video http://forums.adobe.com/thread/450798
    -PrEl Crash http://forums.adobe.com/thread/973935
    Apply Default Transition to Entire Timeline http://forums.adobe.com/thread/1305635
    Forcing Aspect Ratio http://forums.adobe.com/thread/1305636
    Photo Duration http://forums.adobe.com/thread/1306134
    Installing Templates http://forums.adobe.com/thread/1318566
    What is a Project File? Read #10 http://forums.adobe.com/thread/1012847
    -and http://forums.adobe.com/thread/477920?tstart=30
    -Read Bill Hunt on project setup http://forums.adobe.com/thread/919388?tstart=0
    If you have your paid serial number, but can't find your install program, go to the links below for your version
    Read ALL of the instructions at the download link !!!
    Adobe Downloads back to version 9 https://helpx.adobe.com/download-install.html
    http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l
    http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l
    http://prodesigntools.com/photoshop-elements-12-direct-download-links-premiere.html
    AVCHD to DVD as HiDef http://forums.adobe.com/thread/1347988
    Photoshop Elements Forum http://forums.adobe.com/community/photoshop_elements for picture editing questions

    1 - you are in the wrong forum, you need to go to
    http://forums.adobe.com/community/premiere_elements
    2 - H.264 will NOT work inside an AVI wrapper http://forums.adobe.com/thread/854115

  • Keynote is repeatedly asking me to resolve conflicts on the same device (iPad)

    Switched on iCloud for keynote on my iPad yesterday.  I've been working on a presentation and, possibly after making a change to the presentation on my iPhone, I'm all of a sudden getting a dialog asking me to resolve conflicts every 5 minutes or so.  Usually in groups of three about a minute apart. 
    The message states that the conflicting documents are versions of the iPad presentation, usually a minute apart.

    You might want to save the most current version to iTunes, delete the document from keynote, check it's been deleted on all devices and then add it back from your saved copy in iTunes.
    I regularly use 'save to iTunes' as a back up while I'm working on documents in iCloud.

  • I am new to pages and want to know how to link elements together to create one unified element that I can then duplicate several times on the same page?

    I am new to pages and want to know how to link elements together to create one unified element that I can then duplicate several times on the same page?

    I think you are talking about grouping objects.
    1. They must all be floating objects
    2. Command click on each in turn
    Menu > Arrange > Group
    Peter

  • How do I resolve "Conflicting DHCP Range"?

    How do I resolve "Conflicting DHCP Range"?

    Hello Dorohidea,
    Do you mean that when you install crystal report in virtual studio 2010, you receive the error message about error 1310?
    Please take a look at the following KB.
    Support for Crystal Reports for Visual Studio
    https://support.microsoft.com/kb/317789/en-us
    In Visual Studio 2010, to create a Crystal Reports project or Web site or to import existing projects or Web sites that were created by using older versions of Visual Studio or Crystal Reports, you must first install a version of Crystal Reports that is
    compatible with Visual Studio 2010.
    For more information about how to use Crystal Reports in Visual Studio 2010, visit the following SAP Crystal Reports website:
    http://www.sap.com/crystalreports/vs2010
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

Maybe you are looking for

  • How to delete the tracks with exclamation marks?

    I have just moved about 10 gigabytes of music I don't listen to off my hard disk to an external hard drive. This was to declutter my hard drive and get me down to about 50% free. Itunes now has all the moved tracks still listed with exclamation marks

  • Final Cut Pro is Sluggish

    This is only my second post to forums, so again, forgive me if I break protocol. I have Final Cut Pro 4.5. For the last three years it has been doing great. No real problems (a couple of the original audio filters crash FCP when I run them) but I've

  • Confusion with PI 7.1 with integration scenario

    Hi, expert, I read a lot of documents before I have physically logged on to PI 7.1, I thought I had a very good idea about the new version. However when I am physically in PI 7.1, I found I get a little confused. I know ES is a big thing in 7.1, but

  • Interactive Report - default Filter

    I'm trying to create a report which would have a default filter (filter users can uncheck) which would be based on logged user :APP_USER in another words if user JIRI logs in and goes to a page, he can see by default all his records (one of my fields

  • IWeb, RSS and libsyn

    I've purchased iLife, and am totally jazzed about using iWeb for podcasting. But I have bandwidth concerns, and do not want to use my .Mac account for audio file hosting. I'd rather use a service like LibSyn, which (for a monthly fee) hosts content,