Output text to panel from script file

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

mackry

Output text to panel from script file

Post by mackry »

Hi there,

I have a panel with a button that runs a script file. The script file outputs a string. How can I go about outputting the generated string into the panel?

Thanks!
mackry

Output text to panel from script file

Post by mackry »

Anyone?
undavide

Output text to panel from script file

Post by undavide »

Have a look here:
http://cookbooks.adobe.com/post_Communi ... 17383.html
it tells you how to call AS3 from JSX - basically you can pass the string returned by your script as a parameter for a function that will pass it on to AS3.

Davide
mackry

Output text to panel from script file

Post by mackry »

I should have clarified: I'm using the Adobe Configurator to create my panel. Is there any way to do so using this?

Thanks