How to select a particular layer in AE?

Hi,
     I want to select a particular layer in Timeline. Is it possible to select a layer if I have the AEGP_LayerH? I searched in AE_SDK_guide but did not find any function in LayerSuite.
Any ideas?
Thanks,
Dheeraj.

Thanks Shachar. I checked the collectionSuite but got confused as to how to add items to collection and when to delete the collection. I will try again.

Similar Messages

  • How to select a particular row in a JTable?

    I want to select a particular row in a JTable. i.e something like
    table.setSelectedRow(arg)how can i do it.

    You can use
    table.getSelectionModel().setwhateverIsInTheAPI(...)
    depending on your selection mode.Thanx,
    but i don't want to change the selectionMode, i
    want to select a particular row thro program.
    This is like list.setSelected(index) in
    JListThe original poster was pointing you in the right direction. You have to use the SelectionModel when you want to work with the selected indexes of a JTable. It will return a ListSelectionModel, which will be an instance of DefaultListSelectionModel unless you implemented your own. Refer to the API for the appropiate method(s).
    http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/ListSelectionModel.html

  • How to select a particular row in grid?

    I am trying to generate a user defined CFL form which should work exactly as system CFL. Using Matrix takes minutes to load the query's output so I m using grid instead and passing the query as a parameter to datatable. is there any way to select a particular row in grid through SDK ? for matrix , it cud be written like 'matrix.selectrow(). doesn't seem to have such property for grid. Any help on this will be appreciated.
    Thank you..

    hi
    oGrid.SelectionMode = SAPbouiCOM.BoMatrixSelect.ms_Single;
                        oGrid.Rows.SelectedRows.Add(pVal.Row);
    i think that will help you
    Regards,
    Rajesh Saini

  • How to select a particular node in a tree?-want suggestions urgent

    i've to make a tree showing "c:\" folder structure of the system. Initially i'm adding the folders in c:\ only tothe tree. And i'm adding the subfolders when ever i select a particular folder. I'm opening the subfolders and inner subfolders of it and so inside like that. now i'm closing the window . i want the tree to reopen with the previously opened level when ever i again run the program. On closing i'm storing the last selected node using tree.getMaxSelectionPath() . And on reopen i'm setting it as tree.setSelectionPath(tree.getMaxSelectionPath()).
    But it is not opening the entire path. it is opening uptop one level only. what to do. Needs suggestion urgently.
    Thnaks for suggestons.

    Hi again,
    I am sorry, I cannot help in another way than looking at the documentation, because I have currently no JDK available here. If expandPath(...) doesn't work, you can try to get all the nodes of that path and expand them from the root node downwards, perhaps that will work.
    greetings Marsian

  • How to select a particular InfoProvider based on variable in BEx Query

    Hi,
       The MultiProvider is built on InfoProvider 1, 2 & 3 and a variable on 0CALMONTH. If the 0CALMONTH is CURRENT month then it should get the data from InfoProvider 1 & 3 only, otherwise it should be from InfoProvider 2 &3. How could I accomplish it, please?
    Thanks,
    Venkat.

    Hi Abhishek,
        Do I have to create a Customer Exit processing Type variable ZINFOPR for 0INFOPROV and User Entry Type variable ZCALMNTH for 0CALMONTH where the user enters the Cal Month? Do I have to write user exit like the below:
         WHEN 'ZINFOPR'.
        IF i_step = 2.                                  "after the popup
          LOOP AT i_t_var_range INTO loc_var_range
                  WHERE vnam = 'ZCALMNTH''.
            CLEAR l_s_range.
            CLEAR e_t_range.
            L_YEAR = sy-datum+0(4).
            L_MONTH = sy-datum+4(2).
            CONCATENATE L_YEAR L_MONTH INTO w_calmonth.
             l_s_range-sign     = 'I'.
             l_s_range-opt      = 'EQ'.
             l_s_range-high    = w_infoprov3.
             if  w_calmonth = loc_var_range-low+0(6).
                 l_s_range-low      = w_infoprov1.
            else.
                l_s_range-low      = w_infoprov2.
            endif.
              APPEND l_s_range TO e_t_range.
            EXIT.
          ENDLOOP.
        ENDIF.
       Could you please check and correct if it requires any changes.
    Thanks,
    Venkat.

  • How do I determine the size of an object on a particular layer?

    Whether it's a rectangle, circle, line, etc. how do I determine what the size of an object is on a particular layer?

    Right click on the rulers and set the scale to pixels in the dialog
    Go to View>new guide and select the position of the guide lines along horizontal and vertial axes
    Window>info brings up the Info Palette. The information in the right lower corner provides a readout of any selection that you make, e.g. with the marquee tool
    View>grid allows one to bring up a non-printable grid which is useful for orientation. The grid can be set up with subdivisions to suit via Edit>preferences>guides and grid
    You can open a duplicate layer at the top of the stack, then using the brush tool create a straight line for visual projection. The layer can be deleted at any time. To create a straight line, click on the begin point, hold down the shift key, and click on the end point
    Hope that one of these options is useful for your purpose. Please post your progress.

  • How do i take one layer with multiple selections...

    how do i take one layer with multiple selections and make those selections their own layer?

    Yes sir. It w was really hard to explain. It is discontiguous segments that are separated by transparent areas. And I want those non transparent areas to be on their own layer. I have a photo shop file that has a bunch of buttons on them and they are on a transparent background. It is one layer. I want to select all the buttons and put them on their own layers. I can do this manually by selecting a button and cmd Just to a new layer, but when I have 200 buttons it is a daunting task.
    Sent by MailWise<http://www.mail-wise.com/installation/4> – Your emails, with style.

  • How do i select a particular cell from a AbstractTableModel?

    I m using abstractTableModel to create my table. My table display 4 columns of different info, now i can capture my info from the other window and compare the value with my table but i don't know how to highlight/or select the particular rows in table.

    Hi,
    as I said before, the changeSelection(...) method of JTable will setup it's ListSelectionModel so that the row, you want, gets selected/highlighted:
    yourTable.changeSelection(row,0,false,false);
    will select a certain cell - but if selection of a single cell is not allowed and row selection is allowed, the whole row will be selected this way. You can allow selection of a single cell, selection of a column, selection of a row, or simultaneous selection of column and row at the same time. You can have single selection and multi selection.
    Hope this helps
    greetings Marsian

  • How to make a selection of a layer delete content and paste another content with Photoshop scripting..?

    how to make a selection of a layer delete content and paste another content with Photoshop scripting..?

    There is a more specific Forum …
    Photoshop Scripting

  • IDCS5: How to access selected layers in layer panel

    It seems the way to access the selected layers in layer panel has been changed in CS5.
    Here is a link to the code that worked with CS4, but it is not working on CS5.
    http://forums.adobe.com/message/1304622#1304622
    Is there some way to find out how it works in CS5?
    Thanks.

    Please check Panel Options > Thumbnail Size from the Layers Panel’s pop-up menu in the upper right corner.

  • Urgent: How to exclude a particular value from the selection in the infopac

    How to exclude a particular value from the selection in the infopackage.
    Ex: not load for cost center 10000
    Thank you,
    sam

    Hi Sam,
    You cannot do this directly as exclusion, but you can include all other values, even as ranges and thus exclude the particular value, else you can also try to do this by writing a routine.
    Hope this helps...

  • How to identify selected layers in layer panel of Photoshop?

    Hi everyone,
    I'm working on a Photoshop plug-in, and I want to identify selected layers in layer panel.
    As I tested so far, didn't came up with a solution..
    If anyone can provide me a solution it will be greatly appreciated,
    Thanks in advanced..
    Nuwan.

    Looping through controls is indeed a inefficient way of doing what you want!
    With such a great number of controls, you could assign an appropriate callbackData to each of them when loading the panel. Next you could create an array of control IDs with all the LEDs and operate in the switch callback to turn on and off the corresponding led. A small example will be more clear:
    At panel load:
    int leds[200];
    SetCtrlAttribute (panelHandle, PANEL_SWITCH1, ATTR_CALLBACK_DATA, (void *)1); leds[1] = PANEL_LED1;
    SetCtrlAttribute (panelHandle, PANEL_SWITCH2, ATTR_CALLBACK_DATA, (void *)2); leds[2] = PANEL_LED2;
    SetCtrlAttribute (panelHandle, PANEL_SWITCH192, ATTR_CALLBACK_DATA, (void *)192); leds[192] = PANEL_LED192;
    In the switch callback:
    int CVICALLBACK switchOnOff (int panel, int control, int event,
    void *callbackData, int eventData1, int eventData2)
    int sts;
    if (event != EVENT_COMMIT) return 0;
    // Get the status of the switch
    GetCtrlVal (panel, control, &sts);
    // Set the led to the proper status
    SetCtrlVal (panel, leds[(int)callbackData], sts);
    return 0;
    For this solution to work, leds[] array must be global so that it is available to the control callback.
    An additional improvement could be to modify the panel loading so that swithces and leds are created programmatically. You could have a single switch/led pair set in the UIR editor and next have a loop that duplicate the controls, sets callbackData and loads the array of led ids.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • How to select a layer mask (not its contents) and another layer/folder at the same time?

    I can do one or another, but both at the same time?
    It is annoying because a mask selection turns into layer selection when you select a second layer/folder.

    Well a layer mask is just that for that layer. If you want to apply that mask to a new layer, you can drag it or alt drag to drag a copy to the new layer. Then it will have its own layer mask. When your done, if needed you can then remove that mask from that new layer, if for some reason you only wanted to see a temporary mask.

  • Measure a particular Layer Properties (width & height) through coding

    Hi,
         I am working on the Apparel Model images. Everyday we work with different models. Once done with the shooting process, we  make the required correction on it so obviously we come across height issues at the retouch (Photoshop CS5) end.
    The following steps will describe the process on how we do it. We have a template for the image cropping (Template's Width X height: 3700 X 5000 pxls). Usally we used to drag the template to the apparel images then will make a proportianate tranform for the template according to the model's height and crop it. this is what we are doing in the manual process. We have an idea of creating a script for this category. the same steps will be executed by the script. First Select the appropriate folder which will be processed by this script. application will open the images one by one. Steps: Open the Template image, copy and paste it on the another document. According to the Model's height make a proportianate transform to the template layer (In this step, we need to know about the particular layer properties for ex: (if the activeDocument's height is 3000pxls. the tranform will happen proportianately to the template layer).
    My Question is How do we measure  a particuler layer properties and how to access it through coding?
    My Second Question is : How do we get the properties data and how it will be applied through coding?
    I am waiting your reply.
    thanks,
    Rajiv.s 

    Open the Template image, copy and paste it on the another document.
    Copy/pasting via Script is not such a great idea, the method duplicate may be a better fit to duplicate a layer into another file or group.
    My Question is How do we measure  a particuler layer properties and how to access it through coding?
    Layers habe a property called bounds, this describes the left, top, right and bottom coordinates.
    It may be prudent to set the unitRulers via the Script to make sure they are always the same units (px, pt, mm …).
    #target photoshop
    var theBounds = app.activeDocument.activeLayer.bounds;
    var theWidth = theBounds[2] - theBounds[0];
    var theHeight = theBounds[3] - theBounds[1];
    alert ("layer is " + theWidth + " x " + theHeight);

  • Does Anyone Know How to Select a Frame?

    Hello Folks,
      I am trying to select a certain frame (from three frames) to display only that particular frame's content. I'm doing this to select and display a certain hair_mc from a master layer.
    The website that sort of explains this process is here: http://www.keyframer.com/2010/03/04/ik-and-nested-assets/
    I can't seem to figure out how to select the desired frame number. I'm obviously missing a few concepts. Do I create and insert the _mc on a keyframe, blanks kf, or regular frame? I've tried several times, but just can't figure it out.
    Could somebody explain, in detail, how to do this in CS5.5?
    Thank you,
      Mike

    Yes. It appears I changed the ones on the stage. I haven't (directly) touched or modified anything in the library.
    I have run into another snag and it has to do with your last question.
    I have a three-frame graphic that is playing like a movie. I thought I was to select the desired frame to show the position I wanted the hair to be. Without even getting that far, I set up the last keyframe and scrubbed the time line only to notice the three-frame succession.
    One other thing was the webpage link above has these folks doing this with movie clips and not graphic files. Is this because they're working with earlier versions of Flash? Maybe the original files were movie clips and they changed them to graphic files?
    More importantly, how do I remedy the problem with the three frames playing in succession?
    There was this quote from the webpage: "They are all nested into a master hand symbol and each individual hand pose resides in its own frame. This is so I can control what hand is visible throughout the animation by controlling what frame of the symbol is displayed on the parent timeline." (I added the italics).
    I wondering if I'm not correctly "nesting" them.
    Thank you,
      Mike

Maybe you are looking for

  • Very Simple Question - New User

    I searched 1 1/2 hours for the "Velocity Tool". The manual says its in with the other tools (in the drop down tool menu). I saw it there once. While in "score" or "piano" notation it doesn't show. Anybody know how to get the "Velocity Tool" to show u

  • How to access the authenticated Subject?

    Hello I'm using WS Security, and I have made a custom login module. I have registered the login module and he is working fine. But I have problems accessing later the authenticated subject. Any suggestions ?

  • APP for a free MODERN DAY calculator and tip calculator​????!!

    The calc on the bb stock is SO basic! No tip calc etc like other current phones,.,even my old voyager and en touch had one! help! thank you.

  • Add a Scrollbar to a popup window

    Hello, I have a calendar in an application that lists appointments.  The appointment is a link that opens a popup windows that gives the appointment details.  The problem is the popup window does not have a scrollbar and for some users all of the tex

  • REFX Invoice creation

    Hi, When I do periodic posting, the value of periodic posting is okay.  When I create invoice, a particular condition is getting invoiced for twice the value and as a result the invoice value is wrong.  I find in table VIRAINVITEM that for a conditio