Home All Groups Group Topic Archive Search About
Author
3 Sep 2006 11:11 AM
Alex Turmer
All,

Has anyone had experience for running photoshop automation from VB.

We need to run a photoshop action that makes contact sheets from a vb app.

Thanks for any help

AJ


Author
3 Sep 2006 12:16 PM
Michel Posseth [MCP]
I did not even know that photoshop has a true automation interface   ( COM
???   )

i automated ones some actions in the most basic way , by setting focus on
the forms  ( by there name )  and using send keys to trigger the actions


regards

Michel


Show quoteHide quote
"Alex Turmer" <atur***@project-network.com> schreef in bericht
news:%23VgTrm0zGHA.4176@TK2MSFTNGP06.phx.gbl...
> All,
>
> Has anyone had experience for running photoshop automation from VB.
>
> We need to run a photoshop action that makes contact sheets from a vb app.
>
> Thanks for any help
>
> AJ
>
> --
> www.deployview.com
> www.nerds-central.com
> www.project-network.com
Author
3 Sep 2006 2:26 PM
Alex Turmer
Michel Posseth [MCP] wrote:
Show quoteHide quote
> I did not even know that photoshop has a true automation interface   ( COM
> ???   )
>
> i automated ones some actions in the most basic way , by setting focus on
> the forms  ( by there name )  and using send keys to trigger the actions
>
>
> regards
>
> Michel
>
>
> "Alex Turmer" <atur***@project-network.com> schreef in bericht
> news:%23VgTrm0zGHA.4176@TK2MSFTNGP06.phx.gbl...
>> All,
>>
>> Has anyone had experience for running photoshop automation from VB.
>>
>> We need to run a photoshop action that makes contact sheets from a vb app.
>>
>> Thanks for any help
>>
>> AJ
>>
>> --
>> www.deployview.com
>> www.nerds-central.com
>> www.project-network.com
>
>
I think the solution we are going to try out is to create a Photoshop
droplet that contains the actions and run that from the command line.  A
bit puke - but it have heard it works.

I'll let you know.

Thanks!

AJ