Accordion Widget to be closed WHILE loading

I know that to have the accordion be closed you set the default tab to -1. I'm doing that. The problem is that while the accordion is loading it is completely open until it is finished loading, then it closes. This behavior looks terrible and my boss doesn't like it. Is there a way to make it closed WHILE it's loading?

You are not using SpryData on your site, so please remove such code from your markup.
As I suggest in my first reply to topic. Move the SpryAccordion constructors, that you currently have at the bottom of your page. To directly under the closing div of your accordions. This will remove the flickr.
I tried doing it this way and there seems to be no change. I've left the source code on the site with these changes still intact for you to investigate if you like. I may still be doing something wrong...
I'll also copy it here:
<%@ master language="VB" %>
<html>
<head>
<script type="text/javascript" src="sessionvars.js"></script>
<script type="text/javascript"><!-- sessvars.myObj = {page:"",acc1:-1,acc2:-1}; //--></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Diamond Phillips</title>
<link rel="stylesheet" href="DPstylesheet.css" type="text/css" />
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
<link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="Form1" runat="server">
     <div>
         <table cellspacing="0" cellpadding="0" align="center">
             <tr height="70">
                 <td class="title" width="300" valign="bottom" align="left">
                         <img src="images/util/diamondphillips.jpg" /></td>
                <td class="header" width="646" valign="bottom" align="left"></td>
            </tr>
            <tr height="650">
                 <td class="navigation" width="300" valign="top" align="right">
                    <table width="300" height="798" border="0" align="right">
                      <tr>
                         <td width="294" height="549" colspan="2" align="left" valign="top">
                            <div id="Accordion1" class="Accordion">
                              <div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion2.closePanel(); return false;">masterplanning</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="temp2.aspx">content</a></div>
                                </div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion2.closePanel(); return false;">commercial</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="Panama.aspx">Panama</a></div>
                                     <div class="style1"><a href="VanCottBagley.aspx">VanCott Bagley</a></div>
                                </div>
                              </div><div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion2.closePanel(); return false;">institutional</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="sutton.aspx">University of Utah Sutton Building</a></div>
                                     <div class="style1"><a href="HCI.aspx" >Huntsman Cancer Institute.</a></div>
                                </div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion2.closePanel(); return false;">residential</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="militaryWay.aspx" >Military Way</a></div>
                                     <div class="style1"><a href="wolcott.aspx" >Wolcott</a></div>
                                     <div class="style1"><a href="BVRanchBarn.aspx" >Blue Valley Ranch - Barn</a></div>
                                     <div class="style1"><a href="BVRanchHouse.aspx" >Blue Valley Ranch - House</a></div>
                                     <div class="style1"><a href="Cabin.aspx" >Cabin</a></div>
                                     <div class="style1"><a href="Cambridge.aspx" >Cambridge</a></div>
                                     <div class="style1"><a href="McClelland.aspx" >McClelland</a></div>
                                     <div class="style1"><a href="Nantucket.aspx" >Nantucket</a></div>
                                </div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion2.closePanel(); return false;">interiors</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="temp2.aspx">commercial content</a></div>
                                     <div class="style1"><a href="temp2.aspx">institutional content</a></div>
                                     <div class="style1"><a href="temp2.aspx">residential content</a></div>
                                </div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion2.closePanel(); return false;">landscape</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="militaryWayLandscape.aspx" >Military Way</a></div>
                                     <div class="style1"><a href="VistaView.aspx">Vista View</a></div>
                                     <div class="style1"><a href="SuttonLnd.aspx">University of Utah Sutton Building</a></div>
                                </div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion2.closePanel(); return false;">furniture</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="temp2.aspx">content</a></div>
                                </div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a href="StudentCoverPage.aspx" onclick="Accordion2.closePanel();">student work</a></div>
                                <div class="AccordionPanelContent">
                                        <div class="style1"><a href="StudentA.aspx">Grad Student 1</a></div>
                                        <div class="style1"><a href="StudentB.aspx">Grad Student 2</a></div>
                                        <div class="style1"><a href="StudentC.aspx">Grad Student 3</a></div>
                                </div>
                              </div>
                              </div><script type="text/javascript">var Accordion1 = new Spry.Widget.Accordion("Accordion1", {useFixedPanelHeights: false, defaultPanel: -1});</script>
                          </td>
                      </tr>
                      <tr>
                         <td colspan="2" align="left" valign="top">
                         <img src="images/util/dp.jpg" />
                         <div id="Accordion2" class="Accordion" >
                              <div class="AccordionPanel">
                                <div class="style1"><a href="firm.aspx" onclick="Accordion1.closePanel(); return false;">firm</a></div>
                                <div class="AccordionPanelContent"></div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a onclick="Accordion1.closePanel();">references</a></div>
                                <div class="AccordionPanelContent">
                                     <div class="style1"><a href="temp2.aspx" >content</a></div>
                                </div>
                              </div>
                              <div class="AccordionPanel">
                                <div class="style1"><a href="Contact.aspx" onclick="Accordion1.closePanel();">contact</a></div>
                                   <div class="AccordionPanelContent">
                                     <div class="style1"><a href="ftp://projects.diamondphillips.com" target="_blank">file transfer</a></div>
                                </div>
                              </div>
                         </div>
                         <script type="text/javascript">var Accordion2 = new Spry.Widget.Accordion("Accordion2", {useFixedPanelHeights: false, defaultPanel: -1});</script>
                         </td>
                      </tr>
                    </table>
                    </td>
                <td class="display" width="646" valign="top" align="left" >
                         <div class="contentPos">
                     <asp:contentplaceholder id="project" runat="server"></asp:contentplaceholder></div>
                              </td>
            </tr>
            <tr height="45">
                 <td class="footer" colspan="2" valign="bottom" align="center"></td>
            </tr>
        </table>
    </div>
</form>
</body>
</html>
Thanks

Similar Messages

  • Open an accordion widget in the closed state?

    I have searched the forums but have yet to find a resolution
    for this issue. I am using an accordion widget and would like for
    all of my panels to appear closed when the page initially loads.
    Only once the user has clicked the tab do I want the panels to
    open. Any suggestions that do not require me to buy a separate plug
    in? Thanks.

    This is directly from the Adobe documentation:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#AllPanelsCl osed
    However, one thing to keep in mind is that this is assuming
    that you are using the 1.6.1 update (as that is what the references
    refer to). If you have never updated your Spry this would be a good
    opportunity to do so. The below is the to the official Spry
    homepage. There you will find the update package which includes
    some samples and an Extension. Install the extension and restart
    DW. Then under the Sites menu you will see a new option to update
    Spry. Run that script and your Spry will be updated. Also on that
    homepage is a link to the official Spry forums:
    http://labs.adobe.com/technologies/spry/home.html

  • Apps closing while loading on ipad air.

    I have  read everything that I have found on this topic so far, but everything I have tried has not solved the issue. I closed all the apps before doing a reset on the Air. I have closed all apps before doing a restart as well. When I get it back up and running again the apps are still closing on me when I am loading them up. Please help I am getting really frustrated and annoyed.

    Is this happening with specific apps or all apps including default Apple OS installed apps?
    Try delete the apps and redownload.

  • Spry Accordion Widget Init Closed, Without Snap?

    (This is a topic discussed in
    another
    thread, but I didn't want to hijack the thread with my own
    question, so I started a new one...)
    I want to start my Accordion widget in a closed state. I
    figured out the trick of setting the default panel to '-1' and
    turning fixed heights by altering the code in the footer of the
    page to:
    var Accordion1 = new Spry.Widget.Accordion("Accordion1",
    {defaultPanel: -1,
    useFixedPanelHeights: false});
    When you do this, however, the page loads with the first
    accordion panel open and visible for a split second until the page
    is loaded, at which point the widget snaps the panel shut. This is
    very ugly and undesirable, especially given that this accordion is
    on a page element common to every page on the site.
    I've tried setting an initial class that is hidden, however
    the Spry Accordion widget is written in such a way that it
    preserves whatever classes you have rather than replacing them.
    Does anyone know a way to load the page with the accordion
    panels shut without this initial flash of the first panel snapping
    shut?
    Thanks,
    Steve

    Hey Al,
    Nice plug for your own application! Here is another one,
    since I am one of your happy customers.
    I used the Spry widgets in the new DW CS3 and spent a couple
    of days trying to tweak things to get them to work the way I
    wanted. After getting input from my brother (his site that I am
    working on) he really wanted some more style than what I was coming
    up with using the basic DW widget. I smacked my dollar on the
    barrel head and tried out PVII Accordion instead.
    I can't tell you how fast and easy it was to insert and
    customize this plugin. Not to mention they had some nice little
    themed styles, one of which (the cobalt blue) was a real close
    match to the color scheme I originally was using! (PS - any chance
    of getting more theme styles down the road for this plugin or
    matching styles for the other ones???)
    Changing the open or closed state of the panels - it was so
    simple!!! I simply went into the modify option and chose the number
    that corresponded to my different panels in the menu list. My buddy
    used an expression about DW CS3 that fits nicely with using tools
    like PVII Accordion Magic. You can use a screwdriver with some
    precision and a lot of hand strength to build what you want but it
    will take you alot of time...or you can plugin a power drill and be
    done with it!
    To see it in action on my current work in progress go to:
    http://www.dvdflashbacks.com/williamsburghealth/index.php
    As for sstringer's original question - how to do this in DW's
    Spry widget...
    I think you are onto the right track with the -1 setting. If
    I am not mistaken though, Spry uses 0 for the first panel, so I
    think you would need to use an option like {defaultTab: 1} to open
    the 2nd panel and so on.
    PS - Just so everyone knows - I am not a sales person for
    PVII - just a very satisfied customer!

  • Accordion Widget Starting Closed

    I am trying to use the accordion widget on the following
    page:
    http://jalc.org/jazzED/s_eac.html
    I am having a problem getting the page to load with the
    widget panels closed except the first one. I have added the
    following code to just below the DIV close tag and it didn't appear
    to help:
    var acc1 = new Spry.Widget.Accordion("Accordion1", {
    useFixedPanelHeights: false });
    </script>
    <script type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Accordion1", {
    defaultPanel: 0 });
    </script>
    Any ideas would be GREATLY appreciated.
    Thanks,
    Andy

    andrewmcgibbon wrote:
    > I have added the following code to just below the DIV
    > close tag and it didn't appear to help:
    >
    > var acc1 = new Spry.Widget.Accordion("Accordion1", {
    useFixedPanelHeights:
    > false });
    > </script>
    > <script type="text/javascript">
    > var acc1 = new Spry.Widget.Accordion("Accordion1", {
    defaultPanel: 0 });
    > </script>
    Your second JavaScript statement overwrites the first one.
    The options
    should be passed to the Accordion constructor in the same
    statement like
    this:
    <script type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Accordion1", {
    defaultPanel: 0,
    useFixedPanelHeights: false });
    </script>
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Problem with accordion widget flashing open and shut when page loads

    why is it that my accordion widget flashes open and shut when the page is loading (see http://vincentballmusewebsite2013test.businesscatalyst.com/digital-illustration.html#.UVDr Ehx7JyII)  have tried everything to solve this, and Adobes customer service is terrible they don't get back to you when they say they will.
    Please help me someone,
    Thanks

    Thank you Zak for your help, I spent 5 hours going round in circles trying to fix that problem and that's all I needed to hear, a bit of honesty and integrity.and yes, Adobes terrible customer service has still not got back to after promising 2 level technical support to contact me last Monday, I wish there'd keep their promise
    Pamela, did you try my test website or my own website and if so my own has now no accordion widget on it and my test website may need you to try loading a few times to see if it really works or not, sometimes it does actually work even on a pc but most times not.
    thanks for you help too.

  • Automatically Animating Spry Accordion Widget on Page Load

    I've been searching and searching and still can't find a clue
    as how to make the Spry Accordion Widget automatically open the
    next panel. I want the panels to expand automatically and loop back
    at the last panel.
    Do I need to create another function for this or is there
    already a function created in the .js file?
    Any help is appreciated...even if you can point me in the
    right direction.
    Thanks!

    DeviseInnovations wrote:
    > I've been searching and searching and still can't find a
    clue as how to make
    > the Spry Accordion Widget automatically open the next
    panel. I want the panels
    > to expand automatically and loop back at the last panel.
    >
    > Do I need to create another function for this or is
    there already a function
    > created in the .js file?
    >
    > Any help is appreciated...even if you can point me in
    the right direction.
    Sounds more like you'd want sliding panels:
    http://labs.adobe.com/technologies/spry/samples/slidingpanels/SlidingPanelsSample.html
    I've seen an automatic version created that might do what you
    want:
    http://www.3rd-eden.com/Spry-it.com/examples/slidingpanelsautomatic/
    But if you really want an Accordion, then you might be able
    to adapt the code in the auto sliding panels above.
    FYI: There's a Spry forum that would be better to post Spry
    related question in:
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • SPRY accordion widget IE8 ONLY issue

    hello everybody,
    i noticed a strange "jumpy" behavior while using the spry accordion widget -- this affects IE8 only (currently using 8.0.6001.18882 on vista), other browsers (including IE7 and IE8 forced into IE7 mode) work as expected. this issue seems to be related to the margin property of the accordion container...
    not shure whether this behavior is related to IE rendering or the spry javascript code itself... anyway i made NO changes to the spry script (my version is 0.15, 1.6.1, which i believe to be most recent one).
    the xhtml (strict) and css are perfectly valid (there might be some MINOR css hacks which are not related to the accordion itself). i do NOT use ANY padding on the inner container of the accordion (which would definetely make the spry js count the tween in odd way). the accordions (especially the main menu on the left) are little more complex, but they were built according to the spry widget document, found on the adobe spry website.
    so, here it is -- check the accordion on the left side (the bug seems to happen almost always while opening/closing the last BLUE "section" of the accordion, please play with the accordion for a while to reproduce it -- while the accordion closes, it "loses" it's bottom margin (i guess), what's even more wierd, everything gets back to place after you move a mouse):
    http://www.prazskematky.cz/home.php
    PLEASE NOTICE: since the website is still under development and i'm using a IE meta tag to force it into IE7 rendering, to reproduce this behavior please be shure to switch IE engine to IE8 standards mode
    well, we all now how IE handles css... so it's propably an IE bug -- anyway if you have encountered a similar issue of even better found a fix, please let know. (i don't consider a fix switching to another js library, i would like to use the spry, because of it's DW integration)
    many thanks,
    p.s.

    ross m. greenberg wrote:
    > Now however the entire .gif is not appearing in the
    accordion panel is expanded. I insert the graphic using a standard
    "menu insert/graphic/browse and select"
    >
    > the graphic file is not showing up properly on such an
    insert...
    Are you referring to what it looks like in Design view? If
    so, that's
    correct. Accordion panels have a fixed height. From memory, I
    think it's
    200px. However, if you test the page in a browser, you should
    see a
    scrollbar automatically generated on panels that have content
    that
    exceeds the height of the panel.
    If you want flexible-height panels in the accordion, you need
    to adjust
    both the CSS and the script that initializes the accordion. I
    have
    covered all the details in my "Essential Guide to Dreamweaver
    CS3" (and
    the forthcoming CS4 edition). You can probably find online
    tutorials as
    well. Try a Google search for Spry flexible height accordion.
    The accordion widget has been around since CS3, and it hasn't
    changed in
    CS4, so a Google search should bring up a lot of information.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • Need to hide Accordion Widget Content until after pageload

    Hi,
    I was wondering if anyone had any experience in hiding the
    content of the accordion widget panels until after the page loads.
    I am fairly new to these libraries so I am fairly inexperienced on
    how to go about a fix for this sort of issue. I have the widget
    working fine, the only problem that I am having with the accordion
    widget is that I do not like the way the accordion widget gets
    loaded to the browser while the screen is loading, it looks clunky
    and unprofessional.
    Would anyone have any good ideas on how I go about correcting
    this issue? Any help or suggestion is much appreciated.
    Thanks
    DB

    Have you tried the examples shown at the "Hiding Data
    References" page:
    http://labs.adobe.com/technologies/spry/samples/data_region/HideDataReferencesSample.html
    The .SpryHiddenRegion method seems to work for my
    accordion.

  • Issue while loading of data from DSO to InfoCube

    Hi Experts,
    Can you tell me what might root casue if data is coming into DSO from R3 its correct and fine as required but while loading it to InfoCube from DSO its showing wrong data like some of Line Items that were closed were shown open in Cube AND also KF values were not right
    Also there is no Routine code involved b/w DSO and InfoCube.
    Thanks in adv .
    NP

    Hope you didnt delete some req from DSO without deleting change log . This might cause inconsistency.
    If so , delete data from dso by right click delete data  and reload .

  • V8.2.1: generic file i/o error while loading VI's

    Hello,
    I had a large LV application open and running fine.  I closed it, and upon re-opening the top-level VI it gives "Generic File I/O Error" on several sub-VI's (belonging to me, not LV).  Opening those sub VI's individually reveals no problem at all, and in any case the whole code base lives in a Subversion repository and I have tried checking out a fresh copy of the whole source code tree and the problem re-appeared.  Before Labview displays the "File I/O error" it will hang for several minutes with no disk or CPU activity.
    I just tried checking out a fresh copy of the source tree on a separate computer.  Now Labview is hanging while loading "<vilib>:\DAQmx\create\channels.llb\DAQmx Create Channel (CI-GPS Timestamp).vi" after having managed to load 920 VI's.  On edit: I spoke too soon.  It is now duplicating the "Generic File I/O Error" on one of my sub VI's.
    If anyone has any clue to this strange behavior please let me know. 
    Thank you,
    -Brian
    Message Edited by brian_g on 04-08-2008 11:43 AM
    Message Edited by brian_g on 04-08-2008 11:44 AM

    What I found was this...
    My code calls a bunch of subVI's in another directory.  Those subVI's in turn had some unwise paths saved in some of them that loaded other subVI's from a network shared drive instead of the local disk directory. 
    The network shared drive had been taken off line since the computer was delivered to a customer last Friday.  When LV tried to load the VI's from the shared drive, it would hang for about 5 minutes, then give the "Generic File I/O Error" with an "Ok" button to continue.  I eventually sat and did this for about 13 VI's, taking most of an hour while waiting for the network reads to timeout. 
    Once my now-broken application loaded I was able to successfully re-direct the missing VI's to the local disk, resolving the problem.
    The "Generic File I/O Error" message could not be less useful in this case and I'm rather irritated by the genericity of the message.  Something like "Network read failed" would have immediately illustrated the problem and kept me from wasting a whole lot of time deciphering  it.

  • Error while loading shared libraries: libgnutls.so.30

    after today's update,whenever i start kodi or mplayer, reporting:
    error while loading shared libraries: libgnutls.so.30: cannot open shared object file: No such file or directory
    and i checked /lib ,there is only  libgnutls.so.28, and a soft link to libgnutls.so.30 not work.
    Last edited by frat (2015-04-19 14:22:29)

    Stevearch wrote:Can i ask how you knew to do that? Just so i know for if this problem happens in the future.
    Sigh.
    jasonwryan wrote:Rebuilding AUR packages is your responsibility...
    Mr.Elendig wrote:It is really simple: Just rebuild anything that links against the old gnutls.
    And, despite JWRs warning this thread seems to perpetually draw hijackers for unrelated AUR issues.
    Closed.  The original issue is long since resolved. (frat, if you feel otherwise and wish to reopen your thread, please let me know and I'll excise all the unrelated cruft that's collected)

  • Error while Loading the WSDL

    Hi,
    Getting error while loading the WSDL in Browser.Mentioned below is the link which trying to load.
    http://10.162.32.113/DNBDAASEXCMDL4/AdapterProductService?wsdl
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    A string literal was not closed. Error processing resource 'http://10.162.32.113/DNBDAASEXCMDL4/AdapterProductService?wsdl'...
    <xs:element name="POST_CODE" type="a
    Please can any one help on this.

    That's no problem with the wsdl, it's the browser that's not able to show the xml, try on firefox or try using "show page source"...

  • LV crashes while loading my llb, but the built app. functions correctly???

    I�m hoping someone may understand the cause of the LabVIEW crash I�m experiencing.
    LabVIEW 6.1 crashes and Windows 2000 says, "LabVIEW.exe has generated errors and will be closed by Windows" when I try to load an llb by clicking on the top-level vi from within LabVIEW or when opening the llb from outside LabVIEW. It crashes while loading particular sub-vi�s of the llb. If I try to load the offending subvi�s directly, I also get the same crash. If I build the llb into an application, the build goes smoothly and the resulting application functions correctly. If I use a �splash screen� approach and do not load the offending sub-vi�s (by not opening vi references to them), they load-up fi
    ne when the top-level vi loads and then I am able to edit and re-save any vi of the llb including the offending sub-vi�s. I�ve tried re-saving the llb as a separate development distribution and still get the same crash behavior. I�ve also tried saving the offending sub-vi�s to separate files outside the mother llb (after getting them open with the splash screen approach) and I get the same crash when I open these files. If I save one of the offending sub-vi�s as a separate llb, I can�t get it open even with the splash screen approach. I�ve loaded the latest video driver for my Dell Inspiron 8100 laptop and I get the same behavior on a Dell Dimension 8200 desktop that is also running Windows 2000 (Version 5 SP4). There are 110 objects in my llb that includes *.vi�s, *.rtm�s, and *.ctl�s.. Any ideas as to why/how this is occurring and how I can fix it? Is this a known 6.1 bug that is fixed in 7? Any info would be greatly appreciated. I�ve included my splash screen like loader, f
    or what it�s worth. Thanks.
    Attachments:
    __loadVIs.vi ‏88 KB

    Thanks for responding. Your understanding is correct. Mass compiling was one of the first things I tried (although I failed to mention it). I also un-installed and re-installed LabVIEW. It crashes during mass compiling of the full llb, although the vi that it appears to be working on when it crashes is not an �offender�, i.e. I can open that vi fine. The crash during mass compiling is the same crash, i.e. Windows says it had to close LabVIEW because it generated errors.
    I�ve attached one of the offenders. It is missing many of it�s sub-vi�s so you�ll have to hit �ignore vi� a bunch when opening it. (The llb of it is ~2.6 MB. I thought that might be too big/rude to post.) This vi crashes LabVIEW upon mass compile or upon opening it (after hit
    ting �ignore subvi� a bunch).
    I was going to attach an llb of another smaller offender, but in the process of editing it to be a little prettier and better documented, the problem kind of vanished for that vi. The main routine still crashes when I mass compile the full llb, but now I can open some of the old offenders without incident. I still can�t open the main routine directly as it crashes LabVIEW. Thanks for your time.
    Attachments:
    aveParam.vi ‏769 KB

  • What does "Error 10" mean? "An error occurred while loading your project. 10"

    Does anyone know what "Error 10" means?  For the first time, I'm getting a message that says, "An error occurred while loading your project. 10".  I'm getting this message when I try to open a project that I created yesterday.
    I'm using Adobe Premiere 6 on a Windows 7 machine.  I have over 20 gigs of open space on the drive with all the project and support files.  And this machine with 2 gigs of RAM never has a problem opening other similar Premeire project files with even more still images plugged in.
    All of my Premiere project files have always opened with no problem.  A similar file that this project file was created from with all the same base elements still opens with no problem.
    This file almost finishes the "Loading Project - checking files..." process, but then I get the error message.
    I had also saved a duplicate backup file for the project in question and it will not open either, so I believe that rules out a corrupt file... it is only this one project that I created yesterday that will not open.  This project file is only about 5.7 megabytes in size.
    This file has many still images plugged in to it, but all the same images are plugged in to another base file that still opens correctly.
    I've also tried closing all other apps to save memory but I still get the error.   I've also tried opening this problem file from within the application and I still get the same error message.
    I read some troubleshooting information on the Adobe website about files that give error messages that will not open and it recommended adjusting the size of the virtual memory paging file in the system settings to twice the amount of RAM that is installed instead of being on the automatic setting, so I followed the instruction verbatim and restarted my machine and I still get the error message.
    I've also read other troubleshooting info on the Adobe site that recommends to "delete the application preferences file" and "recreate the plugin cache file", but I'm not sure if "Error 10" indicates that those things are the correct procedures to use.
    I could re-create this project file, but it has many tricky cutting and motion setting edits that will be difficult to reproduce and it took me a full day to create this project file.
    Also, yesterday before initially closing this file, I was able to successfully render a test version to an AVI file and that video file plays fine, but neither the original project file nor the duplicate will open... I'm always getting the "An error occurred while loading your project. 10"   after the file almost finishes the "Loading Project - checking files..." process... it almost finishes opening but then I get the error message.
    Thanks for any input on this problem.  You can see the error message screenshot below.
    digi

    Thanks Bill... me too.
    After writing to Dennis Radeke on an Adobe.com blog about this and getting his very limited response, I wrote to him quoting something I read on the wiki page that you sent me the link to...
    Adobe blog:
    http://http://blogs.adobe.com/genesisproject/2009/11/having_weird_behavior_with_an.html#co mment-2701
    Wiki page link that you gave me:
    http://premierepro.wikia.com/wiki/FAQ:How_do_I_recover_a_corrupt_project%3F
    Here's what my response today was...
    Thanks for your reply DR.
    My old version of Premiere 6 works perfectly on Windows 7.  I’ve created over a thousand different Premiere project files on this 5 year-old PC that was updated to Windows 7 last year.
    All of my other Premiere 6 files open and maintain their original editability and all the features in this ancient version of Premiere work very well.
    I own and use mostly Mac machines but I have one 5 year-old PC with a 160 gig hard drive with Windows 7 that I run Premiere 6 on because it’s a thousand dollar program that I had from 10 years ago that I didn’t want to repurchase. Buying a newer PC 5 years ago was far less expensive than buying a new copy of Premiere.  Some people seem to think, “Wow, just buy a new version of the software for a thousand dollars and a new computer with a 5 Terabyte hard drive.”, but that isn’t always the reality of some peoples financial situation.
    With 20 gigs of open HD space, all of my previous, even more complex Premiere 6 files still open and edit just fine.  It is only this one file that I created Thursday that won’t re-open after closing it for the first time.  Since the backup copy of that file won’t open either, and all the support files open, play and work in other previous project files, I’m thinking that there is some glitch that happened when saving this file that is corrupting it now, making it unable to be re-opened.
    Based on prior advice on multiple topics about Premiere 6 from people on the Adobe forum who use only newer versions of Premiere, most information that applies to the brand new Premiere Pro CS5 still seems to apply to the old Premiere 6.
    I found that holding down Shift-Option while opening Premiere 6 trashes the preferences file. This became my work around since I can’t locate the preferences file based on your path noted (in your blog) nor via the other prefs file path published on the Adobe website.
    But unfortunately, trashing the prefs file, resetting the plugin cache file, increasing the virtual memory paging file size, importing the problem project file in to a new project, nor anything else is working to allow this file to open.
    Now I’m looking in to XML:Wrench to see if that can find the corruption in this file, but I’ve had a malware warning from one download source and the xmlwrench.com website says their download is only a demo version, but no price is listed… this seems somewhat strange and possibly deceptive.
    But I read something on an Premiere Pro wiki page , quoted below, at this URL, that seems to be pertinent, and though my version of Premiere may be ancient, it seems that, according to this user’s concerns, Adobe is still having problems with current versions of Adobe software creating corrupt files…
    http://premierepro.wikia.com/wiki/FAQ:How_do_I_recover_a_corrupt_project%3F
    QUOTE:
    “Can someone please advise – why on EARTH we should have to download XML Wrench and manually fix a corrupt Adobe project??? This is something common to all the Adobe “Support” forums on issues like this, and the many others that plague Adobe’s product (and I’m not being a mindless troll – I’ve been forced to use it for years so I do know the usability and other issues it has): it seems that people are excited because they’ve found a “fix” (which is more like a work-around) – purely because they’re understandably ecstatic that all their hard work isn’t comPLETEly lost.
    However, Adobe should be making sure their product isn’t so buggy! This issue should be fixed (as just one example). Adobe should be finding out what causes the corruption in the first place and fixing it. And whether it’s some other codec on the system that’s caused it is no excuse – their software should have better error management built into it. I’ve seen other issues where an Adobe support representative has happily replied: “oh, that’s a known issue since version [3 versions back] – don’t worry, most users are aware of the work around for it: just select and move all of the items in your timeline each time you open the project and you’ll be fine!”
    I’m sorry to rant on – but can some other users please explain the above to me? (i.e. why aren’t more people annoyed about this and complaining to Adobe to fix these things).”
    UNQUOTE
    All of this coming from an experienced user of Adobe products complaining about needing XML:Wrench to fix corrupt Adobe files seems relevant.
    In addition, why does no one, including the Adobe knowledge base, have any info about what “An error occurred while loading your project. 10″ means?… why isn’t there a database that identifies Adobe error numbers by the simple number itself?  The only info I was able to find identifying “Error 10″ on the Adobe site was a software installation error, not a project loading error.
    Now I find myself chasing a clean download of XML:Wrench in order to hopefully fix this corrupt file.  Whether I’m using Premiere 6 on a 160 gig hard drive with 20 gigs of open space or Premiere Pro CS5 on a 5 Terabyte hard drive with 3 Terabytes of open space, the problems, according to other users, seem to be the same as ever with corrupt Adobe Premiere files, based on what I’ve been reading across the internet.

Maybe you are looking for

  • Final Cut Crash, crash and crash... I´m desperate!

    Hi, I´m a teacher at a cinema school and also the IT manager. We have FCS2 installed in 5 20-inch iMac Intel Core 2 Duo (the most basic configuration from apple store) OS 10.4.11 up to date with all the updates until today (19dec) QuickTime 7.3.1 and

  • NAS! Is it possible to store files and catalog on a lokal NAS.

    I would like to be able work on both my desktop and my laptop.

  • Bug: Gray Gamma 2.2 Images Appear Incorrectly in Screen Saver

    I recently noticed that some images in my Apple TV screen saver were appearing distorted -- incorrectly cropped, shimmery, with vertical lines through them. I spent a fair bit of time trying to figure out what the images had in common when I realized

  • ALV Variant Table and Hiding Variants

    Hi Where can I find the table where all ALV variants are stored? I tried to run a Trace and it brought back LTCX table but there doesn't seem to be any entries in this table? Also is there a way I can hide variants based on transaction code?

  • Update KB2847927 FAILS again and again

    OK, this is one of the thorniest update problems...I am using WSUS on the network, and all of my updates on my desktop client are running, except for KB2847927 ...it keeps failing.  I have cleaned up any Trojan/viruses, I have run a chkdsk /r, I have