How do I keep a layer constantly selected?

I am creating a animated GIF image, over 70 frames. I need to
edit each frame for this GIF image.
I select the layer of the GIF, but how do I keep it selected
when I go onto the next frame? I always have to click the layer
again to edit, it's quite annoying. I have made it "stay selected"
before, but it seems to be hit and miss because I don't know how to
do it.
example:
http://i30.tinypic.com/11t1i7t.gif
Any help would be much appreciated.

lock all the others?
TiagoPT wrote:
> anyone?

Similar Messages

  • How do you keep the order using SELECT WHERE IN()?

    Hi,
    Is there a way to keep the order when using SELECT WHERE IN()? For example, using the following query:
    SELECT id FROM data_table WHERE id IN('56','55','54','1','7');
    The results will come back using the default order by id. 1,7,54,55,56
    When I want to keep the order used in the IN: 56,55,54,1,7
    Is there a quick way to do this in mySQL or will I be forced to order it after in code.
    Thanks

    797836 wrote:
    Hi,
    Is there a way to keep the order when using SELECT WHERE IN()? For example, using the following query:
    SELECT id FROM data_table WHERE id IN('56','55','54','1','7');
    The results will come back using the default order by id. 1,7,54,55,56In case the order by docs and comments weren't clear on this point, there is no default order and they may come back in a different order. Usually after you've tested it to exhaustion to prove otherwise, then put it in production.
    >
    When I want to keep the order used in the IN: 56,55,54,1,7
    Is there a quick way to do this in mySQL or will I be forced to order it after in code.
    ThanksUsing the in list allows oracle to have other possible data access paths than simply running the query 5 times. If for whatever reason you don't want to order the results after they come back, it may be worth your while to just run the five queries serially in the order you want, using bind variables and so having identical queries. That may seem silly on its face, but then again, we don't know the real requirements, what else is going on, if this is simplified from the real code or whether there will always be 5.

  • How do i keep my table row selected when i come back to the same page?

    I have have the following issue.
    I have a table with many rows. I select one row and click the button which takes me to another page. From that page when i click the back button which takes me back to previous page but the problem is that the row is no longer selected. How would i fix this problem?
    Any idea, suggestion or sample code will be appreciated.
    Thanks
    Nahman

    Here you go..
    1. To Get the selected Rows:
      DATA: TV          TYPE REF TO CL_HTMLB_TABLEVIEW,
             LT_FORMS TYPE TIHTTPNVP,
            TABLE_EVENT TYPE REF TO CL_HTMLB_EVENT_TABLEVIEW.
        tv ?= CL_HTMLB_MANAGER=>GET_DATA( request = request
                                          name    = 'tableView'
                                          id      = 'tvX' ).
        IF tv IS NOT INITIAL.
          table_event = tv->data.
          clear selectedRowIndexTable.
          selectedRowIndexTable = table_event->PREVSELECTEDROWINDEXTABLE.
          if table_event->event_type eq CL_HTMLB_EVENT_TABLEVIEW=>CO_ROW_SELECTION.
            read table selectedRowIndexTable with key table_line = table_event->ROW_INDEX
              transporting no fields.
            if sy-subrc eq 0.
              delete selectedRowIndexTable index sy-tabix.
            else.
              field-symbols <i> type i.
              append initial line to selectedRowIndexTable assigning <i>.
              <i> = table_event->ROW_INDEX.
            endif.
          endif.
        ENDIF.
      ENDIF.
    <b>Page attribute:</b>
    selectedRowIndexTable     TYPE     INT4_TABLE
    2. To store the selected row index into Server side cookie...
          CALL METHOD CL_BSP_SERVER_SIDE_COOKIE=>SET_SERVER_COOKIE
            EXPORTING
              NAME                  = 'select_row'
              APPLICATION_NAME      = 'NONE'
              APPLICATION_NAMESPACE = 'NONE'
              USERNAME              = SY-UNAME
              SESSION_ID            = 'NONE'
              DATA_VALUE            = selectedRowIndexTable
              DATA_NAME             = 'sbsp'
              EXPIRY_TIME_REL       = 3600.
    3. Get the value from Server side cookie..
          CALL METHOD CL_BSP_SERVER_SIDE_COOKIE=>GET_SERVER_COOKIE
            EXPORTING
              NAME                  = 'select_row'
              APPLICATION_NAME      = 'NONE'
              APPLICATION_NAMESPACE = 'NONE'
              USERNAME              = SY-UNAME
              SESSION_ID            = 'NONE'
              DATA_NAME             = 'sbsp'
            CHANGING
              DATA_VALUE            = selectedRowIndexTable.
    Hope this will help you...
    <b>* Reward each useful answer</b>
    Raja T

  • How can I keep track of ans of quest ???? [Struts]

    hi,
    I am trying to develop Question-Answer pages using struts.
    The problem is when user selectes the right option(radio button) of different different quest. how can i keep track of these selected radio buttons ???
    I mean how can i trace the value of selected radio button corresponding to its quest. in my ActionForm and ActionClass.
    //loop for all questions
    <logic:notEmpty name="QUEST_LIST">
         <logic:iterate id="list" name="QUEST_LIST"  indexId="sno">     
         <tr>
              <td><%=(sno.intValue()+1) %>
              </td>
              <td> <bean:write name="list" property="QUESTION" />
              </td>               
         </tr>
         <tr>//loop for all options of corresponding question
    <logic:iterate id="OptionList" name="list" property="OPTION_LIST">
              <td> 
              </td>
              <td><INPUT type="radio" name="<bean:write name="list" property="QUESTION_ID" />" value="<bean:write name="OptionList" />">
                   <bean:write name="OptionList" />
              </td>
              </logic:iterate>
         </tr>     
         <tr><td> </td>
         </tr>
         </logic:iterate>
    </logic:notEmpty>Now my problem is in statement.....
    INPUT type="radio" name="<bean:write name="list" property="QUESTION_ID" />" value="<bean:write name="OptionList" />">
    if I hardcode the valueof "name" attribute then only one radio button is selected from all the question, so i created it dynamically using quesID.
    now its working fine only one radio can be selected for each quest. BUT how I set the values of these selected radio button in my ActionForm and get it into ActionClass
    I hope u understand what i am trying to say.....
    Please help me......

    hi,
    try "last" in the client's terminal. is this what you are looking for?
    cheers,
    Michael.

  • 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 TO KEEP 3 LINES IN SELECTION-SCREEN

    hi all,
    i have a requirement.
    i have to keep one field in selection-screen say v_text whose length is 70 characters .
    and i have to display text as follows
    <System Date> ': EST STATUS:HUNGARY PROJECT:'
    in form of 3 lines by default.
    any one can send me the sample code how to do this.
    Thanks,
    Maheedhar.T

    Maheedhar,
    try this code..
    data: v_text(80).
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 01(30) v1 FOR FIELD p_monat.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 01(30) v2 FOR FIELD p_monat.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 01(10) v3 FOR FIELD p_monat.
    PARAMETERS p_monat LIKE bkpf-monat.
    SELECTION-SCREEN END OF LINE.
    INITIALIZATION.
      v_text = 'aaaaaaaaaaaaaaaaaaaaaaBBBBBBBBBBBBBB'.
      CONCATENATE sy-datum v_text INTO v_text SEPARATED BY space.
      v1 = v_text+0(30).
      v2 = v_text+31(30).
      v3 = v_text+62(10).
    -Anu
    Message was edited by:
            Anupama Reddy
    Message was edited by:
            Anupama Reddy

  • How to stop the white arrow from selecting all layer shapes

    Hi Everyone, I just switched from cs6 to CC. I was very accustomed to this. If I wanted to say make a rectangle shape wider, first I would have the layer shape selected in the layers menu, next I would select the white arrow tool, then I would clicking/drag to select certain points on a shape. Once those points were selected I would just use shift and the arrows keys to extend my shape. Now if I attempt to do so with creative cloud photoshop, if there are any other shapes in the same area, the white arrow tool will select all shapes points, which doesnt make sense to me b/c I still just have the "rectangle shape layer selected in the layers menu". Can anyone help me out? Hopefully I explained myself well enough.

    If you look at the tool options bar with the Direct Selection Tool (white arrow), do you have Select set to Active Layers?
    Have you updated photoshop cc to version 14.2.1?

  • Hello.  How do I keep the actual size of a photo when adding to a Keepsake?  Used to do this but have forgotten how!

    Hello.  How do I keep the actual size of a photo when adding to a Keepsake?  Used to do this but have forgotten how!  Need help please!
    T.

    Here is my suggestion:
    Open a blank, new file (File>new>blank file) size 8.5x11"
    Open the collage
    Go to Select>all
    Go to Edit>copy
    Go back to the blank file created in step #1
    Go to Edit>paste. The collage will be on its own layer
    Access the move tool, and with the corner handles resize the collage. Using the corner handles should preserve the aspect ratio. If you open the rulers, you will have a point of reference as you go along.
    Print a draft copy to see if it will be suitable in the frame..
    Please report back with your progress.

  • Switch image in a layer but keep the layer mask

    Hi, I`m trying to swich a image on a layer whit a layer mask. I whant to keep the layer mask but change the image. When I paste a copyed image it the laye it creates a hole new layer. How can I change a image but keep the layer mask? 
    Tanks Lasse

    You have things backwards: You copy&paste the layer mask and/or duplicate a selection by loading it using Ctrl+click on the thumbnail, then creating a new mask from it. After that you can delete the original layer. Also more recent versions allow drag&drop replacement of this stuff, but you have to be careful which thumbnail you drag...
    Mylenium

  • How can I keep tabs on the file size when importing from the Event Library into a Project? I want to ensure the movie will fit onto a 4.7Gb disc?

    How can I keep tabs on the file size when importing from the Event Library into a Project? I want to ensure the movie will fit onto a 4.7Gb disc?

    iDVD does not care about file sizes, as it compresses the file to the standard DVD format of mpeg2.
    It only cares about length i.e. max 2 hours including titles etc.
    iDVD encoding settings:
    http://docs.info.apple.com/article.html?path=iDVD/7.0/en/11417.html
    Short version:
    Best Performance is for videos of up to 60 minutes
    Best Quality is for videos of up to 120 minutes
    Professional Quality is also for up to 120 minutes but even higher quality (and takes much longer)
    Professional Quality: The Professional Quality option uses advanced technology to encode your video, resulting in the best quality of video possible on your burned DVD. You can select this option regardless of your project’s duration (up to 2 hours of video for a single-layer disc and 4 hours for a double-layer disc). Because Professional Quality encoding is time-consuming (requiring about twice as much time to encode a project as the High Quality option, for example) choose it only if you are not concerned abo
    In both cases the maximum length includes titles, transitions and effects etc. Allow about 15 minutes for these.
    You can use the amount of video in your project as a rough determination of which method to choose. If your project has an hour or less of video (for a single-layer disc), choose Best Performance. If it has between 1 and 2 hours of video (for a single-layer disc), choose High Quality. If you want the best possible encoding quality for projects that are up to 2 hours (for a single-layer disc), choose Professional Quality. This option takes about twice as long as the High Quality option, so select it only if time is not an issue for you.
    Use the Capacity meter in the Project Info window (choose Project > Project Info) to determine how many minutes of video your project contains.
    NOTE: With the Best Performance setting, you can turn background encoding off by choosing Advanced > “Encode in Background.” The checkmark is removed to show it’s no longer selected. Turning off background encoding can help performance if your system seems sluggish.
    And whilst checking these settings in iDVD Preferences, make sure that the settings for NTSC/PAL and DV/DV Widescreen are also what you want.
    http://support.apple.com/kb/HT1502?viewlocale=en_US

  • Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.

    Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.
    Is there any way to re-number them in the order I have chosen so that they can then be sorted by number? The scans are all from pre-digital images that I wish to move to a photobook and I don't want to have to organise them twice!
    Thanks for any suggestions.

    I was a bit short, Chris, sorry. It is limited, what can be posted, when typing on an iPad.
    Now I am back on my Mac. I meant the following:  Batch Change the date for a large range of photos, that should have a date stepped in increments.
    Select all Photos at once and use the command "Photos > Batch Change".
    Then set the date for the first photo and select an increment, e.g. one minute.
    Now all photos will get a new date assigned, incremented by one minute, in the sequence you have selected. So you will be able to sort them by date.  This way it will be unnecessary to change the titles or filenames.

  • How do I keep my iPod from deleting emails on other devices?

    My wife and I share the same POP and iCloud account. When I delete email from my iTouch it deletes emails on all of our Macs. How do I keep this from happening?
    I have my iPod set to delete on iPod only. Settings> Mail, Contacts, Calendar> my POP account or IMAP> Out going Mail Server, Advanced> Mailbox Behaviors, Deleted Mailbox> and I have selected the setting: On My iPod.
    I've been trying to find a way to change this behaiveour with out any luck. I have some friends with the same problem.
    Thanks!

    A POP account does not syncronize the account among messages.
    Could it be that your are deleting the messages from the server when you get the mail on your iPo
    in Settings> Mail, Contacts, Calendar> my POP account or IMAP> Out going Mail Server, Advanced> Mailbox Behaviors, Deleted Mailbox> set it to nerver remove messages from the server.

  • How do I keep my Imessages from being viewed on other devices under my apple ID?

    How do I keep my Imessages from being viewed on other devices under my apple ID?

    No, you can authorize any number of email addresses on your Apple Id and then select one of those to use as an alternate Send and Recieve for Messages. It isn't necessary to use seperate AppleIDs. I use my phone number on my iPhone and an email address on the iPad.

  • How can I keep My 2 email accounts and all other using HTML? It only lasts temporarily, i.e. for the day...

    (1) - when I open Firefox I recently have clicked on the hyperlink for HTML at the bottom of page, it works great for my gmail and yahoo accounts. However, it is not a permanent fix, as it apparently lasts just for the daily session. How can I keep my internet, et al. HTML permanently?
    (2) - Firefox v24.0 is said to be fast and faster! However, I am not finding it so. when I click on a link or open a tab, it is frustrating as the tab labors too long to open...I more than not click on reload, which appears to help somewhat. Any suggestions?
    (3) - I've just printed out the Mozilla Support Q&A on the error message from Firefox stating that it cannot load the website...how to I remedy this, as it occurs constantly with my Yahoo mail login?
    (4) Finally, several weeks ago I inadvertently popped the "HEALTH" Bookmark (I have a Bookmarks Toolbar), which is excellent (had it with WinXP also, now with Win7), but I seem to pop, double click, or something or other, that makes a bookmark folder jump into the wild blue yonder! I've posted for answers here and elsewhere, printed out and read all variable instructions to navigate and locate, all to no avail. More sage advice please?
    with appreciation and, thanks in advance.

    For #1, is the link to use HTML to simplify the interface?
    It may be that the site stores your preference in a cookie, and you might have set Firefox to delete the cookie when you exit the browser. There are a few built-in ways to do this:
    * Set Firefox to "Keep [cookies] until: I close Firefox" on the Privacy Options (you can create an exception for your mail sites)
    * Set Firefox to "Clear history when Firefox closes" on the Privacy Options
    * Use a private browsing window to visit your mail site
    It's also possible that add-ons or external software may clean out cookies, or that there is a problem with the database file Firefox uses the store cookies.
    For #2, did this problem just start recently? Do you notice any relationship with the type of site content (e.g., pages that use Flash or other media)?

  • I have had to semi-reset and reinstall my hp6500a plus. How do I keep the same eprint email address?

    I have had a network blowup and a new computer and was told to do a semi-reset and full install on my Inkjet hp6500a plus. How do I keep the same eprint email address which I have given out to a number of people? When I did the install I seem to have been re-assigned a new @hpprint address and can't find how to change it back.

    Hi,
    I affraid you will not be able to use the same address.
    Due to security reasons any removed ePrint address (due to Web Services removal, product reset or product replacement) is blocked for any user for 6 months period.
    You may select a difference customized address by following the steps below:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02940150&cc=us&dlc=en&lc=en
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • How do i create a windows 7 iso from a disk

    I've got a late 2012 iMac 27" plus a Superdrive.  Bootcamp will not recognize the superdrive during install so I'm stuck with figuring out how to get an iso disk image.  I have a Windows 7 install disk & have used Disk Utility to burn an image, but t

  • Crystal 2008 Runtime error on Windows Server 2008

    I have a simple ASP.Net web applications that is using reports developed in Crystal 2008.  My server OS is Windows Server 2008 and has the Crystal 2008 SP1 runtime controls installed.  When I run the application it works fine until I actually try to

  • Do I need to keep the 2.3 GB .AdobePatchFiles folder?

    There's a folder in Applications called ".AdobePatchFiles"...it's 2.3 GB...think it's safe to delete? 1.1 GB on my laptop, where I didn't install all of CS4 Master Collection. Thanks! Forrest Walter http://www.forrestwalter.com

  • Erased unwanted parts of photo now how to make a background

    I am just getting started with PSE 8.0.1. I have a photo where I just want that part which is a given person.  I cropped then erased unwanted parts. The erased areas are pure white.  How would I create a background that looked like clouds or draped c

  • PS CS6 Extd. - where is the 3D menu?

    I installed PS CS6 Extended today, but there is no 3D menu available anymore? Also, it doesn't support .obj files anymore. I'm also having issues, opening .psb files. Is there a bug known?