Insert time/frames shortcut?

Hello,
Is it possible to insert time from where the 'Current Time Indicator' is  across all layers?
So it would extends all the layers and move all the keyframe accordingly..
In the adobe flash days pressing F5 would achieve the same effect.
So using this image as an example, pressing F5 would extends the layers/move all the keyframes after the indicator by one frame...
Hope the above makes sense
Many thanks for you help in advance

You're right, though, this is a massive pain. The more complex a project gets, the more you start dreading having to tweak timing in the middle.
The first thing I do when I need to add some time to the middle of a complicated composition is I sit back and have a long hard think about whether there is any way, any way at all, that I can avoid having to add time to the middle of my my complicated composition.
What's so frustrating, though is that 90% of the work is repetitive stuff that would be trivial to implement.
Even a simple tool, that just let you automatically select and drag:
- all layers that start after the playhead
plus
- in layers currently under the playhead, all keyframes from here to the end, AND the layer end handle
Drag that combo back and forward to your heart's content. That'd take so much of the pain away. It's a blunt tool - you may well have to either go back and fix things that were actually in motion at the cut, or prepare by putting keyframes round the cut point beforehand. Dragging back may cause some fun keyframe clashes if you're not careful.
But most importantly, it would make it trivial to drag a bit forward, a nudge back to get pacing just right - something that you just cannot do when every nudge currently takes several tediously careful ops to do...
And yes, you'd still have to go and correct any subcomps, but wouldn't that be a quicker job with a tool like this?
I'll stick this in a suggestion box if I can find one, but it seems like one of those things that's so bloody obvious and would make everyone's life so much easier that there's gotta be a reason Adobe haven't done it already. Like Apple taking half an eon to admit that ALL windows ought to be resizeable from their edges. Grrr
Sorry for the rant. One of those days.

Similar Messages

  • Insert time/frames within timeline

    I'm a new Flash user, currently using Flash 8. I've built an
    animation with a number of elements that fade in and out over time.
    The client wants the first element to linger a few seconds longer
    before it fades, so I figured there would be an easy way to just
    insert blank time or frames in an entire project before a selected
    frame (as you would in an audio sequencer or even a spreadsheet)
    but I can't figure it out.
    Is there a procedure for this?
    - Bob

    In short... select a frame in the tween and hit F5 (insert
    frames). Select a range of frames and hit
    F5 to insert multiple frames at a time (the number of
    selected frames will be inserted upon each F5
    key press).
    Chris Georgenes - Mudbubble LLC - Animator/Author/Speaker
    Adobe Community Expert - p.781.772.1073
    www.mudbubble.com - www.keyframer.com -
    www.howtocheatinflash.com
    Bob Meador wrote:
    > I'm a new Flash user, currently using Flash 8. I've
    built an animation with a
    > number of elements that fade in and out over time. The
    client wants the first
    > element to linger a few seconds longer before it fades,
    so I figured there
    > would be an easy way to just insert blank time or frames
    in an entire project
    > before a selected frame (as you would in an audio
    sequencer or even a
    > spreadsheet) but I can't figure it out.
    >
    > Is there a procedure for this?
    >
    > - Bob
    >

  • Can I "globally" insert some time/frames?

    I'm working on this demo where it moves along at its own pace
    (the user has no control). So I'm trying to make sure each portion
    is on screen long enough for the average person to read. (They can
    always replay the section later). I have a lot of layers and assets
    (say about 20 or so per scene). It's becoming very tedious to add a
    second of time here and there. I have to move all kinds of keys
    over - especially if I make an adjustment in the middle of the
    scene, I have to adjust everything afterward.
    I think this would be alleviated if I could just select say
    frame 100 and insert X frames "globally" or across all layers. If I
    could do that, the stuff to the right would be automatically pushed
    over and I wouldn't have to adjust anything, plus I could add the
    frames in the middle of a section and not have to touch keyframes.
    So far though, I cannot seem to find a way to add frames/time
    like this. Is this possible?

    you can 'drag' the cursor at a frame position across (down
    really ... or up) multiple layers to select them, goto a
    non-selected frame, click and drag to see.
    Then with a column of frames selected, right-click, and use
    'insert frame' to add one frame to all selected layers. just keep
    the selection in the same position and repeat.

  • HT201412 After ios7, My iphone4 has gone dead twice in a time frame of around two months...even though its not happening very often but a two month Old phone going dead just after a New update is not acceptable.probably ios7 still has sum bugs dat need to

    After ios7, My iphone4 has gone dead twice in a time frame of around two months...even though its not happening very often but a two month Old phone going dead just after a New update is not acceptable.probably ios7 still has sum bugs dat need to be fixed...Can this bug expected to be fixed in the next update...

    Hi 1283ar.
    Unfortunately, iOS 7 is too hard to push for the iPhone 4 and therefore has a lot of effects turned off to try to get it to run as smoothly as possible.
    However, it becomes better and better with each update coming but it's hard to do anything about the hardware on an already released phones.
    If you still have trouble or think they are too hard. My tip is, if so, to restore your iPhone 4 and make a clean setup with no iCloud backup. But all your photos in a photostream so you can access it later.

  • How can I execute a command every 10 seconds in a specific time-frame

    Hello,
    I would like to create a script which in a specific time-frame collects some outputs and also pings every 10 seconds.
    To collect the outputs every minute from 22:00PM to 22:10PM I have the following:
    event manager applet snmp_output
    event timer cron cron-entry "0-10/1 22 * * *" maxrun 30
    action 010 cli command "enable"
    action 020 cli command "show clock"
    action 030 cli command "terminal exec prompt timestamp"
    action 040 cli command "show snmp stats oid | append bootdisk:show_snmp_stats_oid.txt "
    action 045 wait 5
    action 050 cli command "show snmp pending | append bootdisk:show_snmp_pending.txt "
    action 055 wait 5
    action 060 cli command "show snmp sessions | append bootdisk:show_snmp_sessions.txt "
    acionn 065 wait 5
    action 070 cli command "end"
    To confirm connectivity to the device doing the SNMP polls I would like to execute a ping every 10 seconds in the same timeframe.
    Cron seems only to support minutes. Is it possible to combine a watchdog timer + a cron timer?
    Can this ping function be incorporated in the SNMP output applet or will I have to write a new one?
    Will I need TCL here (I have no experience in TCL)?
    Best regards,
    Tim

    If you wanted the pings to run in parallel, you could have this applet configure another applet to do the pinging, then remove it on the last run.  This will require an amount of programmatic logic, though.  If you wanted to keep things a bit simpler, add another applet that runs at 22:00 that configures a watchdog pinging applet, then a third applet that runs at 22:10 that removes the pinging applet.
    When it comes to embedded quotes when you configure your nested pinging applet, you'll need to use $q to stand for the embedded quotes.  You'll also need to configure:
    event manager environment q "

  • Manuals users should not be able to submit a concurrent program at a specific time frame:

    Hi
    Please let me know is it possible to restrict some users to submit a Concurrent program during a selected time frame .
    Eg we have an issue in which Process Lockboxes concurrent Program is submitted by the batch user and is also by the Users manually from Front end .What I want is that during a particular time frame everyday say from 12:00 AM to 6 PM I want to restrict manual users to submit this program ,whereas the Program can be submitted by the Batch user any time  .
    Please let me if its possible to achieve this and how .
    Thanks
    Rishabh

    Please don't post duplicates -- restrict user to submit concurrent Program
    Continue the discussion in your original post.
    Thanks,
    Hussein

  • HT1657 after renting a move and starting viewing I can not stop it and come back to in within the time frame. If i stop it it goes away not able to find it. Just like I did not rent it at all.

    after renting a move and starting viewing I can not stop it and come back to in within the time frame. If i stop it it goes away not able to find it. Just like I did not rent it at all.

    Hi,
    We have rolled out a fix for this issue.
    Please log off and log back in to your machine and the issue should be resolved automatically. In case that does not work, please manually run the msi installer posted here (may require reboot).
    For details, please refer to the KB article here: Multiple RunOnce keys created 11.0.10 and 10.1.13 Acrobat | Reader
    Please let us know if you still face any issues.
    Thanks,
    Ashu Mittal

  • FTP Adapter restrict polling frequency active time frame in a day

    Hi All,
    Is there anyway I can restrict FTP adapter polling frequency to be active during a particular time frame of the day. Say, my service should poll the incoming location for Sales order data for every hour during business hours of the day.
    Thanks,
    AG

    Hi
    SOA Suite 12c will expose Oracle ESS as the scheduler.
    ESS will allow you to schedule soa composites / OSB services etcand allow you to enable / disable them based on jobs, which is what you desire.
    12c SOA Suite is expected later this Summer.
    Cheers
    iain

  • Inserting time in motion 1

    Hi,
    I'm working in motion 1 and need to lengthen a section. I can insert time, but all regions after the inserting are then moved into new layers that are suffixed with '1'. If I do this several times, my project will be a complete mess. The insert time command also just inserts time - it does lengthen the selections, making me have to select all of the latter regions and try to match them up with the end of the cut, which is a pain.
    Suppose I could export to final cut and find a way to lengthen the sections there.
    This program is constantly crashing on me as well. Maybe I need to reinstall. I'd love to buy a new version of motion...but I can't. I don't have a grand laying around to blow on the entire suite. I don't see why apple can't sell separates like everyone else.

    Hi,
    But in this case user has to input entire date and time. Actually I have three fields
    schedule_date - this shoud stores the date- data type : DATE
    from_time - this should store start time for schedule date - data type : TIMESTAMP
    to_time - this should store end time for schedule date - data type : TIMESTAMP
    for eg. 18-MAR-2009, 9.10, 11.25.
    I want user to enter only time in from_time and to_time.
    I have tried setting format to HH24:MI but then it stores 1-MAR-2009 9:10:00:0000AM in from_time instead it should store 18-MAR-2009 9:10:00:0000AM in from_time and same with to_time.
    Regards
    Trusha
    Edited by: trusha on Mar 18, 2009 5:01 PM

  • Query to calculate time frames

    hello,
    id like to write a query that will calculate time frames ;
    my source table looks like this:
    company     category     date
    ORACLE     A     1/01/2012
    ORACLE     A     2/01/2012
    ORACLE     B     3/01/2012
    ORACLE     C     4/01/2012
    IBM     A     1/01/2012
    IBM     A     2/01/2012
    IBM     A     3/01/2012
    IBM     A     4/01/2012my desired result:
    company     category     from     to
    ORACLE     A     1/01/2012     2/01/2012
    ORACLE     B     3/01/2012     3/01/2012
    ORACLE     C     4/01/2012     31/12/2999
    IBM     A     1/01/2012     31/12/2999can you please guide me with use of which functions i can achieve that?
    id appreciate any tips
    thank you
    rgds
    Edited by: UserMB on Jan 11, 2012 5:14 PM

    One way...
    ME_XE?with t as
      2  (
      3    select 'ORACLE' col1, 'A' col2, to_date('1/01/2012', 'dd/mm/yyyy') col3
      4      from dual
      5    union all
      6    select 'ORACLE', 'A', to_date('2/01/2012', 'dd/mm/yyyy')
      7      from dual
      8    union all
      9    select 'ORACLE', 'B', to_date('3/01/2012', 'dd/mm/yyyy')
    10      from dual
    11    union all
    12    select 'ORACLE', 'C', to_date('4/01/2012', 'dd/mm/yyyy')
    13      from dual
    14    union all
    15    select 'IBM', 'A', to_date('1/01/2012', 'dd/mm/yyyy')
    16      from dual
    17    union all
    18    select 'IBM', 'A', to_date('2/01/2012', 'dd/mm/yyyy')
    19      from dual
    20    union all
    21    select 'IBM', 'A', to_date('3/01/2012', 'dd/mm/yyyy')
    22      from dual
    23    union all
    24    select 'IBM', 'A', to_date('4/01/2012', 'dd/mm/yyyy') from dual
    25  )
    26  select
    27    col1, col2, min(col3), case when max(col3) = max_company_date then to_date('31/12/2999','dd/mm/yyyy') else max(col3) end
    28  from
    29  (
    30    select col1, col2, col3, max(col3) over (partition by col1) as max_company_date
    31    from t
    32  )
    33  group by col1, col2, max_company_date;
    COL1               COL MIN(COL3)                  CASEWHENMAX(COL3)=MAX_COMP
    ORACLE             B   03-JAN-2012 12 00:00       03-JAN-2012 12 00:00
    ORACLE             A   01-JAN-2012 12 00:00       02-JAN-2012 12 00:00
    ORACLE             C   04-JAN-2012 12 00:00       31-DEC-2999 12 00:00
    IBM                A   01-JAN-2012 12 00:00       31-DEC-2999 12 00:00
    4 rows selected.
    Elapsed: 00:00:00.01
    ME_XE?

  • CSM ret-code time-frame

    A company I work for has a number of CSM modules (WS-X6066-SLB-APC) installed in 6513 chasis switches. The CSM modules are running version
    4.2(14)
    These CSM modules are configured to load-balance a number of vservers via serverfarms, each serverfarm containing multiple real servers.
    Here is some example configuration:
    vserver SITE
      virtual 10.1.2.3 tcp www
      serverfarm SERVERFARM
      persistent rebalance
      inservice
    serverfarm SERVERFARM
      nat server
      no nat client
      predictor leastconns
      failaction reassign
      retcode-map RETCODE-MAP
      real 10.2.3.4
       inservice
      real 10.2.3.5
       inservice
    map RETCODE-MAP retcode
      match protocol http retcode 503 503 action remove 5 reset 300
    The company is facing a problem with what seems to be related to return code checking. Every once in a while a server will suddenly not receive any traffic for 5 minutes. This always occurs right after the server has sent a HTTP 503 return code. However we cannot see in the CSM logs that the CSM module has actually disabled the real server. For other serverfarms which are running regular HTTP and/or ICMP health checks to real servers we can clearly see in the CSM logs when a real server has been temporarily disabled due to health check failures.
    The return code checking is set to disable a real server for 300 seconds after the CSM has received five HTTP 503 responses from the real server. If we check the real server log however we cannot find more than that single 503 return code right before the server stops seeing any incoming traffic unless we move back at least hours in time.
    I have tried to figure out what time frame those 5 return codes must be received within for them to count towards the maximum allowed return codes, but nowhere in no documentation can I find any information about this time frame.
    For all I know the CSM could keep track of every incoming 503 forever, until the maximum of five 503's is reached, and then the server is disabled for 300 seconds.
    Does anyone have any information about the time frame within which those return codes must be received by the CSM to count toward the maximum configured number of return codes before the configured action is taken?

    Hi Christopher
    EDIT: It might actually be me who misunderstood your reply. You probably gave me the correct answer already, that there is no time limit at all to the counter, and the counter will increase until it reaches 5 even if those 503's are spread out over several months time. Could you please confirm that this is what you meant? I'll leave my original reply down below for you to look at.
    ORIGINAL MESSAGE:
    Thanks for your reply, but I think you might have misunderstood my question, and I don't exactly blame you because I had some difficulty explaining what I meant.
    I know what each and every key word in the following line mean, and I understand the command.
    match protocol http retcode 503 503 action remove 5 reset 300
    We match the protocol http, and look for when/if the server sends a return code 503 back to a client. Each time a 503 return code is returned from the real server a counter is increased by one. When the counter reaches 5 we take the action to remove (disable) the server. 300 seconds after the server was disabled it will be enabled again, and the counter will also be reset to zero at this point.
    But I'm asking about the time frame for the counter, or rather if there is a default timer that resets the counter back to zero after a certain amount of time. Let me give you an example.
    I enable return code checking for HTTP 503 and configure it to disable a server after five HTTP 503's have been seen by the CSM
    1 minute later the server sends three HTTP 503 messages to a client. Now the return code check counter is at 3. This is where the "time frame" that I speak of begins.
    Another 6 minutes later the server sends one HTTP 503 message to a client. The time frame within wich the CSM has seen HTTP 503's is now 6 minutes, so the CSM has seen four different HTTP 503's within 6 minutes. The counter would now be at 4.
    5 months later the server sends a fifth HTTP 503 message to a client. The time frame is now five months and six minutes. Will this fifth HTTP 503 message increase the return code check counter to 5? If it does, then the server will be disabled for 300 seconds, even though it was 5 months since the previous four 503's were seen by the CSM.
    What I'm wondering is basically if there is a limited time frame (like a sliding window) after which the return code check counter is reset back to zero? I cannot find any information about this, and as far as I can see there is no command I can use to see what the return code counter is currently at either, so I cannot manually verify this.
    It would have made sense if the feature worked like this instead, and I'm still hoping that someone can provide documentation that says this is the way it is supposed to work (because if the above example is true, then the feature is broken and useless)
    I enable return code checking for HTTP 503 and configure it to disable a server after five HTTP 503's have been seen by the CSM
    1 minute later the server sends three HTTP 503 messages to a client.  Now the return code check counter is at 3. This is where the "time  frame" that I speak of begins.
    5 minutes later the counter is reset to zero, because no 503's have been seen for over five minutes.
    2 months later the server sends a HTTP 503 message to a  client. This increases the counter to one. The server is never disabled. After another 5 minutes the counter is reset back to zero again.
    I hope that the above examples make it a bit clearer what I meant with my original question.

  • How do i set the time frame of a waveform chart programmatically to be a 30 sec window or a 24 hour window

    i'm using LV7.0 and what i need to do is to be able to set the time frame or range of a waveform chart programmatically before i start taking and plotting data. sometimes this window needs to be 30s wide and sometimes it needs to be 24 hrs wide. (in the first reference, i need the chart to fill up with 30s of historical data then the whole chart scrolls with each new data point). the data acquisition records data at a rate of once per second. i've tried to use the chart properties of XScale.offset, XScale.Range.Minimum and XScale.Range.Maximum but no matter what i do the time-stamp on the x-axis is always "00:00:00 PM" and "MM/DD/YYYY" even though values are seen being plotted on the right side of the chart as expected.
    Attachments:
    BX0265 ShelfLife DAQmx.vi ‏120 KB

    Okay, there seems to be some confusion here -- the X axis values are of type double, but they can be represented in the HH:MMS MMD:YYYY format if you want in which case it interprets the floating point as the number of seconds since 6pm Dec 31, 1903. 
    You can programmatically set this value using the XScale.Minimum and XScale.Maximum properties, but note that if you wire a waveform to the chart after setting these values the t0 parameter will override what you set using the property node for XScale.Minimum.  If instead you leave the t0 parameter empty you can use the XScale.Offset property and wire the same value in that you wire to XScale.Minimum.  Changing the amount you add to XScale.Minmum to obtain what you wire into XScale.Maximum will determine the time window size.
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me

  • Any time frame for when we will be getting the Android 5.0 upgrade on the Verizon G3?Type your question

    Any time frame for when we will be getting the Android 5.0 upgrade to the G3 on Verizon?

    No one from Verizon can or will give you a timeline. They have no idea. Verizon can't even test 5.0 until they get it from LG first so perhaps you should be asking them.

  • Time frame for SAP implementation query

    Hi guys,
    I am a university student and am currently trying to collect some information for my paper on development of ERP systems in industrial companies, particularly SAP. I'm meant to do some field research, but it is proving to be rather difficult, which is why I wanted to ask for some help from people who have experience in the implementation of the SAP system.
    What I'm looking for is the time frame that the SAP system takes to integrate into an industrial firm. Also, the scope of integration (ie how many and which modules were added on top of the core SAP system) and the number of users after the full implementation of the system.
    I don't need the name of particular companies, as I understand that that may be disclosing too much corporate information, but it would really help me if someone could give me a realistic time frame of the implementation process for SAP.
    Thank you, in advance!
    Anya

    Anya,
    Update to your queries:
    size of the company that this SAP implementation took place at:
    Answer : In terms of revenue $200 million +
    Interms of employees 6000+
    HR module in particular - whether it can be fully implemented separately and how long would it take?
    Answer:
    Definately, it can be fully implemeted and other modules may not be used
    Time period - 3+ months as Business packages are available in SAP.
    Regards,
    Ganga

  • Expecting a response within a specified time frame

    I need urgent help please.
    I am expecting some data from the server within 20 seconds.
    If I dont receive this data within the time frame,I exit from
    the application else If i receive this data I will display it.
    Please can any write a small example for this threading concept.
    I am very new to this.
    Ajay

    Let suppose this is your communication dialog window:
    call createTimer(int sleep) after you send a request to the server
    class MyDialog  extends JDialog implements ActionListener
        private javax.swing.Timer   m_timer    = null;
        public MyDialog(*********)
            super(*********);
            addActionListener(this);
        private void createTimer(int sleep)
            m_timer = new javax.swing.Timer(sleep, this);
            m_timer.setRepeats(false);
            m_timer.start();
        public void actionPerformed(ActionEvent e)
            if(e.getSource() == m_timer)
                // check your "response flag"
    }lic void actionPerformed(ActionEvent e)
    if(e.getSource() == m_timer)
    // check your "response flag"

Maybe you are looking for

  • MAXDB Log Shipping

    Hi folks, we had working log shipping scripts which automatically copy log backups to the standby server. We had to interrupt the log backups (overwrite mode set during EHP installation) and now after a full backup and restore the log restores do not

  • Jinitiator Installation on Pentium 4

    Hi friends I have problem with installation of Oracle jinitiator on a Pentium 4 , what should I do ? Thanx in advance

  • Mail folders suddenly empty

    Hi, I am using Gmail on my mac, mailprogram Apple Mail,   Now suddenly when I open Apple Mail the entire mailbox is empty and the same occur when I open Gmail in chrome. ALL folders are empty with one exception. a couple of incoming mail (the last on

  • Encore cs6 crashes on my macbook pro when trying to use timeline

    I have recently downloaded encore for my macbook pro and has been working fine apart from everytime I try to use timeline, either way I try to open it, it crashes. It also crashes when I try to preview the DVD. Is this the software or my mac? All my

  • Opening Blurb on latest MacbookPro

    When I try to open Blurb (an online book publishing program) I am told I have to install legacy Java SE 6 runtime. I have downloaded Java for OS X 2014-001 for my MacBookPro (Yosemite) which is the software tdownload hat comes up when I click on the