Search found 12 matches
- Tue Dec 27, 2016 12:54 pm
- Forum: Help Me
- Topic: simple function code from jsx script not working
- Replies: 4
- Views: 10012
Re: simple function code from jsx script not working
Hi again ApWizard, Buon Natale Ah I see, you are right, but what if I have multiple .jsx files (converted from actions) How to connect them and to call them on click? I'm confused about it. In extension that I study from I see that they solved things in other way. They declare just one jsx file in m...
- Mon Dec 26, 2016 3:50 pm
- Forum: Help Me
- Topic: simple function code from jsx script not working
- Replies: 4
- Views: 10012
Re: simple function code from jsx script not working
architecture.jpg Here is a graphical view too. I'm really frustrated with this because i can't get anything to work correctly. First I can't get simple alert to work, and after I reinstalled Photoshop to a newer version everything magically started to work. Now I'm having problem with calling simpl...
- Mon Dec 26, 2016 3:16 pm
- Forum: Help Me
- Topic: simple function code from jsx script not working
- Replies: 4
- Views: 10012
simple function code from jsx script not working
Photoshop cc 2015.00 Eclipse + extension builder 3 First I create basic folder structure for the project css img lib host js jsx and call all scripts and stylesheets in index.html like this: <head> <script src="lib/CSInterface-4.0.0.js"></script> <script src="lib/jquery-1.9.1.min.js&q...
- Fri Dec 23, 2016 7:28 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Is there a way to apply Oil Paint filter with JavaScript in Photoshop?
- Replies: 3
- Views: 8974
Re: Is there a way to apply Oil Paint filter with JavaScript in Photoshop?
You can convert any action, filter into reusable jsx script. try to check http://ps-scripts.sourceforge.net/xtools.html
It's easy to use!
c
It's easy to use!
c
- Fri Dec 23, 2016 6:00 pm
- Forum: Photoshop Scripting - General Discussion
- Topic: Twitter Bootstrap in Adobe extension?
- Replies: 1
- Views: 5677
Twitter Bootstrap in Adobe extension?
Can we use all benefits of bootstrap .css and .js files.
for responsive docking sizes or modal dialog for example?
Think it would be useful
C
for responsive docking sizes or modal dialog for example?
Think it would be useful
C
- Fri Dec 23, 2016 9:41 am
- Forum: Help Me
- Topic: alert undefined in Photoshop cc 2015
- Replies: 3
- Views: 8444
Re: alert undefined in Photoshop cc 2015
You are right! ApWizard Thank you!
It's working now!
- file :/// stays but undefined is gone
I must say that I don't understand so far
evalScript and CSInterface I just adapted
some code where
this worked.
Do you use CSInterface?
Thanks one more
Chris
It's working now!
- file :/// stays but undefined is gone

I must say that I don't understand so far
evalScript and CSInterface I just adapted
some code where
this worked.
Do you use CSInterface?
Thanks one more
Chris
- Tue Dec 20, 2016 7:25 am
- Forum: Help Me
- Topic: Newbie with some questions
- Replies: 1
- Views: 4626
- Mon Dec 19, 2016 1:12 pm
- Forum: Help Me
- Topic: alert undefined in Photoshop cc 2015
- Replies: 3
- Views: 8444
alert undefined in Photoshop cc 2015
function hi() {
alert("My script is working Jeeej!");
var a = new CSInterface;
a.evalScript("hi()")
}
Photoshop returns undefined.
I don't know why is that?
alert("My script is working Jeeej!");
var a = new CSInterface;
a.evalScript("hi()")
}
Photoshop returns undefined.
I don't know why is that?
- Sat Dec 17, 2016 8:53 am
- Forum: Photoshop Scripting - General Discussion
- Topic: Welcome back fellow developers!
- Replies: 10
- Views: 24281
Re: Welcome back fellow developers!
Great thoughts guys!
I' m still green, but I believe in this great community of developers.
Donate button is a must
Thank you!
C
I' m still green, but I believe in this great community of developers.
Donate button is a must

Thank you!
C
- Fri Dec 16, 2016 10:27 pm
- Forum: Help Me
- Topic: Can't get even alert to work - Eclipse/Extension Builder3
- Replies: 4
- Views: 10213
Re: Can't get even alert to work - Eclipse/Extension Builder3
Thanks for your quick answer. I figure out what causing this issue. It's a bug within my version of PS or installation itself. I just updated to 2015.00 and everything working OK, seams so far. I needed to update manifest to <HostList> <Host Name="PHSP" Version="[ 16.0,16.9 ]" />...