Hey, great! That works like a charm! I never though of waiting until PS
had finished loading. When I get this all tweaked, I will post my
scripts for y'all. I do have another script which works very well that
will switch between open document windows in Photoshop CS3 (I have a
different one that works in Photoshop 7.0).
Thank you!
-Brother Gabriel-Marie
>> *Format
>> contextif
>> ((win.exename("active")=="Photoshop" && win.maxable("active") &&
visiblewindow("=Photoshop,&,c=OWL.ControlBarContainer"))
>
>Sorry that has an extra open paren at the beginning, s/b:
>
>(win.exename("active")=="Photoshop" && win.maxable("active") &&
visiblewindow("=Photoshop,&,c=OWL.ControlBarContainer"))