action with the new file with the size of the selection

Hello

I try to record an action that takes a copy of the image and creates a new file with the same dimensions. The action record always have the size of the file of the new hardcoded image inside. I tried to put the Preset in the Clipboard, but this is not recorded in the action. It is with the CS3 version.

How can I create a new file that takes into account the size of the image?

Thanks for your help,

Daniel

You can save the menu 'Image-duplicate"to make a copy of the entire image without registration of the size. If the doc doesn't have only one layer, you can also save the context menu in the layer panel to duplicate the layer to a new document. The size is not saved.

Tags: Photoshop

Similar Questions

  • Help with dynamic action and the selection list item

    G ' Day Apex gurus.

    I have problems trying to achieve to trigger the Help window from an element automatically select. A Help window is triggered when it is clicked on the label of an item, but my customer wants to be triguered automatically as soon as the user clicks to view the options in the select list.

    I think I should be able to do with dynamic actions but I can't function.

    I know when someone clicks on the label of the item selection list trigger this JavaScript

    JavaScript:popupFieldHelp('277938589795252851','1545903379570909')

    So I want to trigger the javascript also when the user click on the item selection list and pull down the options and for that I think that the dynamic action is the way to go, but I can't do things.

    That's what I have to do:

    I created a dynamic option as follows:

    Name: test
    Sequence: 30
    Even: click
    Selection type: product (s)
    Article (s): P1_RATING <-a selection list item
    Condtion: - no requirement.

    Real Actions
    Sequence: 10
    Action: Run the JavaScript Code
    Fires when the result of the event is: true
    Fire on loading the page: checked
    Code: javascript:popupFieldHelp('277938589795252851','1545903379570909')

    Thank you anyone who can tell me what I'm doing wrong here or bring a solution to my problem to trigger the Help window from an element automatically select.

    Kind regards
    Carlos

    Hi Carlos,

    I've set up a test case of exactly in the same way and it worked fine for me. I've created a page element called P1_DA_DEMO and added some values of the static selection list, then added a help text. I used the settings are lower, I suggest you try again, but also make sure that you have no other Javascript errors on the page. Use a tool like firebug to check.

    Name: Action Dynamics demo
    Sequence: 10
    Even: click
    Selection type: product (s)
    Product (s): P1_DA_DEMO<- a="" selection="" list="">
    Condtion: - no requirement.

    Real Actions
    Sequence: 10
    Action: Run the JavaScript Code
    Fires when the result of the event is: true
    Fire on loading the page: unchecked
    Code: javascript:popupFieldHelp('277938589795252851','1545903379570909')

    Scope of the event set a Bind s.

    Thank you

    Paul

  • dynamic action on the selected value shuttle

    Hello

    Can anyone help me in this.

    I guess a requirement

    There is a shuttle Apex and multiple selection is allowed

    and there are values such as:-others, first, second

    but when we choose other no other value should be able to select

    in what other is selected in the shuttle a textbox is displayed by dynamic action

    example on https://apex.oracle.com/pls/apex/f?p=76604:3:4326822625865:

    workspace:-REEMATEST

    username:-test

    password:-test

    76604 application

    page 3

    ReemaPuri wrote:

    can you give me a link for the dynamic creation of checkbox

    FOR EXAMPLE BASED ON CREATED LOV SHARE COMPONENT

    Select the column name as the name of column d, r

    the name of the table

    Boxes are just another way to make a LOV. For a dynamic set of checkboxes, the standard pair of value/label LOV SQL projection is required in the definition:

    select initcap(dname) l, to_char(deptno, 'tm9') v from dept
    order by v asc
    

    If additional values are required, they can be included in the query using unions:

    select initcap(dname) l, to_char(deptno, 'tm9') v from dept
    union all
    select 'Other', 'OTHER' from dual
    order by 2 asc
    

    Checkbox events can be handled by dynamic actions as indicated on page 586 of your test App. Note that I prefer to enable and disable the controls on form rather than hiding and showing them that there is less confusion for the user. It is simple to change the disable/Enable dynamic actions to hide and show if necessary.

  • Why isn't the AWS_ACTION process field not updated by the action of the user in the workspace in a PDF file?

    I have a PDF (not XDP) form that is routed in the workspace for a number of reviewers.  The shape has built-in validation in the preSubmit form that validates the various fields according to the measure taken and where the form is current.  I added 2 user Actions (Submit and save the draft) in the assign task operation.  The buttons are displayed in the workspace as expected.  When the user clicks on I want to put a variable in the PDF file that I can use to understand what to validate.

    I proceeded fields and form bridge on the first page of a 2 page form.  When the user clicks on the user's Action in the workspace the AWS fields are updated with the exception of AWS_ACTION.  AWS_ACTION is never updated with the name of the Action for the selected button.  AWS_CHOICE has a valid list of action names.

    If I use a field AWS_ACTION XDP file is updated correctly.  There are a number of signature in the process so that I have to keep the PDF file.  AWS_ACTION works correctly with PDF files or I have something set configured?

    We use the ES4.

    I do not have a server at home, in the office and so I worked the example I

    will not be able to send ACL, but I cannot send the xfa form.

    Greetings-

    Ashok

  • Refresh the report area of PL/SQL (not Page) using the value of the select list

    Hello

    I have a report region based on a "body of the PL/SQL function returning a query'which SQL is generated on the selection of a value of an element from the selection list, select action list is"Redirect and set", but this causes the entire page refresh rather than just the region report." I tried to update the report using only a dynamic action on the item list select (Action now reset to 'None'), but now the report does not appear on the choice of the list. Can someone suggest a solution that will allow me to update this report without refreshing the page? I use APEX 4.2.2 and the syntax of the statement is as follows:

    DECLARE

    v_statement VARCHAR2 (500);

    BEGIN

    SELECT query_text
    IN v_statement
    OF sql_queries
    WHERE query_id =: P2_QUERY;

    RETURN v_statement;

    END;

    where P2_QUERY is Select list item,

    Kind regards

    Kevin.

    KevinFitz wrote:

    The displayed report region is subordinate to the point P2_QUERY is NOT NULL. I guess that the region appears not is because the Action for the select list item is set to None, and so P2_QUERY is always NULL.

    No, the region does not appear because it is subordinated to the P2_QUERY being NOT NULL. This means that the region of report never exists on the page displayed in the browser, so it cannot be updated dynamically. (Dynamic updating is not to evaluate the conditions of the region, and she makes only the content of the report, not the whole region again).

    Remove the condition on the region to report, check the update works and then go back on what exactly are the requirements here. If you want to the area appear only when P2_QUERY has a value, and you want it to be regenerated without submitting and reposting of the page, the region must then be hidden rather than conditionally restored and shown via dynamic when action P2_QUERY Gets a value.

    I tried to add a further Action for the event real value DA but has been a mistake, as stated above,

    All irrelevant if Page to submit items on the region is used correctly.

  • Economy twice during an action as the same file extension possible with Photoshop without overwriting the first backup?

    Hello, first time submit a question to the Adobe communities.

    I would like to be able to record twice during an action with the same file extension; How is that possible? I tried a number of methods such as: save a JPEG as a copy, renaming jpeg in jpg format, adding a line to underscore the SMALL Word after it, etc., and it keeps overwriting my first recording. I'm still not recording "in copy" feature when saving a jpeg file. Sometimes it does, sometimes it doesn't. I think that if this box is not grayed out on my second record I would be able to add the copy at the end of my file name that would create my second jpeg.

    I need this is because when I save the little and the big jpeg for our company store, I would just create an action that saves as two different sizes and then closes the file to move to another. The site on what I download is Four51 and they take a reorganization of the files, so a single method, I tried was to save the second time into action as a png but it makes it transparent and I need a white Uni.

    Tried to go into the options and disabling transparency PNG but that only works with quick export that will not register within an action (even abroad). It is a dilemma for some time, and my only way to work around it is to create the action doesn't follow: resize to 300 px wide > save as Jpeg > end of action. I play action and hit the command option I have change my size to 100 px wide for the thumbnail, then click on control shift s to record success and right arrow to add details and then save, order q, tab, space.

    If it makes no sense to anyone, I would be grateful for your advice. The only thing I can think that I have not tried is to change my background from transparent to white and then create this action: command option I have 300 px wide > order s (jpeg) > command option I have 100 px wide > command shift s (png) > w command

    I guess the only way to change your default background to white instead of transparent is to create a new document and put in place without transparent background then go further, my new documents will have white backgrounds. Do not see under my preferences?

    Thank you

    Something like the following action could work.

    A couple of notes:

    Image adjustment is under file > Automate > Fit Image and resizes the image to fit the specified size.

    For example, if you enter 300 in the two fields, photoshop resizes the longer side at 300 and the other dimension including the size proportionally as when you use Image > Image size to maintain Proportions checked.

    Photoshop uses the copy to JPEG files if the image of your savings has one or more layers or is not 8-bit/channel, because do not support JPEGs of layers or say 16 bits/channel.

    If you have only a background layer, then photoshop uses a copy when saving a jpeg file

    Thus, during the recording of the action you probably want that one-step flatten so save the first does not include copy in the name.

    To get the action record adding copy to name, open any image, add a layer, and then record save as jpeg for copy adds the jpeg save as step

    Created the snapshot of the original image open, so the second resizing using the original instead of resizing the image already resized.

  • Problem with writing in the new file every day, error #1

    Hi, I have build a vi that writes data measured for each second of the file. This vi will be used for the acquisition of long-term data and I want to write the data to a separate file every day, else the file becomes

    very large. The vi is supposed to work like this, first set the folder to save it and then start logging with the "datalogon" button, first write the column names in the file and after that write data

    every second. If the date is the same newspaper, data, if the date is not the same write the new file name, write the column headers and write the data again every second. The date is used as the file name.

    This work is quite good only at the beginning of the vi I get the message "error 1 occurred open/create/replace the file writable spreadsheet String.vi-> write to the spreadsheet (string) .vi-> NHR file -

    SerialDaq - 03 APR 2013 .vi. I did some tests and it seems that in the first or the second round of the loop, the path in the annex is ' file name:------"and not drive:- and this seems to be caused by the fact

    that I first write the column headers, and then the data (if I write only the data of the problem does not occur).

    So I (think) for what is now the problems but don't don't know how solve it, I would appreciate it if someone could help me with this.

    Regards, Martin

    I made the change you mentioned and to my surprise I got the error message and also, with the vi you sent, I took look at it and found that:

    -If I first enter the "folder to save the file', then run the vi and then press on the" data connect "I don't get the error.

    -If I first run the vi, then enter the folder ' save file to "and the hit" the data log on ' I get the error.

    I also tried with the vi original (without the connection shiftregister in the case of false and init for removal) and which gives the same result as above. If I get the

    error message and choose stop the vi, start the vi again once I don't get the error because the folder in which the file is entered. This issue appears only when there is no file «»

    to save the file "in the dialog box.

    While I'm writing this I realize that "folder to save the file" is outside the while loop so only executed at the start of the vi is maybe I have to put it inside the while loop? A tried

    This and at first, it seems that the problem is solved, I don't get the error message on my screen, but it still appears on the error handler in another part of the vi (visa series).

    Oh, Yes. The 'name of the resource visa' and 'file to save the file' are both outside a while loop and are only read at the start of the vi, at the moment they have not a valid

    the error value is generated.

    Problem solved, thank you for your comments!

    Regards, Martin

  • Network with Windows Home Server hard drive. With the new files that wouldn't be no automatic update.

    Installed Windows Home Server 2011 on my files allocatted to share on my wireless network, including a hard drive 2 TB external. Worked well able to watch movies, listen to music etc... As several files have been saved on the external hard drive (800G now) he would not recognize the new content (files or movies) previous content is ok, but nothing new would not reconise. Unplug the hard drive from the PC, pluged into the TV via USB and all the files are there, old and new. My PC is 3.2 GHz 1 G RAM and running Windows XP I was wondering if anyone know what would cause this? It would not be because I only have 1 g of ram?

    original title: unable to recognize new files

    Hi Tony,.

    Since the issue is with Windows Home Server, I suggest that you post your question in the Forums Windows Home Server.

    Windows Home Server Forum

  • How to copy a folder to an external hard drive with the same file on it and have it just add new files instead of replace all old already on there, as well as to add new?

    I want to copy a folder to an external hard drive with the file already on it and not having to replace all the files each time. I just want to click and drag the folder to the external hard drive and have it add new files I've added in the folder on my pc over time on the external hard drive. It's annoying to have to replace alllll the files each time.

    Thank you!

    A simple way is to use the second copy of Centered.com software. It is reasonably priced and will do exactly what you want. MS - MVP - Elephant Boy computers - don't panic!

  • I click on the links in the email and get a box that says: "this file does not have a program associated with it for performing this action" and the link cannot be opened.

    Original title: problem e mail

    I click on the links in the email and get a box that says: "this file does not have a program associated with it for performing this action" and the link cannot be opened.

    Suggestions;

    1. make sure that your e-mail program is your default program.

    2. make sure that your Internet Explorer, or your main browser has all its faults.

    You can do both of the above by following these steps...

    Start button > right column, click default programs > click Set Your Default programs...

    1. click on your e-mail program > it doesn't say "this program has all its defaults"?
    If not, click on choose by default for this program > check all boxes below the list > click on save when finished.

    2 do the same as above for your Internet Explorer, or your main browser.

  • Server data store will automatically get updated when the new file (with the same name) is placed in the landing area


    Hi guys,.

    The data store server-side will get automatically updated when a new file with the same name is loaded in the landing area?

    for example

    1 data store created for server-side get the file named UK.xls (he has 5 rows)

    2 snapshot created for the above data store

    3. created with the snapshot process

    After that if I remove 2 lines from the same file and load again to the landing (with the same name). So by re-running the process will take the last file OR do I need to reload the file in the data store every time when there is a change in the file. We also tried with option to work but the last file was not picking up.

    Any help will be really appreciated.

    Please lets us know your updates.

    Please advice

    Thank you

    VT

    Hello

    When you create a snapshot, you create a snapshot whose task (provided that you use a data store server-side) can be run from a job. To refresh the data, run the snapshot in a job task. If you create a task at the time the snapshot and the processes that use it, they will automatically connect and will be 'upstream' data through the snapshot in the process. You can then choose whether it would be appropriate to write the snapshot or not (for the effectiveness of performance if you want to do the straight through processing) by activating or deactivating the bucket of data staged that the snapshot written to. The snapshot in the work task means that the data is refreshed.

    For the work of design to the Director, you can refresh the snapshot by running again it manually in the context menu.

    Kind regards

    Mike

  • When I open a new file I can't paint with colors. All the colors I chose change o a shade of gray

    When I open a file empty, that I can't paint with colors as whenever I chose a color happens as gray. Why is this?

    Verify that the new file is in RGB mode: menu/image/mode.

  • Keep the text formatting when writing new file with FILEIO

    Hi all

    I wonder if there is a way to keep the formatting of the text when I write it in a new file using FILEIO. In particular, I have the following text in a domain member:

    test < background = L1_garaz / > (text in the tag a color and itsbold) test


    I use the following code to write the foregoing in a new filw using FILEIO:

    on mouseup


    Annot = member("annotator").text
    path = the moviepath & "Annotated_text\".
    whichanno = baGetFilename ('Save', ' "& path &" "," "," doc files | ") * .doc", 0, -2, 0, 0, 'save the doc file')

    myanott = new (xtra "FileIO")

    myanott. CreateFile (whichanno) - create
    myanott.openFile(whichanno,0)
    writeString(myanott,annot) - write the new string
    myanott.closeFile)
    myanott = CANCEL

    end

    the problem is that despite the type of file I want to choose to save it (.doc, txt, etc.), he refuses to save the text with its original formatting (with the colors and the words "BOLD"). No idea how to solve this problem?

    Use a member of text instead of a field member, then you can access the formatting of the text through property .rtf... then save this info to a file:
    Annot = member("annotator").rtf
    .....
    ...
    writeString(myanott,annot) - write the new string

    Quote:
    Posted by: wgb14
    NOP, its said property found rtf. So if saving to RTF (without change to the ownership of the member("annotator") still once he will not keep the main text formmat

    Quote:
    In particular, I have the following text in a domain member:

  • I am trying to load the files reviewed on the site with the command 'put '. He is like his but the new file not working there.

    I don't understand. It worked fine before. I use dreamweaver cs4. I'm just trying to send new files reviewed on the site. It acts like it sends, but when I go in from the browser the old file is still there.

    This often occurs when the destination folder is set to the testing server. Make sure that it is set on the remote server and all is well.

    This may help help Dreamweaver | Managing files and folders

    Just in case the link above does not help, a convenient way to make sure the destination is remote, click the detail... and make sure that the left hand file displays the remote server.

  • How to play all the actions with a single click

    Help, please

    The first action that a defined action play than the rest of the actions in this action the value he plays all actions. This would require a Photoshop script to retrieve all loaded action games and do the action of each. Why would you perform actions at random.

    As the first action in the game was the last action recorded in the whole of the action. Started with a snapshot of brand named normal and then select which snapshot then play the next action in the game, select the snapshot normal and play the next action is repeated until the rest of the action in the game have been played. Then a stop message appears.  The other actions in the game to make a group add their effects and make a snapshot.  If you uncheck the stop step you could same batch of this action, the judgment would stop the batch.

    Just expand the actions and measures and read the steps. Actions are easy to record and edit. The range of action is an action editor full function. You can simple step and change at the same time.  Action of reading is a good way to learn how to use Photoshop and you'll know that if an action will destroy the work that you have gifts on a document like flatten you work.

Maybe you are looking for

  • LabVIEW 5.0 (Yes, 5.0!) Properties of VI?

    I am responsible to bring up ancient testbed which is running off LabVIEW 5.0.  I have to stay with 5.0.  I can't update the software to a version more modern. The man who wrote the original code went very far to make it very difficult to modify the

  • Measurment of isolated analog input

    Hi all I use card NI USB-6259. I would like to measaure some voltage 5 V on an electronic device provided with the network. Thus, the risk is accidentally on a ground signal I have L line instead of N (the reasons are common). Because it can destroy

  • Cannot call dllinstall function... on IE8 with WinXP webcheck.dll error message

    Hello I get the error message after logging in my machine. Cannot call dllinstall function in the c:\windows\system32\webcheck.dll file as the dunction does not exist or is not supported. I made no changes at all to do this. Using XP SP3 and IE8. Con

  • Windows Installer cannot be reinstalled or removed.

    Running Vista, Windows Installer cannot be reinstalled or delete. When I try to reinstall, I get 641 and 8007641 errors and can not install because Windows Installer does not work. Help?

  • using the FC command with the GUI drag & drop

    In Windows 95 and 98, it was possible to make a shortcut to the "CF" MS-DOS command on the desktop, and then compare two files by drag & dropping them on the shortcut. However, starting from Windows XP, while this still TECHNICALLY works, the MS-DOS