Trouble recording 25% fill in an action

When recording an action, layer fill can be set as a numerical field, however the value is not recorded in the action despite the value actually being set.
To duplicate:
Open a documnet using Mac OS 10.7.3
start recording an action
duplicate Background as a new layer
set the layer to Fill: 25% by highlighting "100" in the Fill field and entering "25" from the keyboard.
select Background or stop recording to commit the change.
Notice that the layer has really been set to Fill: 25%, but it has not been recorded.  This behavior also existed in CS5, and leads to unexpected results when recording actions.
Again open a document using OS 10.7.3
start recording an action
duplicate Background as a a new layer
try to set the layer to Fill: 25% using the slider with the mouse
Neither 25% nor 75% can be reached with the slider using the mouse.  A number entered with the slider WILL be recorded in an action, however because the slider window is exactly 99 pixels wide, two states, 25 and 75, do not exist.  Also in setting points in "curves" using a mouse, the graph is 254 pixels wide rather than 256, so a couple colors are inaccessible.
Work around:  to record 25% you MUST enter 25 numerically and then hit "enter" or select another tool before doing anything else.
Expected behavior:  For an action to record an opacity change that actually happens in real time.  Further it would be great if the slider bar could reach all integer states available numerically.

I seem to recall that changed in a previous version of photoshop, maybe because the action would record the first number one would type.
For example if you wanted 25% fill opacity the action would record 2% and 25%, so having to hit the enter key ensures just one value gets recorded.
I just got in a habit of double clicking the layer thumbnail and setting the fill opacity in the layer styles dialog when recording actions.
Also that was the only way to set the fill opacity in photoshop 6.

Similar Messages

  • Selection of records based on minimum date actioned

    Post Author: jrdoyle
    CA Forum: Data Connectivity and SQL
    Hi!
    I've been building a report that displays records, grouped by the Service Department  to which they have been assigned; however I need to constrain the report to only show the Service Department to which the record was first assigned.  I had tried to group the report by incident reference #, and had in the details the actions taken agains the record, the date of the action, the SVD to which it was assigned, etc.  In the Select Expert, I have the following:
    {INC_DATA.EVENT_TYPE} = "i" and{SERV_DEPT.SERV_DEPT_SC} = "DISPATCH" and{INCIDENT.DATE_LOGGED} in DateTime (2007, 05, 01, 00, 00, 00) to DateTime (2007, 05, 30, 00, 00, 00) and{SERV_DEPT_1.SERV_DEPT_SC} in ["CUSTHOME", "CUSTWEST", "HARDWARE"]
    The SERV_DEPT_1 table will displays the information about the Service Department to which the records are assigned.  I need to be able to count only the minimum date of assignment.  I've tried using the Minimum function, but it appears that I then can't summarize (count records) higher up in the report groups, as it gets evaluated after (?) the groups are made.
    Is anyone able to offer suggestions as to how I might go about this?  I have tried to somehow flag records in the details which meet the criteria, but haven't been able to come up with anything yet.
    Thanks!

    Post Author: Jagan
    CA Forum: Data Connectivity and SQL
    I'm not quite sure how/where you tried to use the Minimum function - sounds like you used it in the record selection formula? Anyway, if you want the report to have only the earliest record per service department group then you can use the group selection expert, e.g.{incident.date_logged} = minimum({incident.date_logged}, {serv_dept_1.serv_dept_sc})If you want to display the earliest record but still have the other records there for processing then sort on {incident.date_logged} ascending, suppress the details, and print in the {serv_dept_1.serv_dept_sc} group header. i.e the record you're "looking" at in the group header is the first one for the group.The difference between the two is that the former will only have one record per service department group (assuming the date_logged is unique per incident per department) while the latter will have all records but only display one. This makes a difference when using the built-in summary functions.

  • Trouble recording voiceovers

    Hi:
    I'm having some trouble recording voiceovers. I'm using two AT4040 mics and an Edirol preeamp and recording into Final Cut. For some reason Final Cut refuses to recognize my second microphone, even though I know it's working because it registers in other applications. Is Final Cut somehow set to only register one channel? How can I fix this?
    Thanks!
    Sam

    Mmm . . .
    I can't tell you whether it will or not but unless you particularly need the voiceover in Stereo, surely one channel will do?
    You can always copy the live track to the empty one - and if you need a stereo effect, you can do that with the mixer (or preferably Soundtrack Pro)
    Just a thought - I'm just a rookie with audio!
    Andy
    G5 Quad. 8 GB. 250 & 500 GB Int'l Drives. G-Tech G-Raid 1 TB. FCP 5.0.4 (Studio)   Mac OS X (10.4.6)   Sony HVR-Z1E . . . I mark my questions Solved or Helpful - and I LOVE FCP.

  • How do I record HDR Toning setups as Actions?

    I've tried to save specific setups within an Action script but while I can call the HDR Toning panel up, the settings are not remembered.

    Have you tried using ScriptingListener.plugin to record the process?
    Does it produce Action Manager code?

  • Trouble with dynamically filling fields

    I have a large form that contains over 50 pages. The first page is a flowable user input form.
    There are several fields which are common with other fields in the various underlying hidden pages. When a user selects an account type from a dropdown list, the appropriate account opening checklist appears as page 2.
    The user then selects various checkboxes which then makes the appropriate additional pages visible. Thes additional pages contain fields that should autopopulate based on the data entered in page 1 input form.
    The fields that are globally bound are fine. The problem is fields where I need to script to autopopulate. For example, there is a ACH authorization distribution section with 2 checkboxes (one for Checking one for Savings) and one Account number field. The page for ACH data, shows the ABA and Bank Name fine since those are globally bound, but the account number is 2 separate fields that I need to script in order to fill in but it is not working correctly.
    I think it is the event I have used but I'm not sure which event is best to place the script in. I started in the initialize event of that page but that doesnt work. If I click the checking/savings checkbox again after the ach page is visible, the field populates.
    How do I get the field to be prefilled as soon as it becomes visible?
    I am very new to scripting and LC. Any suggestions would be greatly appreciated!

    If you are new to scripting I might suggest using the Action Builder. It is a set of prebuilt actions that do not require scripting. If you are using Windows go to the toolbar at the top, go to Tools and select Action Builder. From there you set a condition and a result. From the condition select what field is going to hold the value you want to be copied and select "is not empty" from the first drop down box. Then in the result section select "set value of field" and then select the field that you want the data copied to. In the result section you will then select from the drop down box what you want the value to be and you select "to the value of field" and select your 1st field. This will mirror 2 fields or even multiple fields from 1 box without global binding. What is nice about the Action Builder is if you go to the Script box at the top you can see Livecycle will populate the actual code on the correct show event. This way you can start to see how the code works and build from there.

  • Unable to record "Arrange windows" in new action

    I used to have ctrl-shft-F12 and Ctrl-F12 to toggle between two panel vertical and consolidate all to tabs in my actions (no I had no backup of this)
    I had it working in CC 2014, but after a reinstall, I cannot get these actions recorded. The Window -> arrange -> (any option) will not register in the recording.
    What am I doing wrong, it worked before?

    You could use Insert Menu Item

  • Why can't I record certain blending options using actions?

    I'm trying to make some recordings/actions, which I've done alot before, but I can't get all of my blending options to record.  Specifically the curves to my bevel & emboss and my contour....after playing the action, it will apply the DEFAULT bevel and won't remember any of my gloss contour settings.  Can anyone explain why? 
    I also have a second question someone might know...  I'm trying to make these actions universal, however when I select a layer to modify, it records the name of the layer I click on...so if i use the recording later on a different file and it doesn't have that same layer name, then the action won't work...  is there some way around this?

    It sounds like your recording adding layer styles.  IMO is is not possible to record universal layer style Actions for layer style setting are absolute pixel values.   To automate universal layer styles you would need a script where you can use logic to retrieve sizes and resolution so you can set the approbate layer style setting.  When it come to actions you best off recording layer style for actions that deal with a particular document size. Like web size documents or for print size documents etc.  Layer style can be scaled with menu options and image size check box.  Sill Actions can not retrieve information about document to know how to scale layer styles.
    When it come to layers better actions will reference layers in a relative manner rather then by name.  You can select layers in a relative way like bottom top forward backward.  You can also move layer in the layer stack in a relative manner.  So you can add a layer it will be the current Photoshop target somewhere in the layer stack  then you can move it to the top of the stack, know where it is. When you add  an additional layer they will be on top and you can move it relative to the previous top you just added for you know its relative position.
    Crafting Actions Package UPDATED Aug 14, 2012 Changed AspectRatioSelection Plug-in script added Path support.
    ContainsExample
    Download
    Action Actions Palette Tips.txt
    Action Creation Guidelines.txt
    Action Dealing with Image Size.txt
    Action Enhanced via Scripted Photoshop Functions.txt
    CraftedActions.atn Sample Action set includes an example Watermarking action
    Sample Actions.txt Photoshop CraftedActions set saved as a text file.
    12 Scripts for actions

  • Record keyboard strokes and apply actions across Premiere sequence?

    Hello!
    I have a laborious task that needs to be completed thousands of times. To get around this torture, I would like to try recording my keyboard strokes and then apply the actions to other clips and projects. There are many automation applications out there but has anyone found something they would recommend to use within Premiere? Perhaps this already exists? The function is available inside Photoshop and AE is strong with macro scripts too - If it isn't inside PP I'll do a feature request.
    Please let me know if I am missing the obvious or if you have any suggestions...
    Thanks all

    Some of the gaming mice let you record macros to their multiple keys, I use a Contour Shuttle that does the same.

  • Recording, grouping and playing an action...I am stumped!

    First I will start by mentioning  I am working with CS6. Recently I have  been recording a few actions that I like to run on a lot of my photos. Before I am done recording these actions I like to group them. Here is where the problem comes into play however...First time I play the action it shows up perfectly in the layer  panel. The 2nd,3rd attempt an  so on, the action that  is grouped (the same action or another grouped action) will show up all jumbled in the layers panel. Sometimes the adjustment layers show up outside of the group while others the group appears to have "eaten" the first group of actions I ran. Am I missing something why cant  I stack the actions I have written?

    glissonamanda wrote:
    Before I am done recording these actions I like to group them.
    Why are you trying to record steps like moving actions to group them and such.  You should stop recording the actions.  Then move, group and organize them the way you want. After that you should save all the action set you messed with so you don't loose the new actions you recorded and have save them organized and grouped the way you want.  If you record steps the move and copy actions mess with actions when you play the action these steps are recorded in the action will more then likely mess up actions and the grouping you did.
    Post a screen capture of the action steps of the action your having a problem with. Have you looked at waht is recorded in the action?

  • HELP PLEASE!!! TROUBLE RECORDING FROM DVR TO DVD

    I have everthing set up correctly.  The problem is that at different points in the recording, television feedback appears on the recording!  So whatever is on television at the time is getting recorded.
    Please help me figure this out!
    Thanks.

    I figured it out, with help from some chat technician.  I had to be on L1 and was not.
    Thanks anyway.

  • Having trouble recording a video using Presenter 9, inside PoswerPoint installed as part of MS Office 10, PP version is 14...

    The Presenter add in opens up just fine.  I can do most everything with the Presenter tool bar, including recording and publishing audio for the slides, but I get an error message when trying to use the "Video" recording function.  I have a screen shot of the error message if that would help,   But is basically says the "Application encountered and internal Error.  If the error persists, contact someone."  Adobe support is useless on this issue.  Does anyone have any ideas? 
    I DO NOT have two monitors set up and the button labeled "Use Presenter View" is unchecked.

    Check that your video drivers are up to date.

  • Trouble recording a guitar line in.

    Hey guys, I'll try to make this as short and detailed as possible. I plug my guitar into my computer using the Line In, using a ME-70 as a preamp, but the computer doesn't register any sound.
    Let me try to explain how I'm setting it up:
    -My guitar is connected to the 'guitar in' on my ME-70
    -I use a 1/4" to 1/8" converter on the 'Rec Out' jack in the ME-70 to connect to the line in on my computer.
    -I turn the preamp on my ME-70 on.
    -Go to System Preferences/sound, use the input audio as Line in
    Pictures:
    [IMG]http://i253.photobucket.com/albums/hh74/mexicoxx93/Picture2-8.jpg[/IMG]
    [IMG]http://i253.photobucket.com/albums/hh74/mexicoxx93/Picture5-1.png[/IMG]
    I checked, made sure all the volumes were on, and everything was plugged in properly. however, no matter how hard I strum, or what I put the volumes at, there is no response in the input level. Every cable functions perfectly, and when I plug headphones into the Rec Out jack it sounds great. what can I be missing?
    thanks for your help.

    I am also having trouble getting my guitar to show up in Garageband. I have followed every tutorial I can find online (they all say the same things anyways). I set computer audio preferences and GB preferences to line-in, and experimented with mono 1, mono 2, and stereo 1/2 line in sources in GB. No love from any of them. No sound at all. My guitar has active pickups and all cables work elsewhere. The line-in does show a bit of input when unplugging the cable from the computer so the input isn't dead.
    Any help would be awesome.

  • HELP: Trouble with partial filled arrays

    For HW, I have to write a deleteRepeats static method for an array of characters that deletes any character previously listed and returns the new array size. The example the problem gives is:
    char a[10];
    a[0]='a';
    a[1]='b';
    a[2]='a';
    a[3]='c';
    int size = 4;
    size = deleteRepeats(a, size);
    The problem then says after the code is executed, a[0] should be 'a', a[1] should be 'b', a[2] should be 'c' and size is 3. I read the section in my book on partially filled arrays, but I still can't get this method to work properly. Here is my code:
    public static int deleteRepeats(char[] a, int size) {
    size=a.length;
    for(int i=0; i<size; i++) {
    for(int j=1; i+j<size; j++) {
    if(a==a[i+j]) {
    a[i+j]=a[(i+j)+1];
    size--;
    return size;
    With that code, when I put in the test array [aabcd], it returns 3, when it should be 4 and it changes the array to [abccd]. I'm sure there's numerous problems with my code. Any help is greatly appreciated.

    Please post code in code tags.
    First, I have no idea why they make you work with partially-filled arrays. It seems like the worst idea in the world. You should use ArrayLists for this kind of thing.
    Why do you do "size=a.length;" at the beginning of the method? You lose the size information.
    And I don't see how the algorithm does what you want. When you "delete" an element from your list of numbers in the array, you need to shift all later elements backwards to fill the gap.

  • Trouble recording simulation & ppt at the same time

    I have downloaded the trial version of Captivate4. I need to
    put together a presentation for our president that has three
    windows: the camera, the powerpoint and the software simulation. I
    need to record it all together and publish. I absolutely cannot
    figure things out. I have tried for 2 days now. Can you help me? I
    had wanted us to purchase Captivate, but with so much difficulty
    and my boss hearing that Camatsia is easier. I am ready to give up.
    HELP!

    Welcome to our community, Penny
    For recording all that simultaneously Camtasia may be the
    better choice. Particularly given your requirement of the camera
    feed. I believe Camtasia offers an inset Camera feed as an option.
    Cheers... Rick

  • Trouble recording audio in Cubase SX with X-Fi Platinum

    Hi everyone,
    I'm trying to record audio in Cubase SX with my X-Fi Platinum. I have:
    - Selected Creative ASIO for the ASIO driver
    - Ensured that the VST inputs are set to the correct X-Fi input
    - Ensured that the VST outputs are set to the X-Fi Front Left and Right outputs
    - Switched on direct monitoring in the mixer, and I can hear the audio input before trying to record anything.
    - Enabled recording for the audio track in my project
    - There are no inserts, sends or EQ specified on the audio track - it's all clean.
    My problem is this: When I hit the master record, the recording bar on the audio track doesn't move. On the occasions where the recording bar does move (I'm not sure how I managed to get it moving), no sound is being recorded - even though I can hear via direct monitoring the sound that I am trying to record.
    The other symptom that I am getting is that the VU meter for the audio track in the mixer is not displaying or moving prior to recording or during recording - even though I can still hear the audio via the direct monitoring.
    I'm new to Cubase SX, and I'm probably missing something simple. Can anyone help me?
    Thanks!

    You brought up quite old thread so maybe no vista yet at that time.
    Sometimes, setting latency too low may prevent recording/playing ... or setting the monitoring
    false (there are hardware monitoring and software monitoring which maybe can't be used at once).
    SX has also a settings option named as "Lower Latency" which sometimes is best to leave disabled.
    jutapa
    Message Edited by jutapa on 02-16-200811:13 AM

Maybe you are looking for