Re: camelbones-related question

2002-07-05 Thread Sherm Pendley
On Friday, July 5, 2002, at 11:35 PM, Ken Williams wrote: > a POD page and do File->Print->Preview, the result PDF is some sort of > screen capture of the first part of the POD window, including the > gumdrop buttons in the upper left corner. Is this a known issue? Yes - The text view doesn't

Re: camelbones-related question

2002-07-05 Thread Ken Williams
On Saturday, July 6, 2002, at 04:17 AM, Sherm Pendley wrote: > So, for various reasons, custom view classes in Perl have been > pretty low on my priority list. If y'all see the lack of them > as a major issue, though, I'm willing to figure out how to do > it sooner, rather than later. For the

Re: camelbones-related question

2002-07-05 Thread Sherm Pendley
On Friday, July 5, 2002, at 03:50 PM, bob ackerman wrote: >> In general, Objective-C method calls of the form: >> [object method: arg1 arg2Name: arg2]; >> >> Are called in Perl like this: >> $object->method_arg2Name(arg1, arg2); >> >> The argument names are concatenated with the method name, and

Re: camelbones-related question

2002-07-05 Thread Sherm Pendley
On Friday, July 5, 2002, at 02:37 PM, Phil Dobbin wrote: > On 5/7/02 at 13:58, [EMAIL PROTECTED] (Sherm Pendley) wrote: > >> There's also an O'Reilly book in the works, being written by Dan >> Sugalski. It's going to be called "Programming Cocoa Applications with >> Perl." > > This book I'm _very

Re: camelbones-related question

2002-07-05 Thread bob ackerman
On Friday, July 5, 2002, at 12:39 PM, Sherm Pendley wrote: > On Friday, July 5, 2002, at 02:37 PM, bob ackerman wrote: > >> ok. i am a not-know-much. what i know, i read in the camelbones doc. >> please help me understand. > > Sorry, I didn't mean that as personal criticism. I'm just trying to

Re: camelbones-related question

2002-07-05 Thread Sherm Pendley
On Friday, July 5, 2002, at 02:37 PM, bob ackerman wrote: > ok. i am a not-know-much. what i know, i read in the camelbones doc. > please help me understand. Sorry, I didn't mean that as personal criticism. I'm just trying to get a handle on how others feel about having the ability to create c

Re: camelbones-related question

2002-07-05 Thread Phil Dobbin
On 5/7/02 at 13:58, [EMAIL PROTECTED] (Sherm Pendley) wrote: > On Friday, July 5, 2002, at 01:34 PM, Phil Dobbin wrote: > > > I concur as to the books usefulness. I started by using Apple's > > "Learning Cocoa" > > I was somewhat disappointed with "Learning Cocoa." It's not a bad > book; > I

Re: camelbones-related question

2002-07-05 Thread bob ackerman
On Friday, July 5, 2002, at 11:17 AM, Sherm Pendley wrote: > On Friday, July 5, 2002, at 12:45 PM, bob ackerman wrote: > >> say camelbones doesn't do 'views' which limits are ability as well. not >> ready for pryme tyme. > > You've made similar comments in the past, and I'm wondering - how man

Re: camelbones-related question

2002-07-05 Thread Sherm Pendley
On Friday, July 5, 2002, at 12:45 PM, bob ackerman wrote: > say camelbones doesn't do 'views' which limits are ability as well. not > ready for pryme tyme. You've made similar comments in the past, and I'm wondering - how many people here see not being able to write custom controls in Perl as

Re: camelbones-related question

2002-07-05 Thread Sherm Pendley
On Friday, July 5, 2002, at 01:34 PM, Phil Dobbin wrote: > I concur as to the books usefulness. I started by using Apple's > "Learning Cocoa" I was somewhat disappointed with "Learning Cocoa." It's not a bad book; I was mostly disappointed because I'd already read most of the material in it,

Re: camelbones-related question

2002-07-05 Thread Phil Dobbin
On 5/7/02 at 18:05, [EMAIL PROTECTED] (Kay Röpke) wrote: > You *need* the book by Aaron Hillegas. It's an introduction into Cocoa > programming (the OO-library which CamelBones is the > Perl side of...). > The book uses Objective-C (but if you know some basic C you will find > it > very easy t

Re: camelbones-related question

2002-07-05 Thread bob ackerman
On Friday, July 5, 2002, at 08:23 AM, Warren Pollans wrote: > Hello, > > I'm looking for a starting point for learning/programming the mac gui - > to play with with on my 14" ibook (osx - 10.1.5). I'm an experienced > user of perl, perl/tk, and tcl/tk - but have no experience with the mac >

Re: camelbones-related question

2002-07-05 Thread Kay Röpke
On Friday, July 5, 2002, at 05:23 PM, Warren Pollans wrote: > Hello, > > I'm looking for a starting point for learning/programming the mac gui - > to play with with on my 14" ibook (osx - 10.1.5). I'm an experienced > user of perl, perl/tk, and tcl/tk - but have no experience with the mac >

camelbones-related question

2002-07-05 Thread Warren Pollans
Hello, I'm looking for a starting point for learning/programming the mac gui - to play with with on my 14" ibook (osx - 10.1.5). I'm an experienced user of perl, perl/tk, and tcl/tk - but have no experience with the mac gui (i don't even know what to call it). Camelbones seems like a good st