Using Perl in Cocoa

2005-10-26 Thread Manfred Bergmann
Hi there. Er, I first had to find out that this is a mailing list and no newsgroup. I signed at google groups, posted messages and wondered why they actually are not there when I browsed the list at nntp.perl.org. At www.perl.org I actually figured that this is a list. Ohh dear. So if

Re: Using Perl in Cocoa

2005-10-26 Thread Manfred Bergmann
Thanks sherm for replying. Am 27.10.2005 um 11:50 schrieb Sherm Pendley: CBPerl is a singleton, so it's better to use the class method to access the shared instance: CBPerl *perl = [CBPerl sharedPerl]; That doesn't work here. Get a nil pointer returned. Should be: id

Re: Using Perl in Cocoa

2005-10-26 Thread Manfred Bergmann
is not working for any Perl classes and methods, right? And can I somehow get rid of the warning message from gcc that the object xxx might not respond to method yyy if calling a method of a Perl class? Manfred Am 27.10.2005 um 13:02 schrieb Sherm Pendley: On Oct 26, 2005, at 10:27 PM, Manfred

Howto access Perl Objects from Cocoa

2005-10-27 Thread Manfred Bergmann
Hi there. I am almost new to Perl. I like it and tried to use it in some of my Cocoa Projects. First of all. I found there are two approaches. PerlObjCBridge and CamelBones. Unfortunately I couldn't find any examples covering what I try to do. I tested it with CamelBones first. Maybe

Re: Howto access Perl Objects from Cocoa

2005-10-27 Thread Manfred Bergmann
Am 28.10.2005 um 04:32 schrieb Sherm Pendley: On Oct 26, 2005, at 7:19 PM, Manfred Bergmann wrote: I am almost new to Perl. I like it and tried to use it in some of my Cocoa Projects. First of all. I found there are two approaches. PerlObjCBridge and CamelBones. Unfortunately I

Re: ANN: CamelBones 1.0.0-beta4, ShuX 3.0-beta3

2005-10-27 Thread Manfred Bergmann
These new releases bring experimental Intel compatibility to both the CamelBones framework and ShuX. In addition, there have been a few minor bug fixes and additions to CamelBones - see the included release notes for details. I've read in earlier posts that you were concerned about the intel

Foundation in Perl script

2005-12-28 Thread Manfred Bergmann
Hi list. I want to use some Foundation objects like NSDictionary and others in a Perl script (because of writing a plist of that). I succeeded with using PerlObjCBridge (use Foundation). Is this possible with CamelBones, too? Sherm? Thx, Manfred

Re: Foundation in Perl script

2005-12-28 Thread Manfred Bergmann
Pendley: On Dec 28, 2005, at 7:05 PM, Manfred Bergmann wrote: I want to use some Foundation objects like NSDictionary and others in a Perl script (because of writing a plist of that). I succeeded with using PerlObjCBridge (use Foundation). Is this possible with CamelBones, too? Sherm? Yes

Perl Modules and Universal Binary

2006-03-13 Thread Manfred Bergmann
Hi there. I use some Perl Modules in some of my application, accessed through Camelbones. I have notices that some Perl Modules use compiled C-Code, e.g. HTML- Parser. Now how does it work to build these modules as Universal Binaries? Although my application is build as Universal Binary and

Re: Perl Modules and Universal Binary

2006-03-13 Thread Manfred Bergmann
Am 13.03.2006 um 23:38 schrieb Dominic Dunlop: On 2006–03–13, at 12:53, Manfred Bergmann wrote: I use some Perl Modules in some of my application, accessed through Camelbones. I have notices that some Perl Modules use compiled C-Code, e.g. HTML-Parser. Now how does it work to build

Re: Perl Modules and Universal Binary

2006-03-13 Thread Manfred Bergmann
Am 14.03.2006 um 05:29 schrieb Edward Moy: On Mar 13, 2006, at 4:38 AM, Dominic Dunlop wrote: On 2006–03–13, at 12:53, Manfred Bergmann wrote: I use some Perl Modules in some of my application, accessed through Camelbones. I have notices that some Perl Modules use compiled C-Code, e.g

Re: Storable problem on Intel Mac Mini

2006-05-12 Thread Manfred Bergmann
Am 12.05.2006 um 13:05 schrieb Joel Rees: On 2006.5.12, at 10:01 AM, Mike Schienle wrote: Hi all - I just installed an Intel Mac Mini as a replacement for a dual 1.8 GHz G5 at my colocation place a couple days ago. Can I ask a silly question in public, or would off-list be more

Tk Aqua with Perl

2006-05-15 Thread Manfred Bergmann
Hi guys. TclTk Aqua is shipped with Mac OSX Tiger. Is it somehow possible to use it with Perl? The Perl/Tk bindings are only for X11, right? Regards, Manfred

Re: Tk Aqua with Perl

2006-05-16 Thread Manfred Bergmann
Am 16.05.2006 um 07:11 schrieb David H. Adler: On Mon, May 15, 2006 at 03:37:08PM -0700, Jan Dubois wrote: You should be able to do this with the Tcl::Tk module: http://search.cpan.org/~vkon/Tcl-Tk/ The Tkx module provides a nice interface on top of Tcl::Tk:

Re: Tk Aqua with Perl

2006-05-16 Thread Manfred Bergmann
Am 16.05.2006 um 08:26 schrieb Jan Dubois: On Mon, 15 May 2006, David H. Adler wrote: On Mon, May 15, 2006 at 03:37:08PM -0700, Jan Dubois wrote: You should be able to do this with the Tcl::Tk module: http://search.cpan.org/~vkon/Tcl-Tk/ The Tkx module provides a nice interface on top

Re: Tk Aqua with Perl

2006-05-16 Thread Manfred Bergmann
Hi. Von: Manfred Bergmann [EMAIL PROTECTED] Datum: 16. Mai 2006 10:35:02 MESZ An: OSX Group Perl macosx@perl.org Betreff: Re: Tk Aqua with Perl Am 16.05.2006 um 08:26 schrieb Jan Dubois: On Mon, 15 May 2006, David H. Adler wrote: On Mon, May 15, 2006 at 03:37:08PM -0700, Jan Dubois wrote

Re: Should Mac::PropertyList read everything as UTF8

2006-05-18 Thread Manfred Bergmann
Am 18.05.2006 um 16:01 schrieb Gavin Brock: * Actually hook into the Mac libraries and let the OS parse it and give me back the data. That's the best solution, but only if I give up being pure-Perl and portable, which are both very important to me. I will gladly add something to do

Re: Tk Aqua with Perl

2006-05-19 Thread Manfred Bergmann
Am 19.05.2006 um 03:55 schrieb Robert Hicks: Jan Dubois wrote: On Mon, 15 May 2006, Manfred Bergmann wrote: TclTk Aqua is shipped with Mac OSX Tiger. Is it somehow possible to use it with Perl? You should be able to do this with the Tcl::Tk module: http://search.cpan.org/~vkon/Tcl-Tk