Save plug-in data to psd

Hi, I have created a filter plug-in ( just followed the photoshop sdk filters samples ) - it uses ReadScriptParamaters/WriteScriptParameters.  Photoshop seems to save my data somewhere (where???) but when I close and then open again photoshop my data have dissappeared - it seems that my data are not saved to the .psd file. Do I do something wrong? I do I put my data to the .psd file?

Some of that is saved in preferences.  But, as noted in the SDK, primarily that is used for actions/scripting.
The only time it would be saved with a document is if you used it as a Smart Filter.

Similar Messages

  • Getting rid of old plug-in data

    We had XM Pie plug-ins (great program, pity about the price) installed on all our CS3 workstations so most of our files have XM pie plug-in data in them, although we don't use it at all these days.  Every time I open a CS3 file in CS5 I get this warning:
    I don't mind getting this warning once per file, but even after I save the file as a new CS5 file, it still comes up.  Is there a way to permanently get rid of the unused plug-in data in the file?
    Failing that, I can click on 'Don't show again for these plug-ins' but you have to do that every day, I don't suppose there's a way to make it sticky?  I just don't want to have to see this warning every day for the next couple of years! 

    Thanks, I should have known that!  For some reason my mind was stuck on the CS3 inx export way, which I didn't like for a few other reasons, like for starters having to have it open all the time...  Still more clicking than I was hoping for but that's our problem for having the plug-in in the first place I guess.

  • Photoshop save optomized as = data error (cyclical redundancy check)

    anyone kow what this means?
    in photoshop using "save optomized as" = data error (cyclical redundancy check)

    I am trying to save a png via "save optomized as" from my master PSD and after thinking for a minite I get a dilaog window that just gives the path and file
    e.g.
    D:path/file.png
    data error (cyclical redundancy check)
    photoshop 64 bit 12.0
    windows 7 64 bit al updates intalled
    note: the only thing I am doing differntly is running photoshop in admin mode. not sure if that related. i tried doing it after wathcing a tuitloal that said Adobe apps run better in admin mode

  • How do I use my I cloud account to save all my data no my device? I purchase $ 100 dollars deal because my phone memory was almost full.

    How do I use my I cloud account to save all my data no my device? I purchase $ 100 dollars deal because my phone memory was almost full.

    If you're asking if there is a way to add memory to your device, there isn't.  iOS devices have a fixed capacity that can't be expanded by using expansion cards or other hardware solutions.
    If you're running out of capacity on your devices, the only solution is to store less on your phone.  You can import your photos and videos to your computer as explained here: http://support.apple.com/kb/HT4083, then delete it from your device.  If you still want some of the photos on your device, put them in a folder on your computer then select the folder on the Photos tab of your iTunes sync settings and sync your device.
    You can also sync only some of your music to your device rather than your entire library, or subscribe to iTunes Match and stream it from iCloud.  You can also not keep as many movies, tv shows and other media on your device.

  • I want to use Get Panel Image in Labview 5.0.1 and need details on how to save the BMP data generated

    I am trying to generate an application that saves a copy of its front panel on completion. This is easy to do using an invoke node with Print VI to HTML but this does not work in an .exe format. I have seen elsewhere that you have to use the Get Panel Image method, but no details are supplied in LV 5.0.1 documentation of how to use the "image" data (1-D Unsigned Byte array) that is generated. I want to save this in a format that can then be read as a bitmap in any standard graphics package. Any assistance?

    Hi,
    If you'd upgrade to LV5.1 or 6 you could use the 'standard' vi's for this.
    You need a VI called "Write BMP File.vi". It's not shipped with LV5.0.1.
    This vi only uses 3 subVI's, so perhaps someone at NI can convert it and
    send it to you (sorry, I won't, it's copywrited).
    If you cannot get this VI anywhere, you'll need to figure out the BMP file
    format yourself. It's not too complicated, but still could take some days.
    Perhaps someone figured it out before LV5.1 was released.
    Regards,
    Wiebe.
    "RDK" wrote in message
    news:[email protected]..
    > I want to use Get Panel Image in Labview 5.0.1 and need details on how
    > to save the BMP data generated
    >
    > I am trying to generate an application that saves a copy
    of its front
    > panel on completion. This is easy to do using an invoke node with
    > Print VI to HTML but this does not work in an .exe format. I have seen
    > elsewhere that you have to use the Get Panel Image method, but no
    > details are supplied in LV 5.0.1 documentation of how to use the
    > "image" data (1-D Unsigned Byte array) that is generated. I want to
    > save this in a format that can then be read as a bitmap in any
    > standard graphics package. Any assistance?

  • Save the input data of single WD4A screen

    Hi All,
    I am interested to know, whether as in the case of the ABAP report screen where we can save the input data as variant, is it possible for us to save all the input fields into a variant in WD4A.
    Thanks,
    Selvakumar M.,

    hi,
    Refer the following blogs on Variant in Wd Abap :
    /people/sharad.agrawal/blog/2008/08/21/creating-and-using-variant-in-select-options-with-web-dynpro-for-abap-1
    /people/sharad.agrawal/blog/2008/08/25/creating-and-using-variant-in-select-options-with-web-dynpro-for-abap-2
    I hope it will help you.
    Thanx.
    Saurav.

  • To Call Another Form and Save Related MAster Data from a Transaction Form

    Hi
    Our project requires that forms for creating masters be called whenever the value (Key Value) being referenced in other forms are not found. For doing this I had used the When-Validate-Item Trigger and checked for the key value in the master tables and if not present, I use the Call_Form method to call the master form and create the key value and then come back to the Form in which I was working to continue processing the rest of the data.
    It works well if the CAlling forms is in INSERT MODE but Not in UPDATE MODE ( returns a message A Calling Form has unapplied Changes, Cannot Save data (Error: FRM-40403)).
    This same feature I tried to work it out around with a Key-Next-Item Trigger, it works fine for both the cases but as long as the user tabs out of the field from keyboard controls like the Enter Key or the Tab Key. But in case he wishes to click on the next field or some other button with a mouse OR he uses a keyboard shortcut to do some other operation viz. F10 for saving data, the trigger is not fired and that returns a ORACLE error (in case a database Integration issue arises) OR saves an invalid data.
    I would like to know what kind of triggers could we write to exactly call a master form to save a new key value irrespective of whether the calling form is working in INSERT mode or QUERY Mode.
    One way to do it is to use EXIT_FORM(DO_COMMIT, NO_ROLLBACK). But if the Primary/Calling form is closed without a Commit, then the related Master DAta is also Not Saved.
    Please Let me know if we can save the master data whatever be the state of the CAlling Form permanently.
    Thanks and Regards

    You are going to need to POST in the Called Form rather than committing (and make sure that you do not rollback when you exit).
    The Post will insert the master record into the DB but it will not be committed until you issue the commit in the Calling Form.

  • I edit my photos in Photoshop, save as jpeg then import back into iPhoto.  But if I add text to an image in Photoshop can't save as jpeg but as psd. Is there any way I can change to jpeg in iPhoto?

    I edit my RAW photos in Photoschop CS3, save as jpeg then import back into iPhoto 11.  If I add text in Photoshop I can't save as jpeg but as psd.  Is there any way I can change to jpeg in iPhoto?

    Terence Devlin wrote:
    Yes you can. But you need to flatten it as jpeg doesn't support layers.
    While the final JPEG can't have layers, it is not necessary to flatten the original Photoshop file to create a JPEG. There are two ways to make a JPEG while not losing the flexibility of preserving layers, and they both flatten on the fly while saving.
    I just tried this in Photoshop CS3 myself. When I add a text layer, and choose Save, the Save As dialog box comes up and defaults to PSD as was described. But... that is just the default! Go ahead and choose JPEG from the Format pop-up menu down below the file list. JPEG is in there. So what happens to the layers? Notice when you choose JPEG, the Layers box grays out and the "As A Copy" box grays out and is checked (i.e. you cannot uncheck it). What is going on here is Photoshop will gladly make a JPEG of your layered file, but it will force the JPEG to be a copy, so as to not overwrite the original layered file. This is good, because your Photoshop file with its editable text layer is preserved, and you get a JPEG copy to put in iPhoto.
    The second way is, instead of doing Save or Save As, choose File/Save for Web and Devices. This will also give you a JPEG choice, and also create an exported copy. Because this way makes files for the Web, they will be smaller than JPEGs from Save As because they will lack built-in previews (which you don't really need these days) and other extra metadata that take up space.
    Either way you get a JPEG you can toss back into iPhoto.
    Terence Devlin wrote:
    Only by exporting.
    The Export menu in Photoshop CS3 does not have any direct choices for JPEG.

  • Which the best adapter vga to plug a data show on a macbook pro, mini displayport or thunderbolt?

    which the best adapter vga to plug a data show on a macbook pro, mini displayport or thunderbolt?
    Why?
    Thanks pals.

    Use the Apple Cable Chooser:
    http://store.apple.com/us/browse/home/shop_mac/mac_accessories/cables/cable_choo ser

  • Can't save a PDF data using Reader

    I have downloaded a PDF form from a website but I can't save the entered data. Help please

    You must ask the form author to Read extend the PDF using Adobe Acrobat or you can do that at your end using Acrobat.If you don't have Acrobat, please go ahead and download the latest version trial from Adobe.com
    Steps
    Open the form in Adobe Acrobat
    Click on "File"-> "Save As Other"- "Reader Extended PDF"-> "Enable more Tools"
    Click on "Save".
    Now you can save the data in your form using Reader.
    ~Deepak

  • Adobe Reader XI did not save the form data (unlike previous versions). Any way to recover file?

    Adobe Reader XI did not save the form data (unlike previous versions). Any way to recover filled form with data from temp locations?
    I was not aware that ctrl+s no longer works in reader and closed the PDF after savign it(with ctrl+s). However ,the data is lost and there seems to be no way to recover it.
    I cannot find any temp files created by Reader on my system.
    Also to my surprize(and shock), the reader did not even show a warning before closing the PDF. Does anybody know if/where can I recover the file from?
    Guys, Please reply ASAP if you have got any sort of solution!

    Hi Pat,
    Are you using Adobe Reader XI? And not Acrobat. It does not ask me to save the form if there are unsaved changes.
    I have used previous versions of reader for saving this form data and it did allow me to save it with ctrl+s. And those versions did prompt me to save the changes before closing.
    I guess I should not have updated the reader.

  • How do I save a mutlitcolumn data to a text file?

    I am trying to save a multicolumn data to a text file without using Report Generation VIs. Here is the detail scenario...
    I have data in the following format.
    Time Voltage
    1 2
    2 3
    3 6 ...
    and
    Power
    1
    and
    Peaks
    x-axis y-axis
    Peak1 1 4
    Peak2 5 11
    If I have such data, how would I put them in a columnar format with their title and labels in a text file.
    Any example VIs would be nice to see.
    Thanks.

    Here is one solution, hope it helps. I would like to see this done using clusters and less shift arrays, I'm sure there are a few ways to do this with less wires but i guess that's what sub vi's are for...
    Attachments:
    data_to_col..vi ‏98 KB

  • How to save the form data into adobe db?

    Hi All,
    How to save the form data into adobe db?
    I have designed one xdp file.
    Through processFormSubmission(), I got the submitted form data as Document obj.
    Then I have called the workflow kickoff program.
    code:
    InvocationRequest request = myFactory.createInvocationRequest ("myprocessname", //Specify the long-lived process name
    "invoke", //Specify the operation name
    params, //Specify input values (HashMap obj)
    false); //Create an asynchronous request
    It successfulyy started the workflow, but the submitted form data is not saved anywhere.
    And also, How get the form data from tables?
    Please provide the solution for the above.
    Thanks in advance.
    Regards,
    Saravanan G

    You need to create a process variable of type IN if you want to be able to pass data to your process. Then the params parameter (HashMap) contains a list of all the IN variables with their content that you want to pass to your process. They key is the name of the variable and the value the content. That way you should get it in your process.
    Now LiveCycle will create a column in the database for every process variable, so the content will be saved in the database just by creating that process variable.
    Jasmin

  • How does my application save the raw data to binary file?

    Hi all,
    At first, please look at my attachment. There is the part of my code (it is inside of a while loop) which saves a raw data from my firewire camera. I am thinking how does this saving process work? How does it save the data in each while loop's iteration time (pixels, rows and columns)? For example if I use 100x1000 8-bit image. There is also Set File Position.vi which makes next line after iteration (at least I think so?). It is important to know when I'm processing the data later with Matlab.
    My second question:
    If I set height = 100 and width = 1000 as parameters, image indicator from IMAQdx Grab's image out says that the image is "only" 1000x96 8-bit image. Where are "missing" 4 bits?
    B R,
    Jick
    Attachments:
    binarysave.JPG ‏40 KB

    Hi again,
    Here is my whole CameraSoftware. It is a part of the bigger measurement program.
    I hope you can find the solution of "lost 4 bits"
    B R,
    Jick
    Attachments:
    camerasoft.JPG ‏162 KB
    save&grab.JPG ‏48 KB
    confcam.JPG ‏38 KB

  • Save the session data in the database !

    Hello everybody,
    I read an article on JavaWorld website about saving the session data of an application in the database instead of mantaing them in memory.
    In this way, the web application is more scalable and in case the application server crashed the session data can be taken by another application server.
    I was sure that this was a good motivation of writing a class to save the session data of my application in the database, but i read another article where a good methodology to
    create a scalable web application was to save the session data in more application server so if one application server crashed another application server can take the control of the entire application.
    I think that at the moment i have just a bit of confusion in my mind.
    Any suggestion ?
    Cheers.
    Stefano

    What you've read was a method of "load balancing" where "state" is maintained by a backend server instead of the web servers themselves. Yes, if done properly, this would achive true web server independance, and if one crashed, another would pick up where it left off. Of course, you'll still need an HTTP load balancer in front of the web server farm, so it can dynamically shift the load.
    From an architecture standpoint, it's a good way to go, but only IF you really need 7x24 with zero downtime. Reason being twofold. 1) It's a huge performance hit, becase each GET/POST requires a trip to the DB, because it's holding state. 2) It's a lot of work, because you're now taking on the role of "managing" sessions (e.g. when to expire, reading the cookie/URL for session IDs.
    I was once responsible for a 7x24 Intranet that ran core business applications. My service level agreement with my customers was 7x24 alright, but with the risk of a possible "blip" (meaning, if one server crashed, simply reconnect and continue your work). Worst case, one lost just that one page worth of work.
    I hope that helps explain!
    bRi

Maybe you are looking for

  • Upgrade to SAP PI 7.3

    Hi Gurus, We are trying to upgrade from PI 7.0 to PI 7.3 EHP2. We are getting the Java stack alone. How far does it impact the java and abap objects created in PI 7.0. If we upgrade the objects will remain the same or teh objects will be lost. Can yo

  • F-44 (clear vendor) enhancement

    Hello, eneryone: I have a enhancement requirement: Transaction code: F-44 (program: SAPMF05A, screen: 131), when the Enter key is pressed, Vendor account group of Account (vendor) field should be checked. How can I realize this requirement ? Which en

  • I've downloaded pages 4.1 onto my new macmini (10.7.2) but the File menu does not include the save as function .  Any suggestions?

    I've just downloaded Pages 4.1 onto my new macmini (OS X 10.7.2 Lion) but the "Save as ..." function does not appear in the File menu (although "Save ..." does appear).  I'm wasting lots of time saving copies and then changing the names via the deskt

  • Unable to select the picture shown anymore on BBM and other programs

    Hi everyone! Device info Your carrier:  Rogers Model info and OS version:  8900, v4.6.1.250 Apps and free space File free before and after a battery remove/replace: 82679615bytes Did a battery pull fix your issue: Nope Apps installed and their versio

  • Synchronizing software for Windows 7 and Windows Mobile

    Hi All, I am trying to synchronize my PC with a Windows Mobile device (Scanner). When I googled I came to know Microsoft Mobile Device Center 6.1 is used to synchronize Windows Vista with many devices. But I am looking for a software which can synchr