ANN: CamelBones 0.2.1

2004-01-29 Thread Sherm Pendley
There's a new Camel in town. ;-) What is CamelBones? In a nutshell, CamelBones is a Cocoa/Perl bridge. It allows you to write GUI applications that use Apple's Cocoa library in Perl. What's New in 0.2.1? Panther compatibility, a tiny (140K) new runtime download for end users who want just

display problem with gtk2-perl on OS X 10.3/ Fink 0.6

2004-01-29 Thread dominix
every gnome packages installed without problem, but when running the gtk-demo it look like http://www.ifrance.com/dominix/gtk-demo.JPG ... strange (no fonts ?) my aim is to use gtk2-perl (which compile and install fine) but has the same display problem. what is THE fix for that ? (I suspect

Re: Mac::Glue Trouble

2004-01-29 Thread John Delacour
At 8:20 am -0800 27/1/04, Chris Nandor wrote: Odd. My guess is that this is a bug in NetNewsWire. Here is something that does work: my $News = Mac::Glue-new('NetNewsWire'); my $subscriptions = $News-prop('subscriptions'); my @names = $subscriptions-prop('display name')-get; All the

Re: ANN: CamelBones 0.2.1

2004-01-29 Thread Sherm Pendley
On Jan 29, 2004, at 4:37 AM, John Delacour wrote: This I did and got the error below. Can you tell me what I did wrong or missed out? Sorry, my mistake. A broken copy of the project template snuck its way into the release. I've added a new XcodeExtras-Update.pkg package to the sourceforge

skripting photoshop with Mac::Glue

2004-01-29 Thread jacques couzteau
hello list, I'm new, so please excuse me if my questions are obvious. Here is what i want to do: 1. Open a file with Photoshop 2. convert to CMYK 3. save as tiff in path $cmyk_file 4. close without saving Now i want to send AppleEvents directly to Photoshop. I've sucessfully created glue for

Any 10.1 users?

2004-01-29 Thread Sherm Pendley
BTW, are there any 10.1 users here who could have a quick look at the recent CamelBones release? My own 10.1 partition had to go, to make room for Panther. The installer *should* install the Jaguar version of the framework on 10.1, and that version *should* work just fine, as 10.1 and Jaguar

Re: [genuine] skripting photoshop with Mac::Glue

2004-01-29 Thread Jochen Hagenström
hello i solved the open file problem, now i use: $result = $obj-open_file( $source_file, [ showing_dialogs = 'never' ] ); may be i can get the rest right as well. cheerz jacques Am 29.01.2004 um 16:45 schrieb jacques couzteau: hello list, I'm new, so please excuse me if my questions are

Re: [genuine] skripting photoshop with Mac::Glue

2004-01-29 Thread jacques couzteau
i don't know why my laste emails were distributed in the wrong order. nevertheless my Photoshop scripting problem persists. your comments are welcome. jacques

Re: [genuine] skripting photoshop with Mac::Glue

2004-01-29 Thread Jochen Hagenström
sorry the problem persists. the file was already open. so i'm still stuck. comments welcome jacques Am 29.01.2004 um 16:45 schrieb jacques couzteau: hello list, I'm new, so please excuse me if my questions are obvious. Here is what i want to do: 1. Open a file with Photoshop 2. convert to

Re: DBD mysql unable to install since Panther

2004-01-29 Thread Joseph Alotta
Greetings, I installed Panther, Developer Tools, Mysql and now I am trying to use CPAN to install DBD. Can you look at this and please tell me what to do next. Thank you. Joe Alotta Abba:/Users/josephalotta root# PATH=$PATH:/Library/MySQL/bin perl -MCPAN -eshell Terminal does not support

Re: skripting photoshop with Mac::Glue

2004-01-29 Thread Chris Nandor
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Jacques Couzteau) wrote: Here is what i want to do: 1. Open a file with Photoshop 2. convert to CMYK 3. save as tiff in path $cmyk_file 4. close without saving Now i want to send AppleEvents directly to Photoshop. I've sucessfully

Re: skripting photoshop with Mac::Glue

2004-01-29 Thread jacques couzteau
Hello Chris, thanks for your explanations. they help me a lot. And I believe I'm starting to understand the object world of Mac::Glue and Apple Events. Is it possible to see the Apple Events that are actually created and send by Mac::Glue? I've got a list of solutions that worked for me

Re: skripting photoshop with Mac::Glue

2004-01-29 Thread Chris Nandor
At 0:07 +0100 2004.01.30, jacques couzteau wrote: Is it possible to see the Apple Events that are actually created and send by Mac::Glue? Save your script, and run it with this shell script: http://dev.macperl.org/files/scripts/aedebug Like so: aedebug perl script.plx To

Re: DBD mysql unable to install since Panther

2004-01-29 Thread Sherm Pendley
On Jan 29, 2004, at 3:06 PM, Joseph Alotta wrote: I installed Panther, Developer Tools, (You get this message, because MakeMaker could not find /System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/perl.h) This message often means that the developer tools haven't been installed. Did you

Mac::Glue Debugging

2004-01-29 Thread Chris Nandor
I was asked about debugging info in Mac::Glue, and I noted one tool: http://dev.macperl.org/files/scripts/aedebug aedebug is a simple shell script to set environment variables that -- for any Mac OS X app -- will print Apple event debugging information (you can even set these in your

Re: DBD mysql unable to install since Panther

2004-01-29 Thread Joseph Alotta
Thanks everyone. The developer tools I installed is the developer tools from Jaguar. I don't have the Panther developer tools. But I will get it. Is there an easy place to buy the tools from? Apple seems to want to sign me up as a developer, etc. Thanks for you help, Joe. On Jan 29, 2004,

Re: DBD mysql unable to install since Panther

2004-01-29 Thread Peter J . Hartmann
Am 30.01.2004 um 06:50 schrieb Joseph Alotta: Thanks everyone. The developer tools I installed is the developer tools from Jaguar. I don't have the Panther developer tools. But I will get it. Is there an easy place to buy the tools from? Apple seems to want to sign me up as a developer, etc.