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

Problem with an embedded script in panel with Photoshop CS6

$
0
0

Hello,

 

I have rebuild one of my panel for CS6 to publish it in Agora but I have a big problem.

I have "export(ed) my panel as a CS extension"., have installed the ZXP file but i can't find the panel in the subfolder../Plugins/Panels.

The problem is that I have embedded a script in my panel to open files located into the "configuratorpanel.assets". It can't work because the files are not on the same place as a normal export.

 

Here is sample of my code to understand  :

"

//---------------------------------------------------

//Localized Path to the plug-ins folder

//---------------------------------------------------/

var strPlugInsFolderDirectory = localize( "$$$/LocalizedFilenames.xml/SourceDirectoryName/id/Extras/[LOCALE]/[LOCALE]_Plug-ins/valu e=Plug-ins" );

//---------------------------------------------------

 

 

// Open the Edges Collections directory

 

 

var strEdgeFXFolder = Folder(app.path.toString() + "/" + strPlugInsFolderDirectory + "/Panels/edgeFX/Content/edgeFX.assets/Edges%20Collections/");

 

 

var edgeFXFile = strEdgeFXFolder .openDlg("Choose the egde you want to apply","JPEG/PNG:*JPG;*.JPEG;*.JPE;*.PNG");

open (edgeFXFile)"

 

Many thanks for your help.

 

Sebastien


Configurator 4 Export Panel As Extension (ZXP File) error

$
0
0

I Make a great Menu and Exported the file and it works great on my laptop.

but i want to use this panel at work. when i export as an Extension,(zxp file) i get an error: Cannot Export the Panel To  /users/user/Desktop/

how can i get this menu to my computer at work?

 

can i manually install the Actions (the panel uses) and then copy files from the "Panels" folder?

 

I set up the Certificate, created a password and linked it. but i think my path to java might be wrong

Please help at work I only have one shot at this because we have an IT guy with no knowledge.

 

Mac OS El Captain PS6

 

Thanks1

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?

Including Action

$
0
0
When making an .mxp file to share, the actions that I call for are not included with the package. Thus the panel does not work for the user who installs the .mxp file. Originally the action files were located in my own folder.That did not work. Copied the required action files to Photoshop/Presets/Actions. Built everything anew. Did not work. Copied action files to Panel/mypanel/content. Repeat - did not work.

Do I have to include a copy of my actions with the .mxp file and have the user install them? That does not sound right. How do I get my actions to be included with the .mxp file so that they are installed on the users machine?

Larry

Configurator cs4 panel vertical resize limit

$
0
0

Hi,

 

Maybe this has been mentionned before but when I try to make a custom panel for photoshop Cs4,

the panel appears to have a vertical limit when resizing which is much larger than the one I've initially created.

 

For example this one has been created at 71 x 94 and cannot be resized vertically anymore than the screenshot .

Docked or not is the same thing

resize.png

I have  also tried other sizes for the original panel.

 

Anyone has an idea?

 

Thanks,

Marc

Panel problem: Lost keyboard focus in Photoshop on Mac OSX

$
0
0

Some background: I making a plugin that consists of some photoshop scripts and a panel created in Adobe Configurator. Basically the panel has some buttons which executes some functions in the script. The plugin is described in greater detail and can be downloaded here http://lumens.se/tychpanel

 

The problem: To reproduce the problem, do the following:

  • Give the panel focus by clicking somewhere on it.
  • Switch to another application, then back to Photoshop. Keyboard focus is lost.

 

Any ideas why this happens, and what to do about it?

 

Note: this is somewhat of a cross-post started at http://www.ps-scripts.com/bb/viewtopic.php?f=2&t=4021&sid=d3c3d77dd128984f8ee30252f0f4cf2a however, as I think it's more of a Configurator / Panel issue rather than a scripting issue I'm now asking here as well.

Create a panel to switch to favorite brush quickly

$
0
0

I'd created a demo panel by configurator which can put a list of your favorite brush and switch them quickly.

 

screenshot.24-09-2011 10.34.59.jpg

 

Left is an image widget, picture is clip from screen shot of brush manager.

Right is a script button with script code like these:

 

    var V1 = new ActionDescriptor();    var V2 = new ActionReference();    V2.putName(charIDToTypeID("Brsh"), "Soft Round");    V1.putReference(charIDToTypeID("null"), V2);    executeAction(charIDToTypeID("slct"), V1, DialogModes.NO);

InDesign CS6 down to CS5

$
0
0

Hi all,

 

How do you downgrade an InDesign CS6 configurator panel to CS5?

 

Do you have to start from scratch?

 

Best to you,

 

Mike Witherell, Adobe Certified Expert


Why won't my scripts work on another computer

$
0
0

I have a bunch of javascipts that worked in the previous version of configurator, but now wont export right. I know it is a path thing, but how do I get configurator to export the right path to the script?

 

For example I have a button that I want to run this script

 

LTS_Select Folder Of Images.jsx

 

but when I select it from configurator I get this

 

/Users/kevin/Desktop/retouchme/retouchme.assets/LTS_Select Folder Of Images.jsx

 

I want it to work on multiple machines, and not sure how I can make it export correctly


Action button "icon visibility" doesn't toggle

$
0
0

Just downloaded and installed Configurator 4.0.

 

Noticed that the "Icon Visibilitly" toggle at the bottom of the Panel pane in the Style section doesn't work when creating a PS CC panel.  Whether it's set to "Yes" or "No" the icon shows on the finished panel.  Script button and Script File button icon visibility toggle normally, but Action button does not.  Has anyone else experienced this.  This "icon visibility" toggle seems to work correctly when creating a CS6 panel.

 

Running Configurator on WIndow 7 64-bit.

Toggle on/off "Snap Vector Tools and Transforms to Pixel Grid" ?

$
0
0

I'm using Adobe configurator 4 for Photoshop CC and wonder if it's possible to add a button to enable/disable the "Snap Vector Tools and Transforms to Pixel Grid" option (located into the preference > Interface opt. menu) without opening the preference menu (manual or auto).

If there is a way to do it right, could someone explain me how please ?

Thanks a lot

JavaScript code was missing (Configurator 2 file to 3)...

$
0
0

Hi Everyone...

 

I just opened a Configurator 2 file in the new 3.1 and converted it to CS6.  Now I'm getting a "JavaScript code was missing" error when I attempt to run 'Image Processor' and 'Load files into stack' scripts.  These were working just fine previously.  Unfortunately we don't have an older backup of the Configurator 2 file.

 

Does anyone know of a fix for this?  A quick online search discussed a possible issue with the hard drive sharing the same name as something or other.  I can't see how it worked before and doesn't work now.  The only thing we did was open it in the latest version and convert to CS6.

 

Note: We have even tried removing the old button and have replaced it with the new Configurator 3 buttons.  Still doesn't work.

 

Very frustrating... and yes, it's my fault I didn't have a backup of the original Configurator 2 file.

If you're having problems making an extension for Photoshop CS6 with Configurator 3..

$
0
0

I was going to ask for help here, but before posting I decided to try one last experiment to see if it would work. Yesterday I tried making a simple one button panel inside Configurator and exporting it to Photoshop CS6. I put it in the plugins\panels directory. Start Photoshop, nothing... I tried looking at how to create an extension manually and signing it in order to install it with Extension Manager, and my brain nearly melted.

 

So today I tried installing an older version of Photoshop (CS 5.5). The difference was that I selected Photoshop CS5/CS5.5 in the create new panel dialog in Configurator instead of CS6. Export Panel..It worked! Then I tried the same thing for my install of Photoshop CS6, selecting Photoshop CS5/CS5.5 as before in Configurator's dropdown menu.  Success!

 

I hope this helps anyone who was stuck in the same place as me.

How to make a button that looks clicked on

$
0
0

Hello everyone,

 

Configurator 3.1.1 buttons can have an up, over, and down state, but...

 

How do you show a button (a toggled setting, for example) is currently ON or OFF? In InDesign, if you click on a button, it stays dented in. Is that possible with Configurator buttons?

 

Best to you,

 

Mike Witherell in flooded Maryland

Download link for Configurator 3??

$
0
0

I need to create an extension panel for Photoshop CS5, but it looks like Configurator 4 can only create panels for CS6 and above.  Is there a download link for the older Configurator 3?  I can't seem to find it anywhere.

 

Thanks for any help!

 

-Chung


Adobe Configurator and deprecated Flash-based panel support in Adobe CC products

$
0
0

Does Configurator 4.0 (or Configurator 3) support the creation of HTML5-based panels?

 

I received the following email from Adobe: 

 

Photoshop CC, starting in the middle of 2014, will remove support for Flash-based extensions. All other Creative Cloud products have already marked Flash-based panel support as deprecated at this time, meaning no future enhancements or bug fixes will be coming for Flash-based extensions.

 

The current version of Photoshop CC already includes support for a new type of HTML5 based panel. We are currently working on a new version of Adobe Extension Builder designed specifically to support the creation of these HTML5 based panels.  You can download a free preview here: http://labs.adobe.com/technologies/extensionbuilder3/.

 

Details about developing HTML5 extensions for Photoshop as well as for other Creative Cloud products are available in the Extension Builder pre-release program here: https://adobeformscentral.com/?f=6V6IgvE0yLQQ7bgadxNXaw .   You can also join the Photoshop developers' prerelease program for details specific to Photoshop.  If you're interested, please let me know and I will get you setup.

 

Will the panels created by Configurator 4.0 work in PS CC after the middle of 2014 when support for Flash-based extensions is removed from Photoshop CC?  For that matter, will the panels created in Configurator 3.0 work in PS CC after the middle of 2014?

Does Configurator 4.0 support Photoshop CS5.1?

$
0
0

I have Photoshop CS5.1 and want to know if configurator 4.0 is backward compatible with 5.1.  That is, can I use Configurator 4.0 to create panels for my PS CS5.1?

Thanks,  David

Panel size bug: resizes despite everything

$
0
0

Hello

 

I'm trying to create a set of panels for work (I'm a 3D artist working in the game dev -industry).

The problem I'm having is that one of my panels keep resizing itself everytime I open up Photoshop.

 

The panel is 63 x 885 pixels (it's a custom toolbar) and when I open up Photoshop I can see that while the panel loads, it has these dimensions - but once loaded it for some dumb reason scales up to 32 x 885 pixels (it's white during load and then turns into CS6 -grey once loaded - and that's when it rescales).

 

I had exactly the same issue with my second panel but all I had to do there was to manually resize the panel inside Photoshop, close the application and open it again. It's as if Photoshop remembers the "settings" there.

 

I don't know what else to do here. I've tried setting BOTH min and max values to the dimensions inside Configurator 3 and even the plugin XML file says that this god damned panel SHOULD be 63 x 885 - so I don't understand why these settings are overrunned by some value I've never defined.

Either way, setting min and max values only do more harm than good for me - it just adds scrollbars when it's not needed.

 

Also:

This is a fresh install of Configurator 3 so that is not the problem.

I've also tried selecting all my elements, copied then, then created a new panel from scratch (pasting in my elements there).

Tried different names, different dimensions, everything... I read somewhere else here on the adobe boards that configurator 1.0 had a resize bug but cmon - shouldn't that be fixed by now? Configurator has been around for years after all.

 

Please help - I'm getting extremely irritated over here as nothing seems to be working

JavaScript file path on PC & Mac?

$
0
0

I have a few psd files that I would like the user to be able to access from the panel I have created.

 

Does anyone have a javascript that has a file path to the desktop on a PC and Mac that I can incorporate in a script button.

 

Thanks in advance - Sam

Adobe Configurator installer failed to initialize

$
0
0

Downloaded Configurator 4  from labs, tried to install, but get a message that "iinstaller failed to initialize". 

 

Mac Os Sierra 10.12.3. MacBook Pro.

Photoshop CC ver. 2017.0.1 (x64)

I have Adobe Flash Player, Java Runtime Environment  and Adobe Application Manager , using it fine with related applications, so that shouldnot be an issue. There is no log-file in library/logs/adobe/installers which included text "adobe configurator".

And i can't install Adobe Support Advisor, because Extension Manager does not work .

Any ideas?

 

DrlbX4WhvZdyK2.jpg

Viewing all 33987 articles
Browse latest View live


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