Re: (CB) NSBrowser example code?

2003-02-09 Thread Thilo Planz
Hi, If anyone has (or is willing to develop :-) a trivial example of a multi-column NSBrowser, I'd love to see it. Until then, I'll hack on one and submit the usual partly-baked code snippets for help and comments. I have a partially functional NSBrowser in my PerlPad application. You can get

Announcement: PerlPad 0.1

2003-02-09 Thread Thilo Planz
Hi all, I have been playing around with Camelbones a little and placed my results on SourceForge: http://perl-pad.sourceforge.net/ It is a small Cocoa application that lets you run Perl from other apps using System Services. You can a) evaluate Perl code from any TextInput b) process the

Re: CPAN Jaguar

2003-02-09 Thread Joel Rees
mrsparkle ellem ~ $ perl -v This is perl, v5.6.0 built for darwin I have loaded FINK CPAN is acting funny. Actually it isn't doing anything. I get a lot of this: You have run CPAN before, right? cpan install Mail::Sendmail Please, install Net::FTP as soon as possible. CPAN.pm

Re: Announcement: PerlPad 0.1

2003-02-09 Thread Paul McCann
On Mon, Feb 10, 2003 at 09:51:34AM +0900, Thilo Planz wrote: I have been playing around with Camelbones a little and placed my results on SourceForge: http://perl-pad.sourceforge.net/ I would like some feedback, basically to see if the thing installs on other computers than my own and

Re: CPAN Jaguar

2003-02-09 Thread Ken Williams
On Sunday, February 9, 2003, at 06:57 PM, Joel Rees wrote: Anyone successfully using CPAN and FINK together? Yes, I use them both with no troubles. -Ken

Re: Announcement: PerlPad 0.1

2003-02-09 Thread Sherm Pendley
On Sunday, February 9, 2003, at 07:51 PM, Thilo Planz wrote: I would like some feedback, basically to see if the thing installs on other computers than my own and if someone finds it useful. Very nice, very nice. I like it! I downloaded the binary - it worked without any problems on my 10.1

Re: Announcement: PerlPad 0.1

2003-02-09 Thread Thilo Planz
http://perl-pad.sourceforge.net/ I would like some feedback, basically to see if the thing installs on other computers than my own and if someone finds it useful. I downloaded the source dmg, copied it to my home directory, and then opened it up in project builder. It built fine, but stalled

Re: Announcement: PerlPad 0.1

2003-02-09 Thread Thilo Planz
I downloaded the binary - it worked without any problems on my 10.1 system. That is good to know, I was kind of afraid it would require 10.2.x. None of the Carbon apps I tried - IE, BBEdit, or Mozilla - supported it, which is pretty much what I expected. Support for system services comes for

Re: Announcement: PerlPad 0.1

2003-02-09 Thread Paul McCann
Thanks for the info Thilo: just in case someone else wants to do the remapping. Find PerlPad, control click and select Show Package Contents. Open up Info.plist file inside the Contents directory (double clicking will probably crank open Property List Editor, which is a pretty good tool for

Re: Announcement: PerlPad 0.1 (Services keyboard equivalents)

2003-02-09 Thread Thilo Planz
One weird aspect however: the *first* time you try to use the service in any application via the keyboard equivalent it simply feeds back the alert sound. If I run the service by hand (ie via the menu) it will then run via the keyboard equivalent until you restart the application. I think that

Re: Announcement: PerlPad 0.1

2003-02-09 Thread Peter N Lewis
At 9:51 +0900 10/2/03, Thilo Planz wrote: Hi all, I have been playing around with Camelbones a little and placed my results on SourceForge: http://perl-pad.sourceforge.net/ Looks like the compiled binary is locked to perl 5.6, so it doesn't work for me with perl 5.8. I could try to compile