Speed up Panel opening

Unless I use the large arrow to the right of each panel, when ever I expand a panel I feel like I'm watching things happen in slow motion. No matter which way I choose to open a panel, please just pop it open. Why in the world should clicking anywhere on the Panel Tab be slower than clicking directly on the Panel Arrow?
This problem also extends to sub-panels. As an example of what I mean... when in Library Mode and I expand Quick Develop and I try to further expand Preset or WB, the menu sloooooowly opens relative the fast response of the Panel Arrow itself.
Not a big deal in the end but it would be nice to have an option somewhere in Preferences for fast or slow menus. I would personally rather have speed be a priority in the interface as opposed to pretty scrolling panels that could only have been implemented because they "look cool". The slow panel opening certainly serves no other function.

Yea, that doubled the speed but still I sense a delay between 0.5-1 second. I can accept the delay in the first opening of the window but in the consecutive openings it should be faster The window contain just 1 skinned image 8 skinned checkboxes and 10 labels+textinputs. I tried cacheAsBitmap for whole the component but it didnt make difference.

Similar Messages

  • Spry collapsible panel open by default

    Hi there,
    I've done a couple of sites where the left nav bar is a
    series of
    collapsible panels, each one housing links to products within
    a specific
    line. Would it be possible to insert code somewhere to get
    one of the panels
    open by default when you open a certain page, ie if you open
    the 'suncare'
    page the 'suncare' panel is open on load. I read something
    about this on the
    Adobe documentation but when I tried it it did't work.
    It needs to be code somewhere on the page that interacts with
    the spry
    panel, I can't put it on the panel itself as I'm using a SSI
    to insert the
    nav bar into dozens of pages.
    Many thanks...

    Check out the examples on this page: http://www.spry-it.com/examples/spry-widget-cookie-history/#collapsiblepanel

  • How can I make the spry accordion remember the panel open when I refresh the page or jump to a new page?

    How can I make the spry accordion remember the panel open
    when I refresh the page or jump to a new page?
    I am using the accordion feature on all my pages as a
    navigation aid. It has three panels. When you refresh the page the
    panel goes back to the default pane... Is there a way of
    controlling this so that the browser can remember the pane that is
    open (say set a variable, cookie, other?)

    Look for "Set the default open panel" on the following page:
    http://labs.adobe.com/technologies/spry/articles/accordion_overview/index.html
    Keep in mind you would need to change that bit of code on
    every page. The only way to do it more dynamically would be to
    include a custom javascript or PHP/ASP style script in order to
    change the value.

  • Prevent lower text from moving when accordion panels open

    I tried out the Accordion Panel from Project Seven which is
    really nice and works well. My only issue right now is that I would
    like to prevent the rest of the text outside and below this widget
    within the same column from moving. When any panel opens it causes
    the contents of the entire column to shift down thus causing the
    page to shift down as well.
    I have tried using a new div for the content below the panels
    and also a new table below but can't seem to figure out how to keep
    the content from shifting. Curently I have a table cell nested and
    have tried with CSS to keep it from moving but that is not working
    either.
    Thanks in advance for any help with this.
    Here is the code for the column in question:

    no takers on this one? Does anyone know how I could fix this
    with divs? Is it possible to put this accordion into a separate div
    and create another below it that would not move? Like on the new
    apple site...They have some really awesome accordion style navs on
    the sides that do not throw the rest of the page off when they open
    or close.
    Thanks.

  • Pages comments panel open with every document

    For whatever reason, Pages keeps opening up the comment panel on the left side of my Pages documents when I open them, even when there isn't a single comment added to the Pages document. I have to manually close the comment box and then save the file, for every file, to remedy the problem.
    Any ideas?

    Nope. I just opened a document from March 2012 to verify. It opens the document with comments panel open, but I never used the comments panel on the document.
    I didn't start using comments until a couple weeks ago, which is when I started having this problem.
    It does not, however, do so with every document. There seems to be a specific reason why some documents have this problem, and some do not. But I do not see the pattern.

  • Pages panel opens whenever I open a PDF

    Acrobat Version 8 Pro.
    This seems to have started a few weeks ago.
    Whenever I open a PDF, the Pages Panel opens and takes up 1/2 the page. (I do not want to see the Pages Panel until I need/select it).
    I have verified that the File_Document Properties popup is set to "Page Only" under the Navigation Tab.
    Other than that, I can't seem to find any setting anywhere that allows me to set the Pages Panel to stay closed when opening a document.
    Any ideas?

    Most likely you inadvertently set the pages display in your preferences. You find that under Edit>Preferences>Display or similar location. That setting is used unless the document properties are set differently.

  • Keeping at Least One Accordion Panel Open with Variable Heights

    Hi -
    Is there a way to keep at least one panel open when using {
    useFixedPanelHeights: false }?
    Here's an example:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html#VariablePan elHeights
    If panel 4 is open, and you click the panel 4 heading, it
    closes and no
    panel is open.
    Thanks,
    Rod

    Sorry, I didn't read my full message regarding wanting only
    one panel to open.
    What I ended up doing was using a PHP conditional to display
    a message if a certain variable was not passed in the URL. See my
    post on the Friends of Ed forum. Scroll to the bottom for my
    solution.
    http://friendsofed.infopop.net/4/OpenTopic?a=tpc&s=989094322&f=5283032876&m=3461018571

  • Speed up bqy open time

    Fairly new at Hyperion and wanted to speed up the open time of my bqy. I would like to save my bqy (after processing) without the result set (using the save query results with document) and thought I might be able to filter the pivot or report itself without the result set. Something like the right clicking on the pivot and selecting "focus on items", but using a dashboard to pass the item to be filtered. I'm using Hyperion 9.3 and opening the bqy using interactive reporting web client.
    Is this doable? No luck with something like ActiveDocument.Sections["My Pivot"].TopLabels["My Col Nm"].AddFilterValue("[Division]", bqOperatorEqual)

    False Limits are limits set that will ensure that you have 0 (zero) rows returned in your BQY. So when you process the BQY all the data is gone but the objects still exist. Then when you open the file it is empty and the pivot is empty. You will then have to process the file for it to refresh the data.
    There are other ways to improve the performance of a bqy when it is opening within the Interactive Web Client.
    <ul><li>Save the File Compressed before importing into WorkSpace.</li>
    <li>Save without results</li>
    <li>If you want the file to have data in it Look at the query and see if you can return less data - Summarized data for what you are trying to do.</li>
    <li>look at how you are utilizing Computed Items, filters and sorts within the Results</li>
    <li>Look at how many sections you have off of your results section and what their purpose</li>
    </ul>
    without seeing the file or the business need it is supporting it is really hard to say what else you can do to speed the file up.
    Hope this is helpful.
    Wayne Van Sluys
    TopDown Consulting

  • History panel opens in left side of window every time I open a Firefox session. How do I turn it OFF?

    Windows forced a reboot while I had a Firefox window open with the History Panel (ctl+H) open on the left side of the window. Every since then, whenever I start Firefox, that history panel opens with it in the left side of the new window. How do I stop that?

    You can check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Tweaking how accordion content panels opens

    Referencing the accordion at www.Greensboro101.com.
    I have an accordion of fixed height. The panels are not fixed height and open at varying heights based on content.
    PROBLEM: When a panel tab near the bottom of the visible accorion is clicked, the tab remains staionary while the content panel opens downward, leaving the content panel partially hidden or completely hidden and requiring the user to scroll down in the accordion  to see the conent.
    DESIRED SOLUTION: I would like to make the tab and associated conent panel, when opened, slide up so that the tab panel is at the very top of the accordion. Is that possible?

    Have a look here http://foundationphp.com/tutorials/spry_url_utils.php
    Also have a look here where accordions have been used for the menu http://backyardfurniture.com.au/
    Gramps

  • Try to keep accordion panel open when selected

    Hello,
    Could someone help me find the code to "keep the selected panel open" instead of having them closed on each pages.
    There is 2 spry collapsed panels. Within the first one there is 1 Spry Accordion with 5 panels  which need to stay open when selected.
    You will find the site here : www.otaa.fr (but you may use Safari)
    Here the codes:
    <Head>
    <script type="text/javascript" src="SpryAssets/SpryURLUtils.js"></script>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script type="text/javascript"> var params = Spry.Utils.getLocationParamsAsObject(); </script>
    <style type="text/css">
    </head>
    <body>
    <div id="CollapsiblePanel2" class="CollapsiblePanel">
              <div class="CollapsiblePanelTab" tabindex="0">PROJETS</a></div>
              <div class="CollapsiblePanelContent">
                    <td><div id="Accordion1" class="Accordion">
                      <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Logements</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td height="21" align="left"><a href="html/Vignoles.html">Rue des Vignoles</a></td>
                          </tr>
                        </table>
                <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Maisons</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Serrieres.html">Maison Serrières</a></td>
                          </tr>
                        </table>
                   <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Bureaux et Sièges Sociaux </a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Tchad.html">Ambassade du Tchad</a></td>
                          </tr>
                        </table>
                   <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Aménagements Intérieurs</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Martin.html">Appartement Martin</a></td>
                          </tr>
                        </table>
                   <div class="AccordionPanel">
                        <div class="AccordionPanelTab">Equipements</a></div>
                        <div class="AccordionPanelContent">
                            <tr>
                              <td align="left"><a href="html/Aquatonic.html">Centre Aquatique</a></td>
                          </tr>
                        </table>           
    < /body>
    <script type="text/javascript">
    var CollapsiblePanel2 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel2", {contentIsOpen:false});
    var CollapsiblePanel3 = new Spry.Widget.CollapsiblePanel("CollapsiblePanel3");
    var accordion1 = new Spry.Widget.Accordion("Accordion1", { useFixedPanelHeights: false, defaultPanel:(params.panel?params.panel:-1)});
              </script>
    Thanks for you help.

    Forget about the tutorial by David Powers. There is an easier way to achieve what you want.
    If I understand right, you want the about panel to be open when on the about page and the homw panel when you are on the home page. Simply set the default panel for each page as follows
    For the Home page
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Home Page</title>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet">
    <script src="SpryAssets/SpryAccordion.js"></script>
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Home</div>
        <div class="AccordionPanelContent"><a href="index.html">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">About</div>
        <div class="AccordionPanelContent"><a href="about.html">About Us</a></div>
      </div>
    </div>
    <script>
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {defaultPanel: 0});
    </script>
    </body>
    </html>
    and for the About page
    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>About Us</title>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet">
    <script src="SpryAssets/SpryAccordion.js"></script>
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Home</div>
        <div class="AccordionPanelContent"><a href="index.html">Home</a></div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">About</div>
        <div class="AccordionPanelContent"><a href="about.html">About Us</a></div>
      </div>
    </div>
    <script>
    var Accordion1 = new Spry.Widget.Accordion("Accordion1", {defaultPanel: 1});
    </script>
    </body>
    </html>
    Repeat this process for each of your pages.
    Gramps

  • How do I keep the Character panel open and why are my font examples fuzzy?

    Hello,
    I am unable to keep the character panel open while editing text.  The options will not open in the top tool bar next to  color and stroke.  The link to the character panel is in the top bar, however, I must click it each time to open.  Problem 2, is that even after opening the character panel and opening the drop down box, the 2nd column of text, the column that shows the font examples, is blurry. I've been dealing with this for some time, but had a little extra time today to ask for help.
    I am using a PC and using Illustrator in Creative Cloud 2014.1.1 Release, 18.1.1(64-bit).
    Julie

    Hello,
    Thank you for the reply. When I do Window > Type > Character still the palette opens up and I want it to actually be in the bar at the top. I  just opened an ai document from one of their tutorials and the characters are now open on top.  The dropdown is still wonky.
    The left side is very sharp, the right side is fuzzy.

  • X60: mechanical display panel open lock clip is little bit defective - I need tips ...

    Hi all.
    This is my first post. My name is Ciro and I live in Italy. I've purchased a beautiful used Thinkpad X60 in a local flea market and I am really thrilled about this tablet/pad/laptop. Now I would like to restore some small things. The fisrt one is the display panel open/lock clip ... look my video: 
    http://youtu.be/WZwAOABwNmc
    What can I do to improve or solve this problem? ...or where can I find a spare part ?
    Thanks a lot
    Ciro
    Solved!
    Go to Solution.

    You bet,
    Here's your Hardware Maintenance Manual .  Page 92 shows it.  You only have to take off the bezel to change it out.
    Dave
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Having the info panel open with curves open

    Hi,
    Just switched from CS6 to PS CC. I usually set my white and black points using curves. Set the points then go to curves and adjust the points with the RGB channels. In PS CC, I cannot seem to have the curves and info panel open at the same time. Anyone know how to accomplish this?
    Thank you,
    Jim

    Hi, c.pfaffenbichler, Here is a screenshot of the curves properties panel open. I would like to see the info panel open at the same time so I can drag the point on the curve to specific values of R,G and B. If I click on the info tab in this curves panel the info comes up but I do not see the curves properties anymore. I want to be able to see both open at the same time.
    Thank you,
    Jim

  • Spry Collapsible panel - open and closed default question...

    I am using a Spry Collapsible panel in a vertical nav menu (DW CS4) and it's in a template for my site. I want it to be closed as default on the Home page, but when a visitor clicks to open it and selects their option, I would like it to remain open on the selected page - Is there a way to do this?
    Thank you all!
    Aza

    Check out the examples on this page: http://www.spry-it.com/examples/spry-widget-cookie-history/#collapsiblepanel

Maybe you are looking for

  • Couldn't log in into 8i by another user

    Hello all, I have done all the magic with Oracle 8.1.5 EE installation on my rh6.0 linux box. I also applied linux_81501patch_ee succesfully (with some problems within compilation apache 1.3.9 with php 3.12+oracle support after patching). When I log

  • Font previews not appearing correctly in the character window after upgrading to Yosemite

    Hi, I'm having an issue with Illustrator CS5 since I upgraded to Yosemite. When I go to the character window to select fonts they are not displaying the names correctly or to put it a better way they're not showing at all! When I scroll up and down t

  • Time format in activities

    Hello, when entering the start and end-time of an activity in the portal, the time is display in 24h-time-format. How can I change it to 12h-time-format? Under user-settings, I can only adjust the date-format ... Thx in advance, Gustavo

  • An irrecoverable stack overflow has occurred.

    Hi, I have come across a nasty error in weblogic 7 running on solaris. Has any one come across this. Is there a fix for this problem. Please let me know if you do, I will be very greatful. the Weblogic out put before it core dumps is as follows: An i

  • Restrice sales order with sales paln

    Dear Expert , I 'm working with Flexible sales plan Info Structure S891 , and with Strategy Type 52 not trigger for Production untile slaes order comes I need to validate whether this sales order with included in the Master plan Could You please advi