Is it possible to get the currently selected clipitem?

Heya folk from Adobe,

Is it possible to get the clipItem currently selected in the active sequence, something like this:

app.enableQE ();

project var = qe.project;

Project.init)

curSeq = project.getActiveSequence ();

curSeq.getSelected () # does not exist, I'm looking for a way to do this

It is a high priority for me.

Thank you!

Raphael

I appreciate your optimism about what is in the API, but it only no concept of selection (other than, 'what sequence is currently active").

I'll add your vote to the feature request (already very popular), "to provide current information of project selection and sequence.

Tags: Premiere

Similar Questions

  • Is it possible to get the current selection?

    catalogue: getTargetPhotos () returns an array of selection photos or film if nothing is selected. catalogue: getTargetPhoto() returns only non-neant if something is more selected.

    Is it possible to get a real choice?

    The methods of selection are indeed confusing.  This function returns the current selection, or empty if there is no selection in the array:

    getSelection () function

    If catalog: getTargetPhoto () then

    back catalogue: getTargetPhotos)

    on the other

    return {}

    end

    end

  • How to get the current selected action.

    Hello

    I would get the currently selected action.

    Please refer to the image below. Vignette (selection) is selected.

    Is there a script that I could use to get the which?

    Your help is very appreciated.

    Untitled-1.jpg

    getSelectedAction()
    function getSelectedAction(){
        var ref = new ActionReference();
        ref.putEnumerated( charIDToTypeID("Actn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
        try{
            var desc = executeActionGet(ref);
        }catch(e){ return; } // no action selected
        var selectedName = desc.getString(charIDToTypeID("Nm  "));
        var selectedIndex = desc.getInteger(charIDToTypeID("ItmI"));
        var parentName = desc.getString(charIDToTypeID("PrNm"));
        var parentIndex = desc.getInteger(charIDToTypeID("PrIn"));
        if(isActionSet( parentIndex, parentName )){
            var setName = parentName;
            var actionName = selectedName;
        }else{
            var setName = findAction(parentIndex, parentName );
            var actionName = parentName;
        }
        return [setName,actionName];
    };
    function isActionSet( parentIndex, parentName ){
       var res = false;
       try{
          var ref = new ActionReference();
          ref.putIndex( charIDToTypeID( "ASet" ), parentIndex );
          var setName = executeActionGet( ref ).getString(charIDToTypeID("Nm  "));
          if(setName == parentName) res = true;
       }catch(e){}
       return res;
    };
    function findAction(parentIndex, parentName ) {
      var i = 1;
      var found = false;
      while (!found) {
        var ref = new ActionReference();
        ref.putIndex(charIDToTypeID('ASet'), i);
        var desc;
        try {
          desc = executeActionGet(ref);
        } catch (e) {
          break;
        } finally {
        }
        if (desc.hasKey(charIDToTypeID('Nm  '))) { ;
          var setName = desc.getString(charIDToTypeID('Nm  '));
            var ref = new ActionReference();
            ref.putIndex(charIDToTypeID('Actn'), parentIndex);
            ref.putIndex(charIDToTypeID('ASet'), i);
            try{
            var adesc = executeActionGet(ref);
            var actName = adesc.getString(charIDToTypeID('Nm  '));
            if(actName==parentName) return setName;
            }catch(e){}
          }
        i++;
        }
    };
    
  • How to read or get the current selected value of selectonechoice

    How to read or get the current selected value of selectonechoice, so that it can be used in the custom query.

    selectOneChoice11.getValue () m:System.NET.SocketAddress.ToString () returns the index of the list.

    from 0 - number of values in selectonechoice.

    I want to read the exact value of selected.

    Concerning

    Niaz M

    Why don't you try this?

    Re: Value of SelectOneChoice in valueChangeListener

    Both approaches will work...

    Julian

  • Is it possible to get the current height of a container?

    You can get min, max heights and favorite, but none of these really reflect the actual height, currently used containers, especially when the container contains scalable text (which can get bigger or smaller fonts in display settings settings)

    Is there a way to get a container currently used height?

    Fix LayoutUpdateHandler to follow its current dimensions. http://developer.BlackBerry.com/Cascades/reference/bb__cascades__layoutupdatehandler.html

  • Get the current menu item selected

    Hello

    I use Jdeveloper 11.1.2.3.0

    I want to set the property collapse of the separator group based on the selected menu item by using the expression language.

    How to get the current selected menu item.

    Best regards

    Haytham Talha

    Hello

    Here is an example using setPropertyListener to set the selected item and use it to collapse of panelSplitter:

    
         
              
                   
             
            
              
           
         
                   
    
    
         
              
         
         
              
         
    
    

    Jean Lou

  • get the current event (name) of a field - possible / how to?

    Hello

    I wonder if it is possible to get the name of a field as event:

    (form.pag1.mytextfield::enter - JavaScript, client)

    var eventname = this.MagicJSfunction();
    

    It is of course possible to get the current name of the event with:

    (form.pag1.mytextfield::enter - JavaScript, client)

    var eventname = event.name; 

    It's a shame it's always = 'Focus' wherever I use it (form.pag1.mytextfield::ENTER - JavaScript, client) (form.pag1.mytextfield::EXIT - JavaScript, client)

    (form.pag1.mytextfield::enter - JavaScript, client)

    my_scripting_obj.my_set_design_function(this, eventname);

    Reason:

    I use to change the structure of a field in realtion to his event in my script object. By calling the function of my script object, I'd use some copy/paste.

    I have more than 120 field where this function must be called to enter and exit the event.

    Hello

    Does that help? http://assure.ly/h8ZLr5.

    In this case, I call the function entry and exit of the events of each field.

    Niall

  • How can I return at the beginning of the current selection?

    The hearing 3 and earlier versions, if I wanted to hear the audio selected, I made the selection in the Waveform Editor, you press Play and the selection would play.  He would play the same selection again if I stopped reading and press Play again.  CS5.5 and 6 that appears not to work the first time you press Play after selecting some audio.  After that, the audio is just resumes since when he arrested him.

    Is it possible to get the current time indicator to return at the beginning of a selection?

    Robert

    I find that it is quite consistent in his behavior. But if you want to study the possibilities, go in Edition > Preferences > reading and you have several options of course altering it.

  • How can I get the current state "onto the Pixels?

    Hello community,

    Here's the function that creates a switch that handles "snap to Pixels":

    index.html:

    <div id="STP_input" onclick="switchOnOff(this)">
         ...
    </div>
    

    main.js:

    $("#STP_input").click(function () {
         var a = switchOnOff(this);
         if (a) {
              csInterface.evalScript('switchSTP(true)');
         } else {
              csInterface.evalScript('switchSTP(false)');
         }
    });
    

    HostScript.jsx:

    function switchSTP(checkBTN) {
        'use strict';
        
        var condition;
        if (checkBTN === true) {
            condition = true;
        } else {
            condition = false;
        }
    
        var idsetd = charIDToTypeID( "setd" );
        var desc26 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
            var ref6 = new ActionReference();
            var idPrpr = charIDToTypeID( "Prpr" );
            var idtoolsPreferences = stringIDToTypeID( "toolsPreferences" );
            ref6.putProperty( idPrpr, idtoolsPreferences );
            var idcapp = charIDToTypeID( "capp" );
            var idOrdn = charIDToTypeID( "Ordn" );
            var idTrgt = charIDToTypeID( "Trgt" );
            ref6.putEnumerated( idcapp, idOrdn, idTrgt );
        desc26.putReference( idnull, ref6 );
        var idT = charIDToTypeID( "T   " );
            var desc27 = new ActionDescriptor();
            var idtransformsSnapToPixels = stringIDToTypeID( "transformsSnapToPixels" );
            desc27.putBoolean( idtransformsSnapToPixels, condition );
        var idtoolsPreferences = stringIDToTypeID( "toolsPreferences" );
        desc26.putObject( idT, idtoolsPreferences, desc27 );
        executeAction( idsetd, desc26, DialogModes.NO );
    
        return;
    }
    

    But when I hide the Panel and show once again, that the switch back to the default state, turn on my Panel, not "hook to Pixels" PS settings setting. Is it possible to get the current status 'Hang the pixels' setting? How?

    Best regards.

    See post 8 in this thread:

    Re: Need someone to update or create script: "snap to grid of pixels.

  • Get the current language settings in the Custom Validation rule?

    Hello

    I read the book from Guide JDevelopers
    "In 26.9' custom application Validation rules.
    I ran the example to create custom Validation rules
    I ran my validation rule for English and Italian language using 'Message Bundles'
    I had EntityImplMsgBundle and EntityImplMsgBundle_it for the Italian language
    The Question is:
    Is it possible to get the current settings of the language used "get of in my custom validation class?
    I need to know if the current language is 'in' or 'it '.

    When I test my Applicaton of Module I can choose the configuration name: English EntityLocal and EntityLocalIT for the Italian language
    Can I access this validation custome bean?

    Kind regards.

    Hello

    Yes, you can access the local current in your validation rule by accessing the current session through the source of the entity object DBTransaction object. This is done by calling:

    ((EntityImpl)valCtx.getSource()).getDBTransaction().getSession().getLocale()
    

    HTH,
    Patrik

  • Is it possible to get the name of the tool selected from a script?

    Hello

    Is it possible to get the name of the tool currently selected from a script?

    I found this:

    https://forums.adobe.com/thread/579195

    https://forums.adobe.com/thread/2161923

    But these works in Photoshop... So, it is possible to get the name of the tool currently selected in InDesign? Is there a universal method that will work in other applications?

    I think that there is a toolBoxTools, app.toolBoxTools...

    P.

  • A select statement to get the current pay rate.

    If someone can share with me a select statement to get the current salary?

    Try the PER_PAY_PROPOSALS table with the fields Pay_xxxx.

    See if the following threads help
    Query to find the salary of the employee details in HRMS
    HR Payroll - how to calculate the average hourly rate for workers

    Sandeep Gandhi

  • I want to test, if I get the current sequence or original DDL?

    Oracle 11 g 2

    ----------------------------------------------------------

    Hello

    I want to test, if I get the current sequence or original DDL... Once we start using the sequences, sequence values will change and I would like to know if I use the query to get the original below sequence creation DDL is correct? I don't want to get the current values of the sequence to create another sequence which makes no sense. Thank you!

    SELECT DBMS_METADATA. GET_DDL ('SEQUENCE', 'SEQUENCE_NAME') OF THE DOUBLE

    You say that my motion does not give me the original DDL, it gives only the current DOF in sequence... Fix? Is it possible to get the original values?

    No, it's the other way around. You get the original values (last number is not reported) GET_DDL (Data Definition Language) gets you the definition of the object

    Min value 1
    Max value 9999999999999999999999999999
    Increment of 1
    Cycle flag N
    Flag of the order N
    Cache size 20
    Last number 100

    Concerning

    Etbin

  • Click here to follow the link opens in the currently selected tab

    FF17.0.1 (also ff16)
    Click here to follow the link (for example, a link in an email) opens in the currently selected FF window (which is a real pain) I don't know it used to open in a new tab
    CTRL-click here to follow a link from MS word opens in the existing tab

    Tools-> Options-> tabs-> open new window in a new tab is checked

    I think I've had this problem before and done away with by unchecking this option, FF opening and closing and then new FF, however, if I try this, when I restart FF, the option is always checked. (Maybe a clue?)

    The problem occurs if FF started in safe mode
    It is not possible to ctrl-click on the link in outlook (I guess that OUtlook must deactivate that)
    I don't have a mouse with a central button

    Make a right click Open in new tab works fine
    Right click Open in a new window is fine

    Information system
    ThinkPad R60 3 GB RAM
    Windows 7 + latest updates
    Windows Firewall
    Malwarebytes Anti-virus

    For links opened by an external program, you can use this pref to substitute the browser.link.open_newwindow pref if this pref is not the default of-1.

    • Browser.Link.open_newwindow.override.external
  • I want to get the current music, I have on my iPod out of it and start again. How can I do this?

    I want to get the current music, I have on my iPod out of it and start again. How can I do this?

    Open iTunes, plug in the iPod, select what you want to be on your iPod, sync.

Maybe you are looking for