Search found 12 matches

by Chris_Kalmar
Tue Dec 27, 2016 12:54 pm
Forum: Help Me
Topic: simple function code from jsx script not working
Replies: 4
Views: 7626

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...
by Chris_Kalmar
Mon Dec 26, 2016 3:50 pm
Forum: Help Me
Topic: simple function code from jsx script not working
Replies: 4
Views: 7626

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...
by Chris_Kalmar
Mon Dec 26, 2016 3:16 pm
Forum: Help Me
Topic: simple function code from jsx script not working
Replies: 4
Views: 7626

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...
by Chris_Kalmar
Fri Dec 23, 2016 6:00 pm
Forum: Photoshop Scripting - General Discussion
Topic: Twitter Bootstrap in Adobe extension?
Replies: 1
Views: 4253

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
by Chris_Kalmar
Fri Dec 23, 2016 9:41 am
Forum: Help Me
Topic: alert undefined in Photoshop cc 2015
Replies: 3
Views: 5805

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
by Chris_Kalmar
Tue Dec 20, 2016 7:25 am
Forum: Help Me
Topic: Newbie with some questions
Replies: 1
Views: 3564

Re: Newbie with some questions

I'm sure You'll find something useful here

http://ps-scripts.sourceforge.net/xtools.html
by Chris_Kalmar
Mon Dec 19, 2016 1:12 pm
Forum: Help Me
Topic: alert undefined in Photoshop cc 2015
Replies: 3
Views: 5805

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?
undefined.jpg
undefined.jpg (25.25 KiB) Viewed 5805 times
by Chris_Kalmar
Sat Dec 17, 2016 8:53 am
Forum: Photoshop Scripting - General Discussion
Topic: Welcome back fellow developers!
Replies: 10
Views: 16211

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
by Chris_Kalmar
Fri Dec 16, 2016 10:27 pm
Forum: Help Me
Topic: Can't get even alert to work - Eclipse/Extension Builder3
Replies: 4
Views: 6185

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 ]" />...