Toggle the Custom Actions

Hello

I read questions similar to this topic, but still can't find the right way to do it.

It's actually very simple.  I want to set the Custom Actions to the Actions menu for a host.

I want to be able to turn them off, if the config.ipmii is set (! = null).

I found in the samples that you can add a conditional property to the actionSpec

config.template < conditionalProperty > < / conditionalProperty >

The config.template is a Boolean value, then returns the expected true or false.  Easy.

But I want to check if the config.ipmi (object) is null.  I tried to write the statement:

< conditionalProperty >! config.IPMI < conditionalProperty >

or

config.IPMI! = null < conditionalProperty > < / conditionalProperty >

but both are ignored.  Can someone tell me please the syntax I use for this?

Thank you very much

Cathy

My bad, the operator of negation has been added in 5.5 SDK is available this month.

If you must use 5.1 for your plugin workaround is to use a dummy property name, such as configIpmiNotDefined and write a PropertyProviderAdapter this property of handling and returning a value true or false, after reading the config.ipmi of a host. The Web Client Platform will call adapter trying to find the value of configIpmiNotDefined.

See samples/vsphereviews/vsphere-wssdk-provider/src/main/java/com/vmware/samples/wssdkprovider/VmDataProviderImpl.java.java for an example of a property provider using vSphere SDK for Web Services to access data of vSphere.  In your case, the target type will be "HostSystem' instead of 'VirtualMachine '.

Tags: VMware

Similar Questions

  • I can't watch the custom action

    I use Microsoft Dynamics Nav 2015.When I create my custom action, I can listen to samples, but when I run the page it desapears.

    Hello

    Your Question is beyond the scope of this community.

    Repost in the Microsoft Dynamics community.

    https://community.dynamics.com/f

    See you soon.

  • How to change the step of the custom action?

    Hi, I use Photoshop CC 2015 and I want to change the property of a single step in a custom action. A lot of people through the internet said that if you double-click on a step, you can change the properties. But when I do this, he plays just this step (not all the action, just that step). What is the right way?

    Specifically, I would like to change the properties of this step:

    Screen Shot 2015-09-02 at 10.12.57 AM.png

    I like to "Select the front layer WITH Make Invisible"

    Now when you choose Select layer front/rear, it ignores the invisible layers. I would like to go to the next layer, even if the layer is invisible. If anyone know the shortcut keyboard for that... then I will not need to change the step!


    Thank you!

    Hello, when you double click you can have an option to change if you have something like a fit, with parameters.

    In your case, I think you can fix record this step. First, make a copy of your action, just in case something is wrong and then:

    -first uncheck the check box for all the step after that you want to save again.

    -remove the step you need to register again;

    -Run your action on a single file. It stops at the last stage before the one you need to register again;

    -Click on the Begin record button in the Actions Panel;

    -make your step again with the options you need.

    -Click the button to Stop recording.

    -Check the checkbox for all the steps and action should be ready again.

  • Cannot get the stream being the custom when integrating with ISDK 20.2.3 Action

    Hello

    I'm trying to integrate my project with Autovue using ISDK 20.2.3. When you try to view a document I could not get the flow in my custom action process. Ideally, the stream should come in the execute method of the CustomOpenAction class that is saved in the web.xml file. At the start of my application server, I get the below error. I suspect that this could be the reason for not having flow in my class of the Custom Action. Do we need to define an additional property or the path beforehand.

    Since the log below, it is obvious that listing other elements go well.

    Please help get the flow of my custom classes so that I can continue my development.

    INFO [ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -> com.primavera.integration.autovue.DMSVuelink@6fbab89e::init()

    INFO [ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Initialzing Decrypter... (Please wait)

    INFO [ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Initialized Decrypter.

    INFO [ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Vuelink has been activated to connect using SSL.

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -context record DMS

    ERROR [ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?)-failed to verify or update null java.lang.NullPointerException

    at java.util.Hashtable.put(Hashtable.java:514)

    at com.cimmetry.vuelink.context.GenericContext.setInitParameter (unknown Source)

    at com.cimmetry.vuelink.Vuelink.registerDMSContext (unknown Source)

    at com.cimmetry.vuelink.Vuelink.init (unknown Source)

    at com.primavera.integration.autovue.DMSVuelink.init(DMSVuelink.java:22)

    at javax.servlet.GenericServlet.init(GenericServlet.java:240)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:337)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:288)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

    at weblogic.servlet.internal.StubSecurityHelper.initServletInstance(StubSecurityHelper.java:98)

    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:86)

    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:71)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:57)

    to weblogic.servlet.internal.StubLifecycleHelper. < init > (StubLifecycleHelper.java:31)

    at weblogic.servlet.internal.ServletStubImpl.initStubLifecycleHelper(ServletStubImpl.java:660)

    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:600)

    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1979)

    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1956)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1846)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2876)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1661)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:823)

    to weblogic.application.internal.ExtensibleModuleWrapper$ StartStateChange.next (ExtensibleModuleWrapper.java:360)

    to weblogic.application.internal.ExtensibleModuleWrapper$ StartStateChange.next (ExtensibleModuleWrapper.java:356)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.ExtensibleModuleWrapper.start(ExtensibleModuleWrapper.java:138)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:124)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:216)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:211)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:73)

    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:24)

    to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:729)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:42)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:258)

    at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:48)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:165)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:226)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:418)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:210)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:118)

    at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:78)

    at sun.reflect.GeneratedMethodAccessor6.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at org.glassfish.hk2.utilities.reflection.ReflectionHelper.invoke(ReflectionHelper.java:1017)

    at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:388)

    at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:430)

    at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)

    at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)

    at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)

    at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)

    at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)

    at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:606)

    at org.jvnet.hk2.internal.ThreeThirtyResolver.resolve(ThreeThirtyResolver.java:77)

    at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:231)

    at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:254)

    at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:413)

    at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)

    at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)

    at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)

    at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)

    at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)

    at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)

    to org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$ QueueRunner.oneJob (CurrentTaskFuture.java:1162)

    to org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$ QueueRunner.run (CurrentTaskFuture.java:1147)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:548)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:311)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:263)

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -DMS saved context: com.p

    rimavera.integration.autovue.context.DMSContextImpl

    DEBUG [ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -actions of the DMS registration

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Registered DMS action com.pri

    mavera.integration.autovue.actions.DMSActionSave

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Registered DMS action com.pri

    mavera.integration.autovue.actions.DMSActionSetProperties

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Registered DMS action com.pri

    mavera.integration.autovue.actions.DMSActionGetProperties

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Registered DMS action com.pri

    mavera.integration.autovue.actions.DMSActionDownload

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Registered DMS action com.pri

    mavera.integration.autovue.actions.DMSActionDelete

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -Registered DMS action com.pri

    mavera.integration.autovue.actions.DMSActionOpen

    DEBUG [[ACTIVE] ExecuteThread: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -registered stock DMS

    INFO [ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default"] (?:?) -<-com.primavera.integratio

    n.autovue.DMSVuelink@6fbab89e::init()

    ==========================================================================================================================

    This means generally that the deployment descriptor is not properly built

    Please check the deployment descriptor and please make sure that all required arguments are entered

    This is nothing new, as the ISDK 20.2.3 is the SAME as previous versions

  • custom action builds without error

    All,

    I am trying to create a custom action where it administers all events/alarms to another server for processing.  First, create a rule that implements the custom action, where the action is supposed to be triggered on every event/alarm.  The custom action will then take the event and move on to another server via a raw socket and made a simple handshake with sha1 base 64.  I welcomed for groovy and java during the construction of the custom action and it builds just fine without error.  However, when I install cartridge and turn on the rule, the server receives nothing and I do not see the log entries.

    Build.XML I had to ad a taskdef to groovyc and add a different path to the jar file.  I enclose my Ant and source files.  Any help to find where I'm wrong well would be apprieciated.  I think that the problem is around the keyword implents and how I created that, but I'm not sure.

    Thanks for any help!

    Can you please post screenshots of this rule?

    There is a rule of Foglight making snmp with impatience that sends snmp traps to another http://en.community.dell.com/techcenter/performance-monitoring/foglight-administrators/w/admins-wiki/5567.event-driven-rules-snmp-forwardserver.  I don't know how your rule is constructed, but the simplest can be copy that snmp before rule, rename it simply to put your action and see if it works. At least the starting point will be a tested rule that works in several sites.

    Golan

  • Email campaign customer Actions took

    Hello

    Can someone explain the customer Action taken and how I could make use of this information when sending email campaigns?

    Any help will be greatly received

    Thank you

    Tom Kelly

    Screenshot 2015-03-23 18.25.49.png

    Customer actions told us how the campaign was.

  • using the key to toggle the button and retain a mechanical Action

    I'll put in place to control the race of a stepper motor and I have 2 buttons for jogging forward and backward to jogging. These buttons have the mouse down and mouse events sends commands to the motor controller. The mechanical action of the buttons are set to release the latch.

    I would also use the previous Page and Next Page on the keyboard to toggle these keys. But I would like the button to act in the same way that the mouse when the button is pressed and held the button remains pressed and released with the release of the key.

    However when I press on and press and hold the button continues to activate / deactivate. Is has something to do with the repeat button, but I don't know how to operate it. Any advice would be appreciated.

    I've attached an example of how I started. The mouse down press the reverse button opens a dialog box, but the key does not work and when the key is held down the button flashes. Page Up for forward and Down to the opposite Page.

    Concerning

    Terry

    Simply use another event and manages press button from the bottom to the top in the same way. The button using local variables while active, you can switch to event.

    I don't know why you use latch action. Why not with the button until this that released and value change events?

  • How to fix "error 2738... could not access VBScript runtime for custom action' tries to apply the update to my service of Incredimail.

    How to solve the following problem found while trying to download an upgrade of my Service of Incredimail.

    "Error 2738...". could not access VBScript runtime for custom action"

    The most likely cause is the antivirus bloocking the script.

    Check your AV settings (AV is?)

  • I try to install an air 320u sierra wireless card and I get an error message "could not access vb run time for custom action script. Cannot install the Manager of mobile broadband services.

    could not access vb run time for custom action script

    I try to install an air 320u sierra wireless card and I get an error message "could not access vb run time for custom action script.  Cannot install the Manager of mobile broadband services.  Any ideas?

    Hello

    I suggest you run the fixit and see if it helps:

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall

    Also check out this link:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-windows_programs/error-2738-could-not-access-VBScript-run-time-for/1a4499ae-8bc1-4534-9c6f-4d399ac70d9a

    It will be useful.

  • Problem of uninstalling with the error 'could not access VBScript Runtime for custom action'

    I'm having a problem uninstall a program. I'm getting repeatedly blocked in error: "could not access VBScript Runtime for custom action.  That means this error in uninstall a program? Would appreciate a fix for this. The program is called Soluto.  Thank you.

    P.S. I tried as admin and type regsvr32 vbscript.dll then regsvr32 jscript.dll in the command prompt.

    As well as their registration as an administrator, you may need to remove the entries for them in HKEY_CURRENT_USER.

    See:

    http://blogs.msdn.com/b/astebner/archive/2007/06/07/3151752.aspx

    Also, make sure that your antivirus software is not blocking scripts.

  • How to add the custom button on the action bar

    Hey guyzz how create a button custom action so bar showTabsOnActionBar: false as the search bar in the Blackberry world button and play in the music player

    It would be the signature action, available since 10.3
    https://developer.BlackBerry.com/native/reference/Cascades/bb__cascades__actionbarplacement.html#ENU...

  • Error 2738 - could not access VBScript Runtime for custom action during the INSTALLATION of broadband dongle by distribution VODAFONE K3565 rev2. ON WINDOWS 7 PREMIUM

    Whenever I try to install a dongle broadband PAYG Vodafone K3565 rev2, I get an error message; -error 2738 - could not access VBScript Runtime for custom action. I am running Windows 7 Home Premium on a Samsung R522 again.
    I found that I got the same error message when I tried to install INCREDIMAIL on the same computer laptop.

    On the vodafone website, I found a resolution the resolution I found was;

    1. run command prompt as administrator
    1.1 Start Menu-> all programs-> Accessories
    1.2 right-click on command prompt and select run as administrator of

    2. If you are using the 32-bit version of Windows:
    Type cd %windir%\system32 in the command prompt and press ENTER.

    If you are using the 64 bit version of Windows:
    Type cd %windir%\syswow64 in the command prompt and press ENTER.

    3. type regsvr32 vbscript.dll in the command prompt, and then press ENTER.

    When I tried this, I got a message that this had been done but I tried to install the programs and even once, they both failed and I got the same error as before.

    Can anyone help?

    Well... It has been a week. I know too much now.

    ATTENTION: This field is very complicated AND there are too many incorrect analyses out there.

    The problem for me is (FOCUSED) that the current user HK had entires THAT SHOULDN'T BE!

    The computer settings are found under the Local Machine of HK. HKLM must be correct.

    Procedure: REMOVE all entries in HKCU. Correct path the InprocServer32 value.

    My specific (2738) error occurred trying to find "vbscript.dll" (aka "\{B54F3741-5B07-11cf-A4B0-00AA004A55E8"})

    Some antivirus software redirects requests for certain things by herself (aka 'diversion'). If the

    InprocServer32 is EMPTY (in HKCU - for me). All of the solution has been to remove the HKCU entries.

    Another little attention is: (for example) vbscript.dll has several references (app, authorization, RegExp)

    so be on the lookout for the 2 and 3, as well.

    \{B54F3741-5B07-11CF-A4B0-00AA004A55E8}

    \{B54F3742-5B07-11CF-A4B0-00AA004A55E8}

    \{B54F3743-5B07-11CF-A4B0-00AA004A55E8}

    I removed the entries in HKCU. Run the error code again. (Mine = .msi)

    This information is redundant. Gokul T response (upstairs) was correct. It does not sink into my head when I read it. But this thread was open the door to the solution for me.

    Thank you...

  • When installing or uninstalling the software get error 2378 - could not access VBScript Runtime for custom action

    I get error 2378 could not access VBScript Runtime for custom action, when I try to install the software and uninstalling some software.

    I tried several online for regsvr32 vbscript.dll fixes and nothing has helped.

    I tried to remove the keys from HKCU\Software\Wow6432Node and it is said that they do not exist.

    I have registered the VBScript engine in the folder it is installed, said successful but still does not work.

    I tried with run as administrator of the command-line also.

    It is a Dell laptop with Windows 7 Home Premium 64 - bit.

    Any suggestion would be appreciated.

    Thank you

    Oldestman

    Hello

    What operating system is installed on your computer?

    Method 1: This error message indicates that the VBScript engine is not currently registered on the machine where the installation/uninstallation. I suggest to try the steps below and check if the problem is resolved. If you have already tried these steps then we do know.

    Delete the registry following key then save the VBScript code and check if that helps:

    Step 1:  If you have a 64-bit operating system, you must follow these steps:

    a. Click Start and type cmd in the box start the search.

    b. right click on cmd in the list programs, and then click Run as administrator.

    c. at the command prompt, type the following command and press ENTER:

    reg delete "HKCU\SOFTWARE\Classes\Wow6432Node\CLSID\ {B54F3741-5B07-11CF-A4B0-00AA004A55E8}" / f

    If you have a 32-bit operating system, you must follow these steps:

    a. Click Start and type cmd in the box start the search.

    b. right click on cmd in the list programs, and then click Run as administrator.

    c. at the command prompt, type the following command and press ENTER:

    Reg delete "HKCU\SOFTWARE\Classes\CLSID\" /f {B54F3741-5B07-11CF-A4B0-00AA004A55E8}

    Step 2: Register VBScript by following the steps below:

    a. Click Start and type cmd in the box start the search.

    b. right click on cmd in the list programs, and then click Run as administrator.

    If you are prompted for an administrator password or a confirmation, type your password or click on continue

    c. at the command prompt, type the following command and press ENTER:

    If you are using32 bit version of Windows, and then run the following command:

    regsvr32 vbscript.dll

    If you are using64 bit version of Windows, and then run the following commands:

    %windir%\syswow64 CD

    regsvr32 vbscript.dll

    d. after the command is executed successfully, try to install

    Method 2: Diagnose and correct program installation and uninstallation of the problems automatically

    http://support.Microsoft.com/mats/Program_Install_and_Uninstall

  • What is toggle the State of all controls in action?

    Unchecking an action brings up a box of 'it will toggle the status of all orders in this action, it is not feasible.  I unfortunately de-activted action by unchecking it.  What is this feature and why is it not somehow reversible?  Thank you

    This message occurs only when you click the checkbox on the left of a name of the name of action game action.  It's probably something you don't want to. It a warning message. It can not be canceled automatically.

  • I want to use the custom pattern, actions ets... But I can not find custom files to [presets &gt; model] or [presets &gt; actions]... Where should you put these files?

    I want to use the custom pattern, actions ets... But I can not find custom files to [presets > model] or [presets > actions]... Where do I put these files?

    If you're on a PC - C:\Users\ [username] \AppData\Roaming\Adobe\Adobe Photoshop CC 2015\Presets

Maybe you are looking for

  • Hello, new Member... need help ;)

    Bought v3-771 acer two days ago tried to register several times without success would be very gratfull for advice cordially spitfire789

  • Values discrete table slide

    Hello. I have a 1 d array of double for example [1, 2.5, 3, 6,8, 10] and I would do a regulator to behind the scenes, where the user can choose only those exact values. Please note that this example vector is very low and in fact I vector 'time' it h

  • Driver for scanner 6678-ava acer for vista

    I need a driver for VISTA scanner acer 6678-ava

  • Installation of the cartridges

    I bought an Officejet 4620 demo on clearance and basically he came with nothing.  It lights up, but it calls for installing ink cartridges.  I didn't know that I was basically buying a paper weight. with over ink installation cartridges, it seems unn

  • AP Installation instructions

    Hi guys,. Nice day! I install a 2 x Wireless AP (1242-AG) in the room square of 60 m, I will install it in both ends of the room. My question is what are the guidelines that I will study in a situation like this, for example, channels to use, duplica