Issues with Timeline vertical scroll adjustment

Hello,
My timeline has just gone wiggy. The video upper half of the timeline has no vertical slider, unlike the audio slider below. FCP was functioning fine and suddenly adopted this issue. The video part of the timeline, will continue to rotate around the tracks that are in place with out stopping. If i change the size of the timeline screen it will reset. If I attempt to scroll on the video side of the timeline it just continually rolls the video timeline around - as though the tracks are infinite v1- v?. Any fixes are appreciated.
Thanks,
Ed

Yes you must.
Jon Chappell has written a nifty little app that allows you to back up the prefs to a safe place then to trash the ones in FCP. You can then selectively restore those user settings that might be useful.
http://www.digitalrebellion.com/pref_man.htm
x

Similar Messages

  • Help with a vertical scroll bar issue with a List component

    hi. i have a basic <s:list> that uses an XMLListCollection as it's data provider and a very basic itemrenderer. when a row in the list is clicked a function gets the list.selectedIndex then populates some text fields with more xml data. that all works fine.. the problem i have is that the vertical scroll bar on the list seems to be "clickable" - just like a row in the list. the scroll bar scrolls normally but when it's clicked the selectedIndex becomes -1 which is not helpful b/c the value -1 is passed to the XMLListCollection.
    any ideas? cheers.

    thanks but still problematic...surely the <s:List> component shouldn't return a value when the scrollbar thumb is clicked? i created a very basic list (see below) and made the list dimensions short enough so that there is a vertical scrollbar and found that when the scrollbar thumb is clicked the trace(event.currentTarget.selectedIndex) returns a number. that's annoying b/c i just want a selectedIndex value for a row that is clicked not the scrollbar.
    any ideas to get around? cheers
    <fx:Script>
    <![CDATA[
    protected function list1_clickHandler(event:MouseEvent):void
    trace(event.currentTarget.selectedIndex);
    ]]>
    </fx:Script>
    <s:List x="162" click="list1_clickHandler(event)" y="276" labelField="@label" width="144" height="153">
    <s:dataProvider>
    <s:XMLListCollection>
    <fx:XMLList xmlns="">
    <node label="one"/>
    <node label="two"/>
    <node label="three"/>
    <node label="four"/>
    <node label="five"/>
    <node label="six"/>
    <node label="seven"/>
    <node label="eight"/>
    <node label="nine"/>
    <node label="ten"/>
    <node label="eleven"/>
    </fx:XMLList>
    </s:XMLListCollection>
    </s:dataProvider>
    </s:List>

  • Issues with DataGrid and scrolling

    Hello, I am having a problem with using the DataGrid class
    and scrolling. In my DataGrid, there is a certain column whose
    renderer factory class includes a custom built dynamically resizing
    text area. As more text is entered in this dynamic text area, it
    resizes vertically to accomidate the new text. I am using this
    component in a custom renderer. As the custom text area resizes, so
    does the renderer itself, and the row in which the renderer is a
    parent shrinks or grows accordingly. My problem is that when I
    scroll through a datagrid whose rows are of differing heights, the
    scroll bar thumb changes size depending on portion of the data grid
    I'm showing. Not only does this look bad, but it also prevents my
    data grid from working as intended. If I could get some feedback on
    a way to fix this problem. I would appreciate it. TIA.

    There isn't any way to "fix" this - the DataGrid is working
    as intended. Scrolling in the list components is item-based, not
    pixel based, so the scrollbar adjusts according to what is visible
    vs what is available. Since itemRenderers are not generated for
    invisible rows there is no way to calculate what size they will be.
    An alternative is to place the DataGrid into a Canvas and
    then set the DataGrid's rowCount to equal the number of records in
    its dataProvider. This will expose all of the rows and created
    itemRenderers for every row. Because the DataGrid is in a
    container, the container will then get a vertical scrollbar.
    The problem with this is that the DataGrid's header will
    scroll out of view and if you have a lot of records, could take
    some time to render. If you like this approach, you can make a
    second DataGrid which sits above the first, has no records, just a
    header while the DataGrid inside of the Canvas has no
    header.

  • Issue with Clone Tool and Adjustment Brush in LR5.3

    If I export a .TIFF from LR5.3 in which I've used the Clone Tool or Adjustment Brush Tool and then load the .TIFF up in Photoshop CS2 to perform further edits, I can't save the file to a .JPG - I get a '...program error...' message during the save.  If I turn off the tool and export the file from LR5 again, I can do the edits in Photoshop and save it as a .jpg.  The same thing will happen in Capture NX2 trying to save the LR5 exported .TIFF to .JPG.    Has anyone else experienced this and are there any workarounds?

    ***UPDATE*** 3/7/14
    Apparently no one has experienced the issue as I posted above, but in case anyone is interested, I have discovered a workaround.  For some reason, the issue manifests itself when I export the TIFF with the option 'Metadata - Include All Metadata'.  If I change the Metadata option to the 'Copyright Only' or 'Copyright & Contact Info Only' I am able to open the TIFF in Photoshop, make edits as needed, and then save as a JPG.  Apparently LR5 is doing something weird with the Metadata file header that Photoshop and Capture NX2 doesn't like under certain circumstances. 

  • Data Grid - Complete List with no Vertical Scroll

    Hi Guys,
    I have a datagrid. The height and width are set to 100%. The data grid is inside an Advanced datagrid which is also set to height and width of 100%.
    When each row of the advanced data grid is expanded, the data grid is displayed. It displays with a scroll bar. I want to display all the entries with no scroll. How is this achieved. Please post your comments.
    Regards,
    Mahee         

    html {overflow: scroll;}
    or
    .active-scroll-bars {overflow-y: hidden};
    are both viable says
    you can also
    body {
    overflow-y: hidden;
    however, you must understand that this might not show up the exact same in I.E. or FF...there's other work arounds with CSS, etc. but they might also cause a lapse issue.
    in order to fix your cause, I would just assume you give your datagrids absolute positioning, and, w/h ratio size...
    good luck

  • Exporting to a .swf or .fla from InDesign CS6 - issues with timeline when opened in Flash.

    Hello,
    Looking for help with exporting files for Flash. I have tried both .swf and fla exports from InDesign for the animations I have created. The .swf file will play fine in Flash player but I am having no luck using the .swf or .fla file in Flash. The .fla file will open in Flash but there is no time-line. I can import the .swf file into Flash, but again there is no timeline - all the graphics and elements are visible in the library.
    - Is there a particular way the file(s) have to be exported from InDesign in order for them to appear with a time line in Flash?
    - Are there particular do's and dont's when it comes to creating InDesign files that are going to be used as Flash animation?
    Any thoughts or suggestions would be greatly appreciated.
    Cheers,
    Jamie

    The page turning animations in an exported swf are accomplished via ActionScript—they are not timeline based tween animations. You might be able to decompile the swf and get to the code, but I've never tried it. Google SWF decompiler.
    When you export to fla the animation ActionScript code is not included, so you lose the page turn animations. Each spread is saved as a MovieClip and the clips appear on sequential keyframes of the root timeline. With an fla it's up to you to write any animation code.

  • Has anyone had an issue with FindText not scrolling in Acrobat X?

    I wrote some code for Acrobat 8 using C# that used AcroAVDoc 's FindText method to search for a particular phrase so that I may find the page the text it was on and its location on the page so that I can insert an image at that location.  This worked great, the FindText method returned true when it found the text, scrolled to the page it was on and selected  the text.  In Acrobat X, I can not reproduce this.  It finds the text but does not scroll or select.
    Has anyone had this issue?  If so, how did you resolve it?
    Below is the code snippet that worked in Acrobat 8:
      try
                    Acrobat.CAcroApp app = new AcroApp();
                    Acrobat.CAcroAVDoc doc = new AcroAVDoc();
                    object jso;
                    app.Show();
                    //Open  For Searching
                    if (doc.Open(PdfDocument, ""))
                        Thread.Sleep(AcrobatDelay); //WaitForAcrobatToLoad
                        bool found = doc.FindText(SearchTerm, 0, 0, 0);
                        if (found)
                            CAcroAVPageView pv = doc.GetAVPageView();
                            int PageNum = pv.GetPageNum();
                            CAcroPDDoc pdDoc = (CAcroPDDoc)doc.GetPDDoc();
                            jso = pdDoc.GetJSObject();
    Thanks in advance for any help.

    Hi,
    I just found these work arounds.
    https://discussions.apple.com/thread/5490015?tstart=0
    The first is appropriate if you want to send as an undlisclosed resicpient. The second method shows all addresses.

  • Horizontal scrolling with a vertical scroll wheel

    Recently I sadly had to ditch my mighty mouse. Good by little friend.
    I couldn't justify spending 45 minutes of my day trying to clean the wheel.
    I miss horizontal scrolling now. I've been told that one can get horizontal scrolling by holding the shift key, but that doesn't work for me.
    Any ideas?

    My apple mouse that came with my iMac G5 started sticking which was causing problems when I tried to double-click. I bought a Logitech Optical Mouse which works fine on my iMac even if it was intended to be used with a PC. I can even right-click to bring up the options you would get by ccontrol-click an apple mouse. Also the Logitech mouse is cheap compared with an apple mouse.
    http://www.amazon.com/gp/product/B0001LTT64/ref=dpcp_ob_title0/104-2556526-6719156

  • Issue with Slider in Scroll Panel

    Hello all,
         I'm building a scroll panel with a slider. However, when I try to build a scroll bar or slider, and define it's parts, it automatically "checks" all componets for each part. If I try to "uncheck" the componets, it messes up all my previous selections. I've even tried locking the layer after making the correct selection, and it still changes it on me. Any suggestions are exreamily appreciated! Thank you!
    Best regards,
    -Nick

    Hi Sumesh,
    You are kind of correct, I modified the code and let's see what happens, I tried to output the current time when the sliderShiftStart_ValueChanged fired.
    Debug.WriteLine("1. event fire with {0}", time);
    if (sliderShiftStart1.Value > counter)
    // var time = (Math.Round(sliderShiftStart.Value))* 10;
    time = time.AddMinutes(30);
    Debug.WriteLine("2. time changed with {0}", time);
    tbTimeDispPopup.Text = string.Format("{0:t}", time);
    else if (sliderShiftStart1.Value < counter)
    //var time = (Math.Round(sliderShiftStart.Value)) - 10;
    time = time.AddMinutes(-30);
    Debug.WriteLine("2. time changed with {0}", time);
    tbTimeDispPopup.Text = string.Format("{0:t}", time);
    Debug.WriteLine("3. event fire with {0} finished", time);
    counter = sliderShiftStart1.Value;
    However what I got is as below when I drag the slider very fast to the end
    As you can see, only two events fired. Move faster fires less event.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Issues with sound and scroll function on touchpad on my Satellite A500/026

    Hi
    I have just brought a new A500/026 laptop and when I play music from my ipod I get a small pop static sound on regular intervals during the song... this happens on all my music. I accidentally scroll horizontally across my touhpad and my screen minimises or maximises. I try to locate how I did it but can never seem to get it back to its normal state. There is obviously some kind of function here, can anyone help me with what this is? I have installed the x64 bit version of windows 7.
    Thanks
    Eddie

    Hi
    The touchpad settings are placed in control panel -> mouse
    There you will find the additional tab which would allows you to access the touchpad properties.
    As far as I know the touchpad properties contains a lot of different options which allows you to configure the scroll function, to enable and to assign different actions to the touchpad corners, etc
    Check it!

  • New at using Premiere - Issue with timeline.

    I cannot drag anything into my time lime. It is locked for i dunno what reason, it is mentioned:timeline (no sequences). How to unlock this please?

    Hi habibullah,
    Welcome to the forum!
    Sorry you're having trouble. You need to create a new sequence before dragging a clip there. Watch this video for complete instructions: https://www.video2brain.com/en/lessons/how-do-i-choose-the-right-sequence-settings
    The interface is a little different as it's from an earlier version of Premiere Pro, but the process is exactly the same for creating a proper sequence.
    Thanks,
    Kevin

  • Having issues with timeline zooming in

    When I'm in EXPERT mode on premiere 11, and I try to drag a clip on the timeline, the timeline zooms in or gets larger.  It makes it difficult to figure out where I am on the timeline!  Does this make sense, and how do I make it stop?  I just want it in regular editing mode.  No close ups of the timeline!  HELP!

    amanda1776
    You left out an important piece of information, that is, the computer operating system that your Premiere Elements 11 is running on.
    Because of those known symptoms, I would make you a wager it is Mac.
    Please check out the following for your answer to your help request if I am correct in my Mac assumption.
    http://helpx.adobe.com/premiere-elements/kb/expert-view-timeline-zoom-in.html
    Please let us know the outcome.
    Thanks.
    ATR

  • Issues with timeline viewer

    Hi,
    In one of my Imovie projects, when in the time line viewer mode I cannot do anything, when I click anything, the waiting symbol appears, and when I eventually get it to play it stops and starts, skips sections, and the sound is all screwed up. But when I have my project in the clip mode everything works fine and it plays smoothly without any problems. This makes it impossible for me to edit.
    It doesn't do it in all of my projects, just this one. I had this problem a while ago, and I rang up Apple, and trouble shooted Imovie. But now it's happening again. The project used to be fine and then suddenly this started happening. It's very odd and annoying and I can't do anything. I have no idea how to fix it. Any thoughts would be greatly appreciated.
    Thanks.

    Hi Garry
    There are several way to get into this situation so I can only share some thoughts.
    in the order I would take on troubleshouting (test after each point)
    a. what version of QT (6.5.2 prefered with OS X.3.9)
    b. free space on Your hard disk (more than 20Gb)
    c. run - repair permissions (Apple disk util tool)
    d. delete iMovie pref file to force it to make a new one
    e. start a new account and log into this and re-try
    f. added any new RAM (can be faulthy - iMovie is picky)
    g. any external devices connected that can interfere (incl internet)
    f. any background programs running
    h. run repair hard disk from AppleDiskUtil tool (You need to start from CD or
    ext hard disk)
    return to this forum for more discussion.
    Yours Bengt W

  • Vertical Scroll in Dynpro Table Control

    Hello,
    I am currently having an issue with the vertical scroll control in my classic dynpro table.  When I scroll down it will scroll past the first record and then freeze.  I cannot scroll back up to the first record.  If I try to scroll down it jumps many records and then will not let me scroll back.  I have compared the coding from this screen to one that works and cannot find any differences. Is there somewhere else I should be looking?  Has anyone else experienced this issue?
    Thanks,
    Jereme

    Check out this example program.
    REPORT demo_dynpro_tabcont_loop.
    CONTROLS flights TYPE TABLEVIEW USING SCREEN 100.
    DATA: ok_code TYPE sy-ucomm,
          save_ok TYPE sy-ucomm.
    DATA: itab TYPE TABLE OF demo_conn,
          fill TYPE i.
          TABLES demo_conn.
    DATA: lines TYPE i,
          limit TYPE i.
    SELECT * FROM spfli INTO CORRESPONDING FIELDS OF TABLE itab.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
      DESCRIBE TABLE itab LINES fill.
      flights-lines = fill.
    ENDMODULE.
    MODULE fill_table_control OUTPUT.
      READ TABLE itab INTO demo_conn INDEX flights-current_line.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE read_table_control INPUT.
      lines = sy-loopc.
      MODIFY itab FROM demo_conn INDEX flights-current_line.
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      save_ok = ok_code.
      CLEAR ok_code.
      CASE save_ok.
        WHEN 'NEXT_LINE'.
          flights-top_line = flights-top_line + 1.
          limit = fill - lines + 1.
          IF flights-top_line > limit.
            flights-top_line = limit.
          ENDIF.
        WHEN 'PREV_LINE'.
          flights-top_line = flights-top_line - 1.
          IF flights-top_line < 0.
            flights-top_line = 0.
          ENDIF.
        WHEN 'NEXT_PAGE'.
          flights-top_line = flights-top_line + lines.
          limit = fill - lines + 1.
          IF flights-top_line > limit.
            flights-top_line = limit.
          ENDIF.
        WHEN 'PREV_PAGE'.
          flights-top_line = flights-top_line - lines.
          IF flights-top_line < 0.
            flights-top_line = 0.
          ENDIF.
        WHEN 'LAST_PAGE'.
          flights-top_line =  fill - lines + 1.
        WHEN 'FIRST_PAGE'.
          flights-top_line = 0.
      ENDCASE.
    ENDMODULE.
    It has the following flow logic:
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      LOOP WITH CONTROL flights.
        MODULE fill_table_control.
    ENDLOOP.
    PROCESS AFTER INPUT.
      MODULE cancel AT EXIT-COMMAND.
      LOOP WITH CONTROL flights.
        MODULE read_table_control.
    ENDLOOP.
      MODULE user_command_0100.
    Regards,
    Midhun Abraham
    Edited by: Midhun Abraham on Oct 2, 2008 5:23 AM

  • Vertical Scroll in iTunes 11 Keeps Disappearing

    I'm having a problem with the vertical scroll feature on the righthand side of iTunes 11. It keeps disappearing on me. If I adjust the size of the Itunes window, it'll show up, but only momentarily. Eventually it disappears. I have to re-adjust iTunes's window when I want to use it again.  Also, in the new Expanded View, if an album has more tracks than can be seen in the window at one time, I need the vertical scroll, only it's not there!  Until I re-size the window. But as soon as I click on a track, the vertical scroll disappears. I wouldn't mind it fading away when I'm not using it, but I'd like for it reappear when I need it.
    Is there any way to lock the scroll bar on the right hand side?

    After playing around with iTunes a little, I've figured out a solution. I didn't mention it in my previous post, but I am using iTunes 11 on a MacBook Pro.
    The quickest way to temporarily bring back the vertical scroll bar on MacBook Pro:
    Use the two finger scroll technique on your multi-touch track pad. Do a two-finger tap and the scroll bar will briefly reappear.
    It's funny, your brain gets so used to using iTunes one way that you don't think to use the techniques you use with different programs. My solution almost seems self-evident.
    The scroll bar is everpresent in the PC version iTunes 11 on a PC. I just wish this was the case for Macs. It seems like it scrolls more slowly too.

Maybe you are looking for