Caollasible Panel Jerks in IE

In IE my collasible panels jerk (or flash) when opening and closing.  In other browsers the panels are nice smooth.  Any ideas?
http://www.weca.coop/

This is not a solution but it may make you feel better after you have read this (in the comments section) http://blog.assortedgarbage.com/?p=57
You could also Google the subject yourself with the hope that you may find a solution.
Ben

Similar Messages

  • Why would my video clips be running too fast when played on the monitor panel?

    I posted my problem earlier today, but re-reading it maybe I didn't explain myself well enough.
    My main question is: "why would my video clips be running too fast when played on the monitor panel ?".  This is occuring after I have selected my media from the Tasks Panel and placed them in correct order in the Timeline/Sceneline.  I knew something was wrong when I could see that the clips were not indicating their right length when viewed in the (expanded) timeline.  They were compressed into just a few seconds, whereas the clips should have been at least 5 minutes.  I ran the clips in the monitor and sure enough they ran too fast, with a lot of jerking movements.
    The 3 video clips I am trying to make into a HD PAL video were taken with my Nokia N8 mobile video camera. These are in mp4 format. Can this present a problem ?  Note that when I play these individual HD clips on my computer in (Windows Media Player) they run fine.
    After I placed the clips in my Project Panel (or before in the Organize Workspace), I have perforned no change or manipulation of the clips.  They are in their original state.
    Just too confirm that the clips did seem to be compressed, I burnt a DVD, the resultant video ran in a matter of seconds.
    Help would be greatly appreciated.

    Yes, that is what the problem was.
    Although the video camera on my Nokia N8, mobile was capturing at 25fps,
    for some reason once transfered over to PrE9 (via file transfer), the clip was interpreted as 500fps.  Once in Interpret Footage I was able to change the fps to 25.
    Thanks for the help.

  • Blu-Ray Jerking - Encore Help Needed!

    Hi all,
    I'm new to Encore and i'm just about to complete a project which involves burning some videos to DVD & Blu-Ray. I have burnt 5 DVD's and everything works perfect, but unfortunately now I am trying to burn the Blu-Rays and they have major issues. When I come to play the Blu-Ray on my computer, first of all they won't work with VLC (newest version) and the video seems to be jerking slightly. I have also noticed when the video thumbnails appear, the video and audio freezes (only time the audio is effected.) Oh and i'm not sure if this is relevant but the first two discs I burnt the video started playing in my PC about 30 seconds into one of the videos, completely skipping out the intro video, menu and part of said video.
    My project consists of:
    Intro animation/motion menu exported from AE
    Menu file exported from PS
    Audio track
    Four videos from FCP, all 1920x1080. One is a "Current Settings" .mov export from a ProRes 422 HQ timeline and the others were this but have been compressed to an MP4 in Handbrake.
    The menu system has video thumbnails and all of the above videos are linked well.
    The loop point has been set at 18 seconds which is when the intro animation finishes and the video menu has fully faded in.
    Each video has an end point which brings them back to this loop point.
    As mentioned, this worked absolutely perfect with my DVD's but with the Blu-Rays it's completely messed up. The only difference between the two are the Blu-Ray project settings, the video transcode settings set by Encore and I have imported the "Current Settings" .mov from FCP for one video and not the compressed Handbrake file. I have done the "Check Project" and nothing comes back.
    I am using the following equipment:
    "LG Super Multi Blue" Blu-Ray burner.
    TDK BD-R 25GB 1-4x Write Speed discs
    Dell XPS 8700s Blu-Ray player for playback with VLC (won't open:
    Your input can't be opened:
    VLC is unable to open the MRL 'dvd:///D:\'. Check the log for details.
    & CyberLink PowerDVD 12 which does work but the above issues are noticed.
    Please if somebody could give me some suggestions to fix this it would be greatly appreciated. I am going away for a week on Monday and need to have these burnt and sent out to the clients before I do.

    While playback with computer emulators is helpful, you ultimately need a disk test. A BD+RE is very helpful.
    What does Encore show as the Blu-ray transcode status (in that column over to the right in the Encore project panel): Do not transcode, Untranscoded?

  • X-Fi I/O panel GREED by Creative Labs means its REFUND TI

    I had an Audigy Platinum and the Li've Dri've front panel I/O card. I just upgraded to an X-Fi card?and made the mistake of thinking the X-Fi card would work with the I/O card. For reasons known ONLY to creative labs, they did some random pin changes on the socket for the X-Fi I/O that keep it from working with the Audigy I/O. If I want to make my own custom cable, there are plans on the internet that show what pins need to be moved to where on the cable to get it to work, proving 00% that the?Audigy I/O will work fine on the X-Fi, but Creative does not want us to do that. Since my idea of "FUN" is not trying to solder pins on a glorified PATA connector, I am taking the X-Fi back for a refund. Jerks.

    Okay, this is entirely too creepy.
    I was in the middle of replying to npoljac and affirming that I have not had any BSODs and that I likely had a flakey IR detector when, suddenly, I got a BSOD.
    I wrote it down, rebooted, and went back online to look up the exception:
    IRQL_NOt_LESS_OR_EQUAL
    Stop: 0x0000000A
    (0x8B350408, 0X00000002, 0x0000000, 0X80522B9D)
    I have a pile preliminary troubleshooting to do, and if it keeps happening I will have to start jumping through hoops with Customer Service.
    ======== The Next Morning ========
    The pile has been sorted.
    The proprietary software connection manager for my wireless networking card had filled the XP Security Event Log with security notifications.
    In a nutshell, "It is supposed to do that!" and the Stop error was not in any way related to Creative Labs' software or hardware.
    Regards,
    ScottMessage Edited by 3Phase on 07-09-200705:59 AM

  • Links not getting displayed in the contextual panel

    Hi,
    I have created a contextual panel inside a transparent container. And created a method in the same view supply_values of type supply function to supply the values to the panel.Inside the method I have coded like:
    DATA TAB  TYPE WD_THIS->ELEMENTS_N_VIEW_SWITCH.
      DATA LINE TYPE WD_THIS->ELEMENT_N_VIEW_SWITCH.
      LINE-TEXT    = 'User Manual'. "#EC NOTEXT
      LINE-ENABLED = ABAP_TRUE.
      APPEND LINE TO TAB.
      LINE-TEXT    = 'Logout'. "#EC NOTEXT
      LINE-ENABLED = ABAP_TRUE.
      APPEND LINE TO TAB.
      NODE->BIND_TABLE( TAB ).
    Also in the context of the view I have created a node and supplied the method  'supply_values' in the supply function.Under the node I have 2 attributes named text and enabled. Text is of string type and enabled is of boolean type. In the properties of the contextual panel I have bound the visible property with the enabled attribute.
    Now when I am running this application , links are not getting displayed in the contextual panel. Though when I debug TAB contains the values.  Please suggest if I have missed out something or I need to look into the properties of the contextual panel. Any pointers will be really helpful.
    Regards,
    Ashutosh

    Hi,
    Can you elaborate ' ItemEnable property of ViewSwitch'.
    I have already bound the enable property of the panel with a context attribute of type wdy_boolean  but it is still not working. 
    Regards,
    Ashutosh

  • Problem with Paining in a Panel in a JFrame.

    So I can paint directly on a JFrame, and I can paint on a class that extends Panel, and put the Panel on a JFrame. But if I try to Repaint the Panel it won't show on the JFrame. Do I have to do anything to the JFrame to show the changes to the objects inside as well?

    I'm not sure if you've done this, but don't change the paint method when using Swing components, use paintComponent instead. By default, the JFrame will paint its children. Just remember whenever overriding any of the paintComponent methods to call super.paintComponent(g) first.

  • Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems n

    Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems never arose during two years of using LTR-4 and nothing else has changed on my computer.  I have a pretty simple system with only a few plug-ins, which are usually not in operation.  I have 12GB of RAM in my Windows 7 PC.  I could illustrate these problems with screen shots if you would tell me how to submit screen shots.  Otherwise I will try to describe the problems in words.
    The problem is clearly cumulative, growing worse as usage time passes.  Compare View feature gradually slows down and eventually seems to choke as my work session proceeds. If I Exit LTR and re-enter and start all over, things will work normally for maybe 30 minutes, but then the Compare View feature begins to become very slow to respond.   In a recent example with my screen full of thumbnails in Library mode I highlighted two images to compare. LTR started to open the Compare View screen by first having the top row of thumbnails disappear to be replaced by the "SELECT" and "CANDIDATE" words in their spaces  (but no images), but Compare View never succeeded in gaining control of the screen. After some seconds the top row of thumbnails reasserted its position and the Compare View windows disappeared. But LTR kept trying to bring them back. Again the top row of thumbnails would go away, Select and candidate would reappear, try again, and give up. This went on for at least 2-3 minutes before I tried to choose File and Exit, but even that did not initially want to respond. It doesn't like to accept other commands when it's trying to open Compare View. Finally it allowed me to exit.
    To experiment I created a new catalog of 1100 images.  After 30-40 minutes, the Compare View function began to operate very slowly. With left and right side panels visible and two thumbnails highlighted, hitting Compare View can take half a minute before the two mid-size  images open in their respective SELECT and CANDIDATE windows. When the side panels are open and two images are in the Select/Candidate spaces, hitting the Tab button to close the side panels produces a very delayed response--25-30 seconds to close them, a few more seconds to enlarge the two images to full size. To reverse the process (i.e., to recall the two side panels), hitting Tab would make the two sides of the screen go black for up to a minute, with no words visible. Eventually the info fields in the panels would open up.
    I also created a new user account and imported a folder of 160 images. After half an hour Compare View began mis-placing data.  (I have a screen shot to show this.)  CANDIDATE appears on the left side of SELECT, whereas it should be on the right. The accompanying camera exposure data appears almost entirely to the left of the mid-screen dividing line. Although the Candidate and Select headings were transposed, the image exposure data was not, but the data for the image on the right was almost entirely to the left of the line dividing the screen in two.
    Gurus in The Lightroom Forum have examined Task Manager data showing Processes running and Performance indicators and they see nothing wrong.  I could also send screen shots of this data.
    At this point, the only way I can process my images is to work 30-40 minutes and then shut down everything, exit, and re-start LTR.  This is not normal.  I hope you can find the cause, and then the solution.  If you would like to see my screen shots, tell me how to submit them.
    Ollie
    [email protected]

    Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems never arose during two years of using LTR-4 and nothing else has changed on my computer.  I have a pretty simple system with only a few plug-ins, which are usually not in operation.  I have 12GB of RAM in my Windows 7 PC.  I could illustrate these problems with screen shots if you would tell me how to submit screen shots.  Otherwise I will try to describe the problems in words.
    The problem is clearly cumulative, growing worse as usage time passes.  Compare View feature gradually slows down and eventually seems to choke as my work session proceeds. If I Exit LTR and re-enter and start all over, things will work normally for maybe 30 minutes, but then the Compare View feature begins to become very slow to respond.   In a recent example with my screen full of thumbnails in Library mode I highlighted two images to compare. LTR started to open the Compare View screen by first having the top row of thumbnails disappear to be replaced by the "SELECT" and "CANDIDATE" words in their spaces  (but no images), but Compare View never succeeded in gaining control of the screen. After some seconds the top row of thumbnails reasserted its position and the Compare View windows disappeared. But LTR kept trying to bring them back. Again the top row of thumbnails would go away, Select and candidate would reappear, try again, and give up. This went on for at least 2-3 minutes before I tried to choose File and Exit, but even that did not initially want to respond. It doesn't like to accept other commands when it's trying to open Compare View. Finally it allowed me to exit.
    To experiment I created a new catalog of 1100 images.  After 30-40 minutes, the Compare View function began to operate very slowly. With left and right side panels visible and two thumbnails highlighted, hitting Compare View can take half a minute before the two mid-size  images open in their respective SELECT and CANDIDATE windows. When the side panels are open and two images are in the Select/Candidate spaces, hitting the Tab button to close the side panels produces a very delayed response--25-30 seconds to close them, a few more seconds to enlarge the two images to full size. To reverse the process (i.e., to recall the two side panels), hitting Tab would make the two sides of the screen go black for up to a minute, with no words visible. Eventually the info fields in the panels would open up.
    I also created a new user account and imported a folder of 160 images. After half an hour Compare View began mis-placing data.  (I have a screen shot to show this.)  CANDIDATE appears on the left side of SELECT, whereas it should be on the right. The accompanying camera exposure data appears almost entirely to the left of the mid-screen dividing line. Although the Candidate and Select headings were transposed, the image exposure data was not, but the data for the image on the right was almost entirely to the left of the line dividing the screen in two.
    Gurus in The Lightroom Forum have examined Task Manager data showing Processes running and Performance indicators and they see nothing wrong.  I could also send screen shots of this data.
    At this point, the only way I can process my images is to work 30-40 minutes and then shut down everything, exit, and re-start LTR.  This is not normal.  I hope you can find the cause, and then the solution.  If you would like to see my screen shots, tell me how to submit them.
    Ollie
    [email protected]

  • Open and close a vi front panel dynamicall​y

    I created a main vi panel that display all the signal names.  I like the main vi to open a new plot screen when I double click on the signal name.  I was able to do that using invoke node. But I when I close the plot screen by clicking on the Window "Close" button, the main vi was not able to open a new one again.  So I disabled the Window "Close" button and only use the "Stop" button coded in while loop in the blockdigram of the plot screen.  It worked, but the plot screen is still open and changed to editing mode.  Is there an easy way to close the plot screen by only one click.  Another question is that how does the main vi can open multiple plot screens.  Thanks for your advice.

    I think I know what happens:
    If you close the front panel of a sub-vi, the code is still running, so the VI doesn't terminate and somehow you can't address it (it don't know how you communicate with your sub-vi).
    So in your sub-vi you should monitor the panel-close event, and finish the code of the VI and finish the VI
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • Open and Close Front Panel of SubVI

    Hi all,
    Running LabVIEW 2011 on Windows 7 x64.  I am trying to get a subVI front panel to open from my main FP with the press of a button and then close with a button press in the subVI.  Here is the piece from my main FP that calls the VI and opens the FP 
    Plots is defined in another loop and all of the loops are in a flat sequence.  I did it this way because I want it to start with the first press and not stop my main loop from running.  I have moved the item in the left loop around a lot so I'm not sure if I can run that in the same loop as the event or not.  Either way opening the VI seems to work fine.
    The problem shows up when trying to close the subVI for the SECOND time.  The code is here:
    As I said, the first time I open and close the VI everything works as I expect it should.  I am then able to open it again but now the "blank button" doesn't function and I can't close the window or even open the block diagram to probe anything.  I have been trying to figure this out for awhile, any insite would be greatly appreciated!
    Thanks
    Solved!
    Go to Solution.

    Its good that you found the bug.
    This code may serve as a way for you to compare notes.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • 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

  • Image in Links panel displays as overset but may not exist

    I am having a serious problem with an InDesign file and of course the blueline corrections were due half an hour ago. An image is appearing in my links panel as hidden in overset text. There is no overset text showing in my preflight profile. I can't go to the image since it gives me an error message indicating that it is hidden in overset text. This appeared for the first time in the file a couple of hours ago during which time, I have not placed any images.
    Exporting to idml, deleting prefs and other types of options has not helped including going to the structured panel and trying to find the file or preceived file by ID in the Story editor. Is there any other way to remove this image from the Links panel? I believe this is what is also causing my system to slow to a crawl. This is a college schedule which has been linked to InCopy files. I have deleted the links to InCopy in case that was part of the problem but nothing seems to make a difference.
    This is a Mac using InDesign CS5.5.

    It looks like I have to recreate the file, another 6 hours of work after spending all day trying to resolve the issue. I wish it was as simple as just as reflowing it but there are too many column adjustments I had to make, which I try to stay away from, but could not avoid in this file. What is strange is that even after deleting all of the text in this file, all of the images are now listed as OV in the links panel instead of going away. This has happened in the past with InCopy stories but we have been able to delete the links from the panel. Unfortunately, I can't find a way to delete these image links from the Links panel despite the fact that they no longer exist. I will start with a new file and at least flow in the tagged text format but I am now on edge that this could happen again since I do not know the cause.

  • Excel-2007 cannot connect to Oracle ODBC data source, Control Panel can.

    <p>
    I cannot make an ODBC connection from Exce-2007 to Oracle work. I am an expert Excel and VBA user (since 1994) and I have frequently used Excel to access ODBC databases, including Oracle (I have done this with Excel-2003 both with worksheet queries and have written VBA ADO-connection routines). And even though in Excel-2007 a worksheet ODBC query is supposed to be easier to create than in previous version of Excel, my connection fails. Any suggestions and all help are welcome and much appreciated.
    DETAILS
    </p>
    <p>
    1) <strong>What is my system?</strong> I am using Excel-2007 on Windows Vista x64 and Oracle server v.11g on my computer (all this is on my computer, no network issues).
    2)<strong> Why use Excel with Oracle at all?</strong> I use Excel-2007 to access Oracle rather than Access-2007 (or any other application like TOAD, etc.) because I do engineering calculations with the data stored in Oracle. These calculations are easier done in Excel (I suppose that one alternative to this could be to use some sql or Access to get the data from the database, then store it as plain vanilla CSV file, then open this file in Excel, then do the math (the math involves complex optimisation algorithms), then save the results as CSV, then use some sql or Access to put the data back into the database. Howwever this does not strike me as a quick or neat solution. And after all Excel has been designed to access ODBC databases, so why not use it?)
    3) <strong>What do I do in Excel-2007 that won't work?</strong> I create an ODBC link to Oracle that does not work. In Excel-2007 this is straightforward:
    </p>
    <ul>
         <li>define an ODBC connection (Data tab --&gt; From other sources --&gt; From data connection wizard);</li>
         <li>define a query on the worksheet -- that's it, this is all!</li>
    </ul>
    <p>
    I start with creating an ODBC connection:
    a) I choose an ODBC data source type: <strong><em>ODBC DSN</em></strong>
    b) Excel-2007 displays the list of the available ODBC data sources. I see in it <strong><em>my Oracle database name</em></strong> and I select it.
    c) Excel-2007 displays the Data Link Properties:
    - the "Provider" has a list of the OLE DB drivers with preselected "<strong><em>Microsoft OLE DB Provider for ODBC Drivers</em></strong>". I keep this default selection.
    - the "Connection" tab has a connection string "<strong><em>DSN=&lt;my database name&gt;</em></strong>" which I keep, it also has fields for the <strong><em>user name</em></strong> and the <strong><em>password</em></strong>, which I fill with the correct credentials.
    - Finally there is a button "Test Connection", which when I click produces the following error message:
    <strong><font color="#ff0000">"Test connection failed because of an error in initializing provider.</font></strong><strong><br />
    </strong><strong><font color="#ff0000">Unespecified error"</font></strong><strong>
    </strong>
    4) <strong>Additional food for thought:</strong>
    a) In the above walk-through the only data, which I type, are the user name and password, everything else is selected from lists offered by Excel-2007, hence any possibility of typos being the cause of the problem can safely be discarded.
    b) I can test the ODBC driver in the Control Panel and it shows that it can connect to the Oracle database:
    - in <strong><em>Control Panel --&gt; Admin Tools --&gt; Data Sources (ODBC)</em></strong> on the "User DSN" tab I can see the list of the available ODBC data sources (same list as in Excel-2007, point 3b above) with the name of my database in it;
    - selecting the name of my database from the list of the sources and clicking "Configure" button opens a tab with <strong><em>Data Source Name</em></strong> (same as in Excel-2007), TNS Service Name and User ID. I enter <strong><em>&lt;user name&gt;/&lt;password&gt;</em></strong> and click "Test Connection" button. A message "<strong><em>Connection successful</em></strong>" appears (just for a test I enter <u>incorrect user credentials</u> and "<strong><em>Unable to connect</em></strong>" message appears)
    BOTTOM LINE
    </p>
    <p>
    The procedure for using an ODBC connection from Excel is very simple, in the past I have created and used such connections numerous times with Excel-2003 and earlier on Win-XP and earlier. But now on Excel-2007 and Vista-x64 I cannot make it work.
    Also, testing an ODBC connection driver is really easy and simple to be done in the Control Panel. There testing the same ODBC connection, which fails in Excel-2007, results in success.
    I am frustrated by the simplicity of the problem and yet the persistant error. I have lost now two full days in failed attempts to make the simple procedure work and in searching the internet for answers.
    All help is highly appreciated <img class="emoticon" src="images/emoticons/happy.gif" border="0" alt="" width="16" height="16" />,
    Plamen
    </p>

    Did you find the solution to your problem?
    If not, I think I may know.
    Excel 2007 is a 32-bit application.
    When installing 32-bit applications in a 64-bit environment, the "default" location is:
    C:\Program files (x86)\...
    Excel then launches from this location.
    However, when it connects to Oracle and passes the name of the calling program, Oracle attempts to "interpret" the value of (x86) as if
    the value within the parenthesis are being passed as a reference. Of course, iOracle doesn't find anything, so the result is (),
    and then it cannot return the connection info back to the calling application.
    I corrected it by installing Excel in C:\Program Files\, and once launched from that location, it works the same as on the 32-bit machines.
    However, at my location, they are FORCING Excel to be installed in the(x86) location.
    What I'm trying to discover now is:
    Is it possible to flag Oracle to NOT process the embedded variables?
    Or, is it possible to assign a variable in Oracle such that x86 = "(x86)", so that the end result is viable?
    Have you had any luck with your installation?
    thanks,
    Paul

  • Collapsible Panels - Links to open one, and close others

    Hi,
    I am new to Dreamweaver and have been creating my site by
    learning as I go along. I have already read through all the other
    related topics associated with Collapsible Panels on this blog and
    have still not found an answer. I have been able to open and close
    Collapsible Panels by using links - but unfortunately, I need more
    than just opening and closing.
    On my site i have approximately 5 pages, all with the same
    header and Menu bar. The Information (that i have presented in
    numerous Collapsible Panels) does however vary from page to page.
    What I need to try and figure out is:
    How can I open one collapsible panel and close all others? I
    have seen the one example which leads to my next question:
    How can I group Panels? Some examples of how to open one and
    close all others use this grouping. Is there any other way of
    opening one and closing all others without grouping?
    Lastly, is it possible to set up a link that can be viewed on
    one page which when clicked opens the relevant page and collapsible
    panel? i.e. on my About Us page there is a link (using the Menu
    bar) for one of my several services on the services drop down menu
    (but services is on a different page with the same setup). When a
    viewer clicks on the specific service, is it possible to get the
    site to open the services page, and open the relevant collapsible
    panel (with all other Panels closed)?
    Any assistance would be greatly appreciated - I have been
    searching for days now and cannot seem to find any
    answers/directions in laymans terms.
    Kind regards,
    John

    wlsjoh013 wrote:
    > Hi,
    >
    > I am new to Dreamweaver and have been creating my site
    by learning as I go
    > along. I have already read through all the other related
    topics associated
    > with Collapsible Panels on this blog and have still not
    found an answer. I
    > have been able to open and close Collapsible Panels by
    using links - but
    > unfortunately, I need more than just opening and
    closing.
    >
    > On my site i have approximately 5 pages, all with the
    same header and Menu
    > bar. The Information (that i have presented in numerous
    Collapsible Panels)
    > does however vary from page to page. What I need to try
    and figure out is:
    >
    > How can I open one collapsible panel and close all
    others? I have seen the one
    > example which leads to my next question:
    This page has an example that has a link that can open and
    close a panel:
    http://labs.adobe.com/technologies/spry/samples/collapsiblepanel/collapsible_panel_sample. htm
    One way to do this would be to have a single link that would
    open one of your panels using the code, but then add to it code
    that closes each of the other panels, for example:
    <a href="#"
    onclick="CollapsiblePanel4.open();CollapsiblePanel5.close();CollapsiblePanel6.close();">O pen
    4, close 5 and 6</a>
    To make this work, you'll need to look that the panel
    constructors at the bottom of your page and make sure to match up
    the panel variable names i.e. "var CollapsiblePanel1 =...." the
    variable is CollapsiblePanel1.
    You could also write a function that gathers together the
    various panels you have on the page and then pass to it only the
    panel that you want kept open. For now, though, it might be best to
    use the above method, given your expertise. And taking that even
    further, you could apply the function call unobtrusively. Both the
    function call and the unobtrusive part you can work on later to get
    this working for now.
    > How can I group Panels? Some examples of how to open one
    and close all others
    > use this grouping. Is there any other way of opening one
    and closing all
    > others without grouping?
    This is a little confusing, on one hand you ask about how to
    group, but then ask how not to group. There is a concept of a
    collapsible panel group:
    http://labs.adobe.com/technologies/spry/samples/collapsiblepanel/CollapsiblePanelGroupSamp le.html
    But there is another type of group, that may be more what
    you're looking for, and that's an Accordion panel, which is similar
    to the collapsible panel group, with the exception that it can only
    have one panel open at a time.
    > Lastly, is it possible to set up a link that can be
    viewed on one page which
    > when clicked opens the relevant page and collapsible
    panel? i.e. on my About Us
    > page there is a link (using the Menu bar) for one of my
    several services on the
    > services drop down menu (but services is on a different
    page with the same
    > setup). When a viewer clicks on the specific service, is
    it possible to get
    > the site to open the services page, and open the
    relevant collapsible panel
    > (with all other Panels closed)?
    Probably the easiest way to do this particular one would be
    to make sure that you have all of the panels set to be closed when
    the page loads, and then take a look at the code for the last
    example on this page:
    http://labs.adobe.com/technologies/spry/samples/utils/URLUtilsSample.html
    That example uses a tabbed panel, but the concept is the
    same, use a URL parameter to determine what to show. You'll need to
    link in the SpryURLUtils file in the Spry download package (look in
    the includes folder):
    http://labs.adobe.com/technologies/spry/home.html
    Essentially, your link will look similar to:
    sample.html?panel=1
    Then your code could look something like:
    var params = Spry.Utils.getLocationParamsAsObject();
    var CollapsiblePanel1 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel1",
    {contentIsOpen:(params.panel==1 )} );
    var CollapsiblePanel2 = new
    Spry.Widget.CollapsiblePanel("CollapsiblePanel2",
    {contentIsOpen:(params.panel==2 )} );
    Basically what this is doing is creating an object from the
    URL parameters. Then for each of the panels the constructor has
    code that determines whether or not to expand the panel when the
    page loads. So it checks the value of params.panel to see if it
    matches 1 (for the first one), if it does, then that means that
    contentIsOpen is set to true, if it is some other number or is not
    present at all, then that means that the panel is closed. This
    would then be repeated down the line for how ever many panels you
    want to operate like that.
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • Office 2013 64Bit on WIN 8.1 64bit MAIL control panel

    Hey guys I found out that after installing Office 2013 home and business (64bit office only) on a windows 8.1 pro 64bit the mail options in the control panel will not open or come up to create new profiles. This seems to only happen with the 64bit version
    of office 2013 on windows 8.1.
    I think this only happens after already configuring a exchange account rebooting and then trying to open mail from the control panel. it doesn't seem to matter if you are a admin or not. For the time being those with the same issue as me just remove the
    old profile from the registry or make changes to the profile via the registry
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Profile
    again this is only an issue on the 64bit version of office 32bit works fine
    http://WrinkleFreeIT.com/

    Backup up your registry first.
    This is impossible to fathom a new install of Windows 8.1 with Office 2013 and the control panel mail app will not open. Client believes you're a complete dill!
    The problem we needed to solve was to create 2 exchange email accounts with profile options on outlook start up. We couldn't create the second account while outlook was running and control panel mail would not respond.
    This is how it worked for me. Created the first email account by starting outlook and providing the account information during the initial setup of the exchange account.
    But what about the second account. Have to start the mail from control panel.
    Navigate to HKCU\Software\Microsoft\Office15.0\Outlook
    Select DefaultProfile and delete the name of the profile.
    Next navigate to HKCU\Software\Microsoft\Exchange\
    Create a Key and name it Client
    Navigate to Client and create a key and name it Options
    In Options add a new String Value and name it PickLogonProfile
    Press Enter and set the value to 1
    Start Outlook and you will be prompted to select a profile or create a new profile. Hooray!
    If there are any corrupt profiles that present while selecting a profile in outlook, then navigate to HKCU\Software\Microsoft\Office\15.0\outlook\Profiles and delete corrupted profiles.
    Good Luck.

  • Is there a way to make the Markers panel work better with the Source panel?

    My workflow is to first cut a multi-cam project (but it could be any long clip), then watch it all over again to make notes about what to keep and what to kick.  So after I'm done cutting the initial rough cut of the entire hour or two of footage, I'll set focus to the Markers panel and begin watching the entire clip from the beginning to make notes as markers within the clip. 
    I'll play the clip back in the Source monitor and when something interesting happens, I'll type "M" on the keyboard.  This places a marker in the clip (or multi-cam clip in my case).  Without stopping the clip, I'll pick up my mouse and tap the Markers tab in the notes section for the last marker laid down.  I'll type a note (something like "S" for interesting "Shot" or "HUGS" or "DANCING" to indicate the main action occuring at this point in the clip, or "Mike:  Are we there, yet?" for a key dialog point).  Next, I'll move my mouse back to the Source panel (the video has not stopped this entire time) and give any gray area of the Source panel a tap just to activate it.  I'll watch for the next point of interest and repeat the process.  M to mark.  Move to the Markers panel.  Tap the last marker.  Type some notes.  Move back to the Source panel and tap to give the panel focus.  This works fairly well, but could be tuned, with just a few options, to make it more streamlined for this type of use.
    What I'd like to be able to do is never leave the keyboard AND use minimal keyboard shortcuts.  A perfect workflow might be:
    1. Start playing the clip in the Source panel.
    2. Type "M" to drop a marker.  Focus would AUTOMATICALLY move to the notes section of that marker within the Markers panel, while the video continues to play on in the Source panel.
    3. I type my notes into the Markers panel and hit Enter, or CTRL+Enter, which returns focus to the Source panel.
    This would allow me to quickly build a list of markers and notes about a clip or sequence without ever stopping and without once touching my mouse (unless I get behind and need to backup).  Currently, the only time I really get behind is when clicking on a window and not realizing that focus was not given to that window, so that when I hit "M" again, for example, I don't actually create a new marker, but rather add the letter "M" to my most recent Marker note.
    All of this seems a very common task for anyone who works in reality TV, or even event videography.  Who's with me?  Can this be done already?  If not, I'll submit a feature request.  How would you make this feature better?

    Sounds like you did this on the fly.
    MM is supposed to open the Marker Panel Dialogue
    M just sets a marker
    Not sure if either are intended for on the fly during playback .
    There is also a Marker Icon on the Source Window Pane  >>

Maybe you are looking for

  • IWeb and .Mac (MobileMe) Galleries

    Went to add some iWeb pages with links to a few of my .Mac (or now MobileMe) Galleries. However, when I go to the "Insert" menu and select .Mac Web Gallery I'm informed that "No albums or movies are available." Now I know for certain I have 5 Web Gal

  • HT1551 takes along time to download movies

    Why does it take along timetodownload amove?

  • User Defined Type - Array bind Query very slow

    Hi. I have following Problem. I try to use Oracle Instant Client 11 and ODP.NET to pass Arrays in SELECT statements as Bind Parameters. I did it, but it runs very-very slow. Example: - Inittial Query: SELECT tbl1.field1, tbl1.field2, tbl2.field1, tbl

  • Reg process order

    Hi frendz, Can ne1 there can tel me wt is meant by process order confirmation. I'm using the transaction COR6 to create process order confirmation for which i need the data(Vornr field)  from AFVC table but i dont have the data in this table. I need

  • Adobe Reader not printing

    Could anyone out there please enlighten me? Attempting to print .pdf-files invariably end with an error message from my printers (Samsung, Epson, HP). Of course, I can always print the file using Preview, but I don't like the detour. I'd be grateful