Quantcast
Channel: Adobe Community : Popular Discussions - Configurator
Viewing all 33987 articles
Browse latest View live

Configurator 2 and PS actions

$
0
0

I've created several panels successfully using Configurator 2, but I'm not able to get any of my panels to activate the actions I try to designate to go with the action buttons on my panels. In the Configuator UI, I drag the action button on to the new panel, fill in the fields on the right side of configurator naming the action set and specific action I want to invoke, but when I export the panel and load it in to CS5, the action button does nothing.

 

Am I missing something? Any thoughts or suggestions would be appreciated.

 

BTW, I'm running CS5 in 64-bit mode on a Mac.

 

Thanks,

 

Mark


HELP... Fastforward bar or button in swf player?

$
0
0

The widget for the swf player works fantastic in photoshop only the video is around 3 hours long, I have no idea how to "splice the mov" i've looked everywhere until i'm blue in the face for MONTHS, I gave up and started using another monitor and my laptop in the front like I was in a "classroom" I'm back to using configurator again and I love it naturaly but theres no fast forward button, and i'm like ok how do I make a gpc extension or a widget or something or download a player and make it into a widget? to work in here.  I don't want photohsop CS5 I'm disability and broke hense why I'm trying so darn hard to get this done and out of the way.  You can make extensions in flash and flex but I don't own flex and I really don't want to try to learn how to hack into things, I"m really seriously broke here trying to put myself through college and to make a long story short if anyone could help, or has the heart to help pelase let me know. NAPP didn't have a clue, its been over a year since I asked how to get a 'fast forward button on the player itself', i'm at a loss. I know 1.0 will do that I just am no programer and unless I pay someone to do a tutorial I don't know.  It's frustrating and right now I'd rather find a teacher or anything but I can spend hundreds of dollars like I used to if I had it and get quite frankly no where since everyone I asked was a dead end.  So since this is for configurator I'll post this here?  If I have to get flex fine, but it would be cheaper since I only want this ONE THING to do the free trial and have someone that has a tutorial.  All i want is a button, I can download MOV players and make them flv... I downloaded the file as an FLV but then the gpc extension, is there a place I can buy one that would work, where, how?  I'm not an idiot but I honestly am just tired of looking, and getting "i don't know" answers.

Foreground/Background

Configurator 4 error when exporting to PS CC

$
0
0

I have a panel which exports fine to CS6 with both Configurator 3 and 4. But when converting it to CC and trying to export, I get this error:

 

"When attempting to sign panel - could not load keystore file (password may be incorrect)."

 

The password is indeed correct (it works when exporting to CS6). I've tried both Java 7 and 6. Internet connection is working, and Configurator has firewall permissions.

I also tried on another computer, but with same result. The problem also happens with a clean new CC panel.

 

OS: Windows 7 64bit

 

Has anyone been able to export to CC with Configurator 4?

Configurator for Photoshop CS4???? Where is 1.0?

$
0
0

Hi, I have Photoshop CS4, and recently lost my custom panels because I restored my OS and lost a few applications. I would like to re-build a new panel for CS4, but I'm not sure how to do it anymore. I can't find a Configurator that is compatible to CS4. Apparently 1.0 isn't downloadable anymore?? I paid ALOT of money for my Creative Suite years ago and hope that they haven't made this plug-in option obsolete. Can anyone help??

Need Configurator 2 for CS4

$
0
0

Hi guys,

 

I know this sounds silly, but I need Configurator 2 for CS4 Photoshop. Its needed for supporting old panel.. so if someone can send me a link that would be awesome. I saw link for Configurator 3, and know that configurator is generally dead... but I need this one (v2)

 

Thanks.

How do I configure a form from online to Adobe

$
0
0

 

The document you are trying to load requires Adobe Reader 8 or higher. You may not have the Adobe Reader installed or your viewing environment may not be properly configured to use Adobe Reader.

For information on how to install Adobe Reader and configure your viewing environment please see http://www.adobe.com/go/pdf_forms_configure.

 

 

 

 

THis this is what I keep reading when trying to get form

Where can I get Configurator 2? I still use Photoshop CS4

$
0
0

Is there still a download link to Configurator 2?

Or can someone maybe uplaod it somewhere?

 

Thanks!


Passing arguments to script?

$
0
0

Greetings,

 

Can a custom panel have a button that invokes a file chooser dialog which file name/path is then passed as an argument to a script that we then invoke?

 

Background info.. I'm learning photoshop and I managed to learn about variables and then actions on folders to create custom Christmas cards which basically use many layers to rasterize and create a fancy font. Candy Christmas Glass Ball Photoshop Text Tutorial - Photoshop tutorial | PSDDude

 

Since I now need to have the text scale its font size based on the number of characters I'm into scripting something up.

I have the components for this now and I would need to be able to deploy this to the field, for my colleagues, thus I'd like to wrap this into a slick and easy to use panel wherein once installed the user sees a panel with three buttons labeled 'csv file', 'output folder' and 'Run'. It seems as of now that I'd need to make the ui in HTML however before I start down that path I'm hoping someone can tell me if all this is at all doable in v4?

 

Thank YOU!

 

Antoine

Photoshop panel scripts not working

$
0
0

I made a photoshop panel using configurator 4 for for photoshop CS6. It has tools, commands, and scripts. The scripts I created and tested it on Adobe Extenscript Toolkit and it worked fine on photoshop. But when I exported it as a zxp file and installed it as a panel inside photoshop, here is what happened:

1. The tools and commands all worked fine.

2. The "script files" are not working or responding. However, if i connect my portable hard drive where i saved those scripts then that's the time that the buttons will be working.

3. So what I thought would solve this is to copy and paste my codes as "script" inside configurator so that it will not be referencing to an external file. But then the buttons are not working.

 

I did a complete uninstall and reinstall of the zxp file and came up with similar results on all 3 points mentioned above. So I cannot install the panel in the office because it means I need to keep bringing my external drive to work for my panel to function.

 

Am I missing something here or did I made the wrong step?

Include external script file for use with multiple script buttons in Configurator 4?

$
0
0

I'm trying to use Configurator 4 to create a flash panel that will be compatible with Photoshop CS6.  I need to include some JSX script files.  I can see how to link a single script to a button using the "script file" button.  However, I'm reusing the same code across a large number of buttons.  I'd prefer to include that code and then just create buttons with simple function calls to execute the common code.  However, I just can't figure out how to do that.  Is there some code I could put in the "on panel initialization" that could make the functions available to other script buttons?   I've tried //@include 'jsx/myscript.jsx';, but get an IO error (I'm not sure how to write the relative path to my script, but a similar approach seems to work for the script file button, just not when I put script right into the Configurator panel).  

Adobe Configurator 1.0 (Cs4)? Why only for Cs5-Cs6?

$
0
0

The most of the Cs4 user wich to have the first Version.

Where we can get Adobe Configurator 1.0 for CS4 yet?

 

Is there someone who want to share it, maybe a privat host???

 

Thanks for any help!

Configurator 2 download link?

$
0
0

Anyone can share a copy of Configurator 2 for CS5? Configurator 4 doesn't seem to work with CS5 anymore.

 

Thanks,

Frank

Configurator 1.0 download for CS4?

$
0
0

Hi all,

 

I'm looking for a way to download Configurator 1.0 to develop custom panels for Photoshop CS4. Looks like 1.0 has been removed from the product page. Anyone know where I can find it?

 

Thanks!

Syncronizing Layer Comps and Layer Groups?

$
0
0

Can you update a layer comp automatically which is linked to a layer group ? When layers are added or removed within the group it would reflect on the layer comp assigned to that group.  Removing the need to refresh the layer comp each time to speed up work flow ?

 

Let me explain more in detail suppose I create (4) Layers now I assign those (4) layers to a Layer Group then I create a Layer Comp which is associated with the Layer Group, if I add or remove layers within the Layer Group it is reflected on the Layer Comp and the Layer Comp gets updated automatically, eliminating the need to refresh the layer comp. I've asked this in the Photoshop Scripting forum but no reply unless someone can mention a work flow or technique that is almost if not the same as what I had mentioned ?


syntax error: bad digit in number

$
0
0

I made a panel for ID cs5, the panel and buttons work fine.

But in the panel is one button with a script, if i click this button i get an syntax error, bad digit in number.

The script works fine on its own but not from the panel.

 

Any help is very much appreciated

 

thnx

 

Harald

problem export the panel

$
0
0

Hi all,

 

I am trying to export the panel but it shows error: Canot export panel to PS...plug ins...panels. Can help?

 

Kim Hui

HTML Widget interaction with Photoshop

$
0
0

Hey guys,

 

I'm trying to create a little PS plugin and I consider HTML/CSS/JavaScript the best developing enviroment for me, it would be great if I could use just HTML Widget for the whole project.

 

But I could't find out if this widget can do some essential things:

 

  1. JavaScript in HTML widget can react on "ThemeChangedEvent", can he do the same for other Photoshop events? For example for rendering name of current layer right after it was selected.
  2. I know it's possible to invoke Photoshop API code ("_AdobeInvokeScript()"), but can I actually get some data from this script to my HTML? For example for rendering all layer names in my html.

 

I hope it's not a problem do this stuff. I look forward for your response.

 

Thank you,

 

Adam

Where is Adobe?

$
0
0

I, amonst others have unanswered questions in this forum. It would be nice if there was more active support here from Adobe.

PERFECT solution to Photoshop CC2014 configurator problem

$
0
0

Actually, this is the PERFECT solution to Photoshop CC2014 lack of configurator problem.

 

I looked around for some program that could put up a window on screen with a row of 'buttons' that you could could program and click on like configurator.

There may be one, but I couldn't find it. So I did a bit of lateral thinking and bought an external device that that has rows of real buttons that you canprogram with whatever keystroke combinations to like.


I bought a RAZER ORBWEAVER which is as gaming device, but works perfectly with Photoshop - Windows or Mac - and any other software you want shortcuts for. You can get them on Amazon for about $100 though I actually got mine on eBay. There are cheaper similar devices, but the Orbweaver seems pretty tough and gets good reviews. If there isn't a key shortcut for what you want to do, simply go to Edit/Keyboard Shortcuts in Photoshop CC2014 and create one (making sure you use a combination that isn't already in use) Then it's simply a matter of programming the 20 buttons on the Orbweaver to your chosen keystrokes. I have printed a chart to remind me of all the settings.


This means too, that no matter what Adobe do to future software (apart from eliminating ALL keystrokes) this solution is future proof.

keys.jpg

Viewing all 33987 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>