-
1. Re: When will Configurator support Photoshop CC?
ian barber Jun 20, 2013 4:53 AM (in response to Digital Heavens)I would also like to know this aswell as I have some panels which will need updating to Photoshop CC
-
2. Re: When will Configurator support Photoshop CC?
Bent Nielsen Jun 21, 2013 2:35 AM (in response to ian barber)Count me in as one more who would like to use Cofigurator in Photoshop CC.
-
3. Re: When will Configurator support Photoshop CC?
D.A.R Jun 22, 2013 8:45 PM (in response to Digital Heavens)I had a simple panel that I created for CS6. I put the resulting Folder from the Plug-Ins/Panels folder of CS6 into the same location for CC and it seems to work.
-
4. Re: When will Configurator support Photoshop CC?
XR21 Jun 24, 2013 9:31 AM (in response to Digital Heavens)Need some info too about configurator and photoshop cc
thanks
-
5. Re: When will Configurator support Photoshop CC?
dcpollock Jun 28, 2013 10:31 PM (in response to Digital Heavens)Looks like version 4 is out now, with support for CC at: http://labs.adobe.com/technologies/configurator/
-
6. Re: When will Configurator support Photoshop CC?
Jonathan Ferman Jul 1, 2013 1:54 AM (in response to Digital Heavens)We released our first preview last Friday and plan to have at least one more release probably in a few weeks or less.
Enjoy and don't forget to submit your panels to Adobe Exchange:
https://www.adobeexchange.com/producer
Thanks!
-
7. Re: When will Configurator support Photoshop CC?
jimsanderson Jul 7, 2013 7:54 PM (in response to Jonathan Ferman)Hope it works. The current release doesn't seem to.
-
8. Re: When will Configurator support Photoshop CC?
Jonathan Ferman Jul 8, 2013 2:23 AM (in response to jimsanderson)Hi Jim,
When you say the current release does not seem to work, are you referrign to Copnfigurator 3.x or the new Configurator 4?
-
9. Re: When will Configurator support Photoshop CC?
dcpollock Jul 8, 2013 2:34 AM (in response to jimsanderson)I saw your other post about not being able to convert your CS6 panel to CC. The only project I've tried so far was one using an HTML widget, so I was able to quickly rebuild it using Config 4. Sadly, even doing that, and using CC, I couldn't get the new "_Adobe.JSXInterface" methods to work.
Since using the HTML widget is the only part of Configurator that interests me, there is currently no benefit in using this version. Hopefully that will be remedied in the coming weeks.
-
10. Re: When will Configurator support Photoshop CC?
Jonathan Ferman Jul 8, 2013 2:52 AM (in response to dcpollock)I'm talking to the team about the issues you encountered but also wanted to take this opportunity to mention that Photoshop CC supports HTML5 panels. We just released a new tool to help you create these HTML5 panels and it's available on Adobe Labs, called Extesnion Builder 3.
-
11. Re: When will Configurator support Photoshop CC?
Yanwen Jul 8, 2013 3:31 AM (in response to dcpollock)Could you provide more detials on how do you use _Adobe.JSXInterface?
This is a simple exmaple to show how to use _Adobe.JSXInterface:
1. Place a jsx file like f.jsx in assets folder. The function f is defined as below in this file:
function f(a, b)
{
return a + b;
}
2. The JavaScript below in HTML widget will show the return value:
<button onClick="_Adobe.includeJSXFile('f.jsx'); alert(_Adobe.JSXInterface.call('f', 5, 4));">Return result</button>
"9" will be popped up if click this button. Make sure invoke _Adobe.includeJSXFile('f.jsx'); to call the functions defined in f.jsx via _Adobe.JSXInterface.call().
-
12. Re: When will Configurator support Photoshop CC?
jimsanderson Jul 8, 2013 5:42 AM (in response to Jonathan Ferman)I'm mean the 4. Thanks and I was able to get it up and running. It appears user error was the problem.
Jim



