Can the action be made uneditable?

i want to create a .sequ file that can only be run by others and not edited to change anything. basically, same action can be applied to any number of documents without editing

Use OS security to make it read only. Of course, users can duplicate it and make one different.

Similar Messages

  • I'm trying to export an action I made in Photoshop CC (not CC 2014).  The "save" command is greyed out and there's no export command.  The action I made in CC isn't under the Adobe presets folder for CC.  What am I doing wrong?

    I'd like to use the action I created in CC in CC 2014.  I'm using Windows 7 Pro, 64 bit. Thanks.

    Thanks!  That worked.
    Doug Sturgess
    770-329-3199
    Website:  http://www.sturgessart.com
    Blog:  http://sturgessart.com/blog
    Online ordering:  http://doug-sturgess.artistwebsites.com

  • Can the Action in Slides be Edited?

    The timing on the action in slides is sometimes off. Is there a way to edit the action in slides?

    Those activities (an action is something totally different, will be triggered by an event) normally will be on separate slides: the typing of the text, the click on a list etc. Sorry, will leave this to someone else because I don't understand your question at all.

  • Can the IOS be made so you have to give your pw on phone power down. This would prevent from shutting the phone down if lost or stolen so find iphone will still work.

    Can the IOS be manipulated so that you have to enter your pw for phone power down. This would prevent find iPhone from being shut off in case of loss or theft.

    It could probably be done, but then the complaints would pile up asking "Why, oh why does Apple make me enter my password to SHUT MY PHONE OFF. APPLE, ARE YOU LISTENING?"
    it also won't solve the problem, because there are many ways to disable Find my iPhone other than shutting it off:
    Wrap in aluminum foil
    Drop in a shoplifter's bag or backpack with a metal screen lining (Faraday shield)
    Remove the SIM
    Restore the phone

  • Please check the action i made, the resulting image is blurred

    Hello,
    I have created an action which is from original image it will create thumbnails in different color using Hue adjustments, just notice the other one thumbnail(blue thumbnail) is blurry than other thumbnail but i just save it the way as others
    here is the blue thumbnail
    here are the others
    you can see that the blue thumbnail is blurry and so much pixelated than others, i save all thumbanails in same format, Jpeg quality 7
    Hope you can help me, thanks

    I would call them buttons or icons too small to be a good thumbnail.  If you want us to look at an action save it into an action set upload the .atn file to the web and post a link to it.

  • Can the subselect be made into a join?

    SELECT A.ROLEUSER, A.ROLENAME, B.OPID
    FROM PSROLEUSER A, PSOPRDEFN B
    WHERE B.OPRID = A.ROLEUSER
    AND A.ROLEUSER IN (SELECT C.ROLEUSER
    FROM PSROLEUSER C
    WHERE C.ROLENAME = 'AAA_DDD_TECHNICAL'

    Hi,
    You can do something like this:
    SELECT  a.roleuser
    ,     a.rolename
    ,     b.opid
    FROM     psroleuser     a
    ,     psoprdefn     b
    ,     psroleuser     c
    WHERE     b.oprid          = a.roleuser
    AND      a.roleuser     = c.roleuser
    AND        c.rolename     = 'AAA_DDD_TECHNICAL'
    ;If the same row in a can match multiple rows in c, then this will cause duplicates in the result set.
    You can make it SELECT DISTINCT , but that would eliminate any duplicate rows your existing query might have produced. If that's a problem, there are work-arounds, but I think they would all involve sub-queries (though not necessarily IN sub-queries), and I'm not hopeful that they would be any simpler or faster than what you're doing now.

  • Running windows vista on notebook, why can the action list not be found?

    same as title.    

    Use the offline installer(s) from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header

  • Need to pause the action

    I have one action with 15 steps . How can the action pause at 7th and 11th step in 5 seconds ? I insert Stop but after the action stops I have to click play button to continue- it takes time. Thanks for your help.

    You can use the built-in action pause playback option but you will need to create two scripts. One to set the option to pause and the second to set it back normal.
    function setPlayback( optionID, seconds ) {
        //stringIDToTypeID('accelerated')
        //stringIDToTypeID('pause')
        // second argument required only when id = pause
        var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putProperty( charIDToTypeID('Prpr'), charIDToTypeID('PbkO') );
            ref.putEnumerated( charIDToTypeID('capp'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
            var optionsDesc = new ActionDescriptor();
            optionsDesc.putEnumerated( stringIDToTypeID('performance'), stringIDToTypeID('performance'), optionID );
            if(seconds!=undefined) optionsDesc.putInteger( stringIDToTypeID('pause'), seconds );
        desc.putObject( charIDToTypeID('T   '), charIDToTypeID('PbkO'), optionsDesc );
        executeAction( charIDToTypeID('setd'), desc, DialogModes.NO );
    setPlayback( stringIDToTypeID('pause') , 5 );
    and
    function setPlayback( optionID, seconds ) {
        //stringIDToTypeID('accelerated')
        //stringIDToTypeID('pause')
        // second argument required only when id = pause
        var desc = new ActionDescriptor();
            var ref = new ActionReference();
            ref.putProperty( charIDToTypeID('Prpr'), charIDToTypeID('PbkO') );
            ref.putEnumerated( charIDToTypeID('capp'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc.putReference( charIDToTypeID('null'), ref );
            var optionsDesc = new ActionDescriptor();
            optionsDesc.putEnumerated( stringIDToTypeID('performance'), stringIDToTypeID('performance'), optionID );
            if(seconds!=undefined) optionsDesc.putInteger( stringIDToTypeID('pause'), seconds );
        desc.putObject( charIDToTypeID('T   '), charIDToTypeID('PbkO'), optionsDesc );
        executeAction( charIDToTypeID('setd'), desc, DialogModes.NO );
    setPlayback( stringIDToTypeID('accelerated') );
    Then where you need the pause have the action run those two scripts.

  • Difference in using the same component made in mxml or action-script

    Hi,
    I made a sample project to show a kind of bug in the SuperTabNavigator component of FlexLib
    In this sample you can see that using the same component (made in both mxml or action-script) can make a difference
    I'm just wondering why ?
    Thanks
    Here is what i've posted :
    What steps will reproduce the problem?
    1. Create a button to dynamically add new tab with icon on a SuperTabNavigator
    2. Click on this button to add new tabs
    What is the expected output?
    - The expected output is tabs added without abnormal behavior
    What do you see instead?
    - Every time a new tab is created the one who had the focus has its content
    (icon + label) moving from the top-left of the tab to its original position
    Please provide any additional information below.
    Configuration:
    - Flex Builder 3 in Eclipse
    - FlexLib 2.3
    Sample:
    (see attached file)
    There is two type of tab, one in action-script and one in mxml
    They both are equal
    - Adding a new action-script tab to SuperTabNavigator works fine
    - Adding the same tab but an mxml one doesn't
    - Adding a new action-script or mxml tab to TabNavigator works fine
    -> meanings that the issue comes with SuperTabNavigator
    - Adding a new mxml tab to both SuperTabNavigator and TabNavigator at the
    same time makes TabNavigator to get the same bad behavior
    Remarks:
    - Tried everything but i'm really stuck
    - Weirdly, removing the PopUpButton correct the issue
    - In the same way if you keep adding action-script tab it automatically scroll to the
    last tab. And if you do the same with mxml tab then it add the tab at the end and
    scroll to the first one.
    => what could be the difference between using action-script or mxml object ?

    Here is one possible solution:
    You can use the ExternalInterface (
    http://livedocs.macromedia.com/flex/2/langref/flash/external/ExternalInterface.html)
    class to communicate with JavaScript. JavaScript can then popup the
    media player very easily like this:
    http://www.webreference.com/programming/javascript/jf/column5/index.html
    The documentation on the ExternalInterface class has a nice
    example (in the bottom of the page) on how to communicate with
    JavaScript in a browser. Hope this helps,
    -george

  • Cannot delete exe files - The action can't be completed because the file is open in Windows Explorer

    We have received 3 new computers with Windows 8.1. All of us 3 have the same problem: we cannot delete exe files with message "The action can't be completed because the file is open in Windows Explorer"
    For example, I download skypeinstall.exe on desktop, install the program correctly and then try to delete the file: file is in use by Windows Explorer, cannot be delete.
    We reboot computer, we are able to delete the file. But, if I restore the file from the recycle bin on the desktop, I cannot delete it again until I reboot the PC. I used ProcessExplorer to see what is locking it and I can see 5 instances of explorer.exe
    locking the file.
    I can always reproduce the same way:
    1-Reboot
    2-Delete exe file
    3-Restore file
    4-Delete stop working and 5 explorer.exe handle are locking it.
    I have tried the following so far after reading multiple threads:
    - De-activating Windows Search service
    - Activating User Experience service
    - Deleting from command prompt (no success)
    - In folder options: inactivate display icon on thumbnail and activate always display icons, never thumbnail
    - Changing folder view (contents, detail, small icons...)
    - Using Lock Hunter - not working until reboot
    None of these worked.
    We all have Windows 8.1 with Crucial SSD drive, could the problem be linked with the SSD drive incompatibility?
    Any help would be appreciated.

    Hi,
    Please try to make a clean boot for your system, then check if this problem resolved.
    Clean Boot: http://support.microsoft.com/kb/929135
    If problem persists, try to open Resource Monitor to check handle of Explorer.exe, if there any exception, end them for test.
    Roger Lu
    TechNet Community Support

  • I am trying to create a button in flash that will display 4 separate images at the same time when clicked.  I can't get the images to stay on when I take the mouse of the button.  I need the actions script code to make this happen.

    I am trying to create a button in flash that will allow the user to click on the button and 4 separate images show up at the same time.  I can get the images to appear when I click the button but they will not stay on the screen.  I need to know what code I use to make the images stay once the button is clicked, then I need to know exactly where I place that code.  It does not appear to be possible to add the action code to the buttons layer since each time I add a new layer I just get another "up" "over" "down" and "hit" line.
    Thank you in advance
    AP

    It is not clear how you are trying to realize this from your description.  If you are trying to create this within a button symbol it will not work.  Explain your approach and if there is code involved, show what you have so far.

  • I can't update the purchases I made with the old Apple I.D. How can I sync my old Apple I.D. with new one?

    I can't update the purchases I made with the old Apple I.D;
    how can I sync my old Apple I.D. with new one?

    Only the Apple ID used to buy an app can update an app. Apple does not merge Apple IDs and Apple does not transfer content biught with one ID to another ID.

  • Can i cancel the eraser of my iphone done by icloud? i lost my iphone and do the eraser, but i have get it back, and i want to cancel the action. Can i do that? and How?

    I lost my iphone, and then I said to iclou to eraser the iphone whet it get internet, but after some days I managed to get it back. I tries to cancel the action, but i cant. The problen is that my computer is broken and I cant get back the Backup. What can i do? Where I have to send a Email o call? Can Anybody help me?
    Thanks.

    Thanks for all.
    Finally i did all with Itunes of a friend. I did the backup of my phone, i autorithez the computer, tranfer all the buys. Then i conect the iphone to the internet, get eraser. And then restore with the backup. And all done.
    Nothing of phoneview or same similar programs.

  • How can I visualize all the visits I made to a specific webpage?

    Hello.
    In case I visited a web page several times, how can I see all the visits I made to this page? The data I get in History is the Visit date (which is the last visit date) and the Count, but I would like to see the date and time of all the visits to this web page. I found a program (MozillaHistoryView) that gives me the first and the last visit date, but still I do not see the intermediary visits. (The file I use to get the data is a history.dat file).
    Does anybody have an answer?
    Thanks.

    You could use Global Search (Ctrl-K) and enter the address or name, then filter the results by checking the appropriate box for Filters or People.

  • Tried to "Open As" in PS a NEF file I modified in LR.  Got the following error message:  "Could not complete your request because the file format module cannot parse the file."  I can "Open" the file in PS, but then the changes I made in LR (and saved in

    Tried to "Open As" in PS a NEF file I modified in LR.  Got the following error message:  "Could not complete your request because the file format module cannot parse the file."  I can "Open" the file in PS, but then the changes I made in LR (and saved in the associated meta data file with the "Control S" command) are not applied to the opened PS file.  HELP!

    If you are working with a file you modified in Lightroom, you should go to the Lightroom Photo menu and choose Edit in... and the version of Photoshop you want to open it in.
    There a dialog will ask if you want to transfer the LR settings you made to your photo when you open in Photoshop.
    Gene

Maybe you are looking for

  • Access local disk via Java Web Start??

    HI all , I had saw the JWS document. It indicate we can't access local disk via JWS in that Security. If I need to access local disk by command, does anyone have better suggestion. And can I run *.bat via Java Web Start? Thanks very much for your hel

  • ThinkVision L2250pwd drivers?

    Hi, i am looking for drivers for my ThinkVision L2250pwd monitor. i couldnt find anywhere. there is files in lenovo support page but it couldnt install. http://support.lenovo.com/us/en/downloads/migr-73607 Machine Type : 2572-HB6 there is a CD came w

  • Automatic Zoom Does Not Work

    I have an answers report (dashboard) in obiee 11g with a map, when i do drill down over the map or over the data the map always stay static, in other dashboard that uses other map tile layer it works doing zoom automatically to the area selectionated

  • Adobe X and OLE

    Hi, we have some Problems in our Network. We cant open OLE linked files. For Example: We want to open a PDF File which is included in an Word file. But it dont work. It close without an error. Greetings

  • Error Log in E-Commerce CRM B2B with SU01 user

    Hi guys, I´m configured ISAUser Admin with value "CRM_SU01UserID" for component usertype in http: //server:port/isauseradm/admin/xcm/init.do. Also I´m configured my scenario B2B with value "CRM_SU01UserID" in component usertype. In rute Customer Rela