Quentin (& group) -- Thanks very much for your help. I knew it would be something painfully and *embarassingly* obvious. The AE and the app work like a charm. I'll enroll in that "Reading Application Dictionaries for Fun and Profit" class now... James Lloyd -- well, paint me purple and call me a plum -- > Date: Thu, 29 Jun 2000 22:00:20 -0400 > From: "Quentin Smith" <macmania@bit-net.com> > Subject: Re: [MacPerl] Photoshop AE construction > > Take a look below for my reply. > HTH, > - --Quentin > - ----- Original Message ----- > From: "Lloyd, James" <James.Lloyd@nike.com> <<snip>> > > Following the macperlcat example for constructing an AE hash for this, > we'd > > have something like: > > %hash = ( > > target => '8BIM', > > class => 'misc', > > id => 'dosc' > > params => ["'----':obj {want:..., from:null(), form:..., > > seld:TEXT(\@)}", $script_name] > > ); > > > > This is almost right. You dont need an object reference for the hash though. > > %hash = ( > target => '8BIM', > class => 'misc', > id => 'dosc' > params => ["'----':TEXT(\@)", $script_name] > ); <<snip>> # ===== Want to unsubscribe from this list? # ===== Send mail with body "unsubscribe" to macperl-request@macperl.org