Keep track in the scroll view

Hey guys!

I was not able to find the right way to describe what I want to do, so my research is not leading to any useful information.

In any case, I'm trying to find a way to "lock" a track so that it is ALWAYS visible in the arrange window, not to be confused with the gel or the locking of the smpte. For example, I have a dialogue or a temp range, that I very often of reference, and it's a pain to have to keep scrolling all the way to the top (where I keep) and return to the track, I work with (my sessions contains 48 + titles so constantly scrolling up to the top solo and/or put mute the dlg or mx track becomes a killer of great workflow).

So if there is a way to lock a track/area/line so that it is always there no matter where you highlight (a bit like a row/column of locking in a spreadsheet/treatment) I still have to find...

Any ideas or suggestions are MUCH appreciated-

Thank you!

On suggestion would be to use the hide feature followed in order to ensure the reference track remains visible as well as the follow-up of these tracks, you are working with, while others are hidden... below the Piccolo is the reference... You can also use keyboard shortcuts to speed up the workflow.

Tags: Professional Applications

Similar Questions

  • App - test available, you can keep track of the health

    Is there anyway to add a new test that you want to keep track of the application?  Some test results important for certain medical contains are not available, and I want to add and then on my dashboard.

    Thanks for the help!

    No, not for the moment.

    Comment asking this feature here:

    http://www.Apple.com/feedback

  • How to keep track of the answers of the quiz of the learner? cpQuizInfoAnswerChoice?

    I want to keep track of the responses of the learner throughout of a quiz, so that at the end of the quiz I can provide feedback on what topics need futher study (topics related to issues they are is wrong). I think that the system variable that contains this information is 'cpQuizInfoAnswerChoice', but how I call it for each of the individual issues? Help!

    You will need just to another variable of system: cpQuizInfoLastSlidePointScored and as cpQuizInfoAnswerChoice, it is a variable that changes its value after each slide of the question, you so need once again user variables to store and identify the score for each slide.

  • How to keep track of the last selectedItem in datagrid?

    Hi all

    I use Flex 4 and an AdvancedDataGrid.  I need to keep track of the previously selected item.  I can't think where this good capture.  In an itemClickHandler method, the value of the selectedItem of the grid is already the element currently selected.

    FocusIn and Focusout/focusouthandler() attributes apply to the entire data grid, not the single line in the datagrid control.

    Thank you.
    Bonnie

    If I understand what you're asking correctly:

    based on the story how 'clicks', you simply store the index selected in an arraycollection collection.

    If you only need one. use 2 variables. One to store the current index and the other to store the previous.  And 'click' call a function that moves the current index in the previous. and the new current index of slected.

    If your 'click' has already done something else, just make a wrapper function that incorpates the copy of the index of the clicked and then done everything what you need.

    something like that... If you insert data in the ADG it should show something other than-1

    ////////////////////////////////////////////////////////////////////////////////////////// ///////////////////

    <>

    xmlns:MX ="http://www.adobe.com/2006/mxml" layout = "absolute" > "

    Import mx.collections.ArrayCollection;

    [

    Bindable]

    private var history: collection ArrayCollection = new ArrayCollection();

    [

    Bindable]

    private var last: int;

    [

    Bindable]

    private var current: int;

    private function recordHistory():void {}

    last = current;

    current = adg1.selectedIndex;

    //***//

    history.addItem (adg1.selectedIndex);

    }

    ]]>

    ////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////

  • keeping track of the tablespace growth

    Hi all

    10g on solaris 10


    We want to keep track of the tablespace growth in our production database?

    Any idea hw to do this?


    Kai

    Better to keep the data in a table of data instead of the old email so you can find and process.
    Best database dbms_scheduler than cron schedule.

    for example, something like
    create table xxx_datafile_history (date of collect_date, varchar2 (30) nom_tablespace, whole file_id, number of bytes).

    -can schedule a monthly job to do the following: -.

    Select sysdate into double currdate;
    insert into xxx_datafile_history select currdate, nom_tablespace, file_id bytes from dba_data_files;

  • How to keep track of the lines that I add to a table so that I can update more later or remove them?

    A > the form has a set of field and text dropdown list entries.  After the user updates the data in a specific text, change field, I need to add their data to a table on the first time through.   There are many different games of entries that would each have their own line.

    B > later the user comes back and changes the data in a field.  I need to update this specific line with the new values.

    C > later the user returns and removes the data of one of the fields completely so I need to remove that specific table line.

    D > the user does not directly from the table.  The table summarizes the entries that are made in the text and drop-down list fields.  I need to be able to maintain the table in harmony with user input.

    I agree with the addition of rows in a table, but I do not know what's best for that lines are kept synchronized.   I've got a good amount of Java programming experience under my belt, but I have a few projects in LiveCycle.

    I'm quite willng to read if you have any reference material online for the management of dynamic arrays.  So far, the only information I have found is how to add and remove lines, but not how to keep track of them.

    Any help is greatly appreciated.

    Ah sorry missed that you do not use two tables.

    Do you use Extensible lines or is there a specific line for each set of data?

    You can just hardcode where data are intended - a data go into RowA. To the same output of the field, you would be just: table.rowA.rawValue = this.rawValue;

    You can use Global binding on the fields: the fields, take data entry have the same name as the fields in the table and then automatically updated data.

    For blank lines, you will need to check if there is data in the fields and if no data you can hide the line: RowA.presence = 'hidden ';

  • Want to keep track of the button clicks

    Hi, I'm new to Flash and I use CS4.

    What I want to do is to collect a user's comments, and whenever they click a button of some, in this case the button YES, I would like a number added to the var such as partition ++. In this way, I can use a case statement at the end to guide the user to the right product.

    However, my code does not work, so if someone could take a look, I would be grateful.

    Thank you

    var score:Number = 0;
    var score_txt:TextField = new TextField();
    score_txt.x = 150;
    score_txt.y = 125;
    score_txt.width = 100;
    addChild (score_txt);
    
    yes1_btn.addEventListener(MouseEvent.CLICK, yes1);
    function yes1(event:MouseEvent):void {
         soundControl1 = sound1.play();
        gotoAndStop(6);
    }
    
    if (yes1){
         score++
    }
    score_txt.text =  + score +  " total score"
    

    Try to move the lines after the function in the function, even if you don't need the conditional...

    function yes1(event:MouseEvent):void {}
    soundControl1 = sound1.play ();
    gotoAndStop (6);

    Note ++;

    score_txt. Text = + mark + "total score".
    }

  • WHAT FND TABLE KEEPS TRACK OF THE FORMS FIELDS?

    At the level of application forms database are stored in the FND_FORM table. Columns and tables that are used in the application are stored in FND_TABLES, FND_COLUMNS, FND_APPLICATION_TL. By joining these tables, it is possible to get tables, columns by info request. There is also HR_FORM_ITEMS table where configurable form fields are stored by application and by $form_id.

    What table stores by application_id, $form_id columns/tables that are defined in each shape

    Your question is related to the Oracle Application or E-Business Suite. right?

    You should ask her in the EBS to the forums section, the guys more he will be more helpful with questions about Oracle applications.

    Tony

  • How do I keep track of views of a mysql data entry

    I have a dynamic website with php and mysql. How can I get my site to keep track of the amount of views that each entry got (and for the amount of views to save my mysql table? Is there an easy way to do this with dreamweaver?

    I have a column for the views, but I don't know how the results would be registration.

    How to use "update statement" you mentioned at the entrance to view quantities increment in my column?

    table_name a column for the views.

    page is a table column that is used to dynamically display content based on title in URL parameter, i.e.

    Website.com /? page = Home

    Website.com /? page = about_us

    etc.

    Query to use to update the views+ 1 where page = the URL parameter is entered in the address bar to view the contents of the dynamic page.

    $page = "-1";
    if (isset($_GET['page'])) {
    $page = $_GET['page'];
    
    $query_hits = sprintf("UPDATE table_name
    SET views = views+1
    WHERE page = %s", GetSQLValueString($page, "text"));
    $hits = mysql_query($query_hits, $connection) or die(mysql_error());
    }
    

    best,

    Shocker

  • Problem trying to keep track of availability with no voltaile storage

    Hi all

    My application needs to keep track of the no. time in seconds, various banks of pumps have been distributed.  This code runs on a cRIO.  A section of the timed loop that executes this code is in the attached picture.  Everything works fine, but sometimes the thread seems to stop for no apparent reason.  Any ideas?  I never see any error info printed an error on the control display.

    Thank you

    Sean

    You receive errors on one of these threads of error that ends by driving to the right hand of the loop error node?  I think it is easily possible to get an error on a file operation.  If you get an error going to this node of error in right hand, it stops the timed loop.  Open context-sensitive help and place the cursor on this part of the structure of the time for more information.

  • Track of the names of the objects for stocks?

    Can someone provide organizational practices, that I can use to keep track of the many names given to objects that will be used in advanced Actions? Here's something that you would print with a screenshot? I can see how it's easy to lose track of the names as I build in Captivate.

    Thank you

    I always label each object, group to be used in Advanced/shared actions. Match by naming: I'll start each name with 1/2 characters identifying the nature of the object: T_ (for containers of text), Bt (for buttons), SB (for form buttons), I_ (for images), Gr_ for groups.

    Don't you know that you can filter in the drop-down lists in the advanced Actions dialog box and in the settings dialog box. Type a sequence of characters that appear anywhere in the name, and the list is filtered on the objects with this sequence. Example: type "co" and objects with name 'v_counter', 'T_Code', 'I_cow' will remain in the list.

  • How to change the timeline view in PE9 to see all images?

    In PE9, I see that many executives to the timeline appear empty. the frame clip transitions has images.   How can I change this to see all images?  In PE 2 I never had the "feature."  I guess most are empty to reduce the handling of files, etc.   But I would like to turn the frame power custom images.

    PS when I imported a short series of minutes 8 clips direct from my sony HD camera timeline frames were complete... but most video I use is old analogously conversions of tapes on DVD... that imported for editing PE files from dvd.

    Thank you

    David

    There are several choices for the display of the thumbnail of the image. These are available from the video track in the timeline view Mode header. In my version of the GER, one has the choice of first, all and none (which displays the name of the element). PrPro, it is also first & last. This view could be added to the PrE 9.

    Good luck

    Hunt

  • I do not understand this statement "It is a good idea to keep track that uses a bunch of Audio channels selected in the arrange window, unless you actively play or record on a software Instrument."

    It's a good idea to keep track that uses a bunch of Audio channels selected in the arrange window, unless you actively play or record on a software Instrument.

    Which no longer applies in Logic Pro X 10.2.3. In old versions of logic, selecting a range with a software instrument automatically would make this instrument in "Live" mode, which means that the instrument has begun to transform any MIDI in sound with a minimum of delay. This direct mode becomes an instrument need CPU power (on a single processor) and peut overload the audio engine. It is a waste of CPU if there is no direct game. Then select an audio track would ensure that No instrument is in direct mode. Now (LPX 10.2.2 or more) in direct mode can be turned on or off on a track, chosen or not - it is the R button on the track header.

  • How to remove the scroll bar in the view table obiee 11g

    Hello

    How to remove the scroll bar in the view table obiee 11g other than TNA config.

    Thank you

    In 11.1.1.7 you can change it in the table's properties. By default, it will be

    "Fixed headers with active scroll.

    To take

    "Pagination of the content" and check

    Thank you

    AJ

  • Unable to synchronize files; Click here to view the online help. This message keeps appearing at the top right of my iMac and no matter what I do it keep appearing.

    Unable to synchronize files; Click here to view the online help. This message keeps appearing at the top right of my iMac and no matter what I do it keep appearing.

    Hello

    Please see the link below.

    Error: "unable to sync files.

    Hope this will help you.

    Kind regards

    Hervé Khare

Maybe you are looking for

  • Why is - my iMovie library file so HUGE?

    Hello! I'll start making videos of youtube, and I am their editing in iMovie. However, the library files are so great! Difficult to deal with the space. I'm editing a video 23 GB and now the library file to a video is close to 400 GB. How can it be t

  • How can I add AddressBook files

    After a few updates ago, I was not able to add new folders, not lists, folders. I can't find the options that would allow this

  • Cannot erase data in the Tools menu with 21 FF

    I just installed Firefox 21. I see no point to clear the history in the Tools menu. Is it possible to get that back? I'd rather have easy voluntary control over erase history and other data. Why developers located the item in the Panel privacy to ask

  • Password for an Outlook of business account (which I stored in the keychain) problems...

    A few months ago (when I got Microsoft Office 2011 yet, but have since upgraded to the 2015 version), I used a family member company e-mail address and password in my own Outlook 2011 so that I could see the community "Bulletin Board" that they use t

  • How to exclude tests "Ignored" in the final report? (TestStand, 2013)

    Hello Background I have 5 running tests in a loop For. Each iteration of the loop corresponds to a line in the table of my database. These tests use a Pre Expression to set the name of the step. For a few iterations of the loop, he is not supposed to