Hi James,

I meant to reply to an earlier post of yours but then ran out of time. All
the items listed on http://wiki.wxperl.nl/WxPerlBook will be included in the
book. However, I¹m still a bit hesitant to include some of the items under
Advanced Topics, in particular Database Access and Networking.

In relation to your reply below, I remember that you wrote the ³CEAmp.pl²
program and posted it to the group. I think it¹s such a nice piece of
programming. At the time I noticed that the application structure was quite
different in that you defined your own Frame class, which was inherited from
Wx::Frame, and the subroutine OnInit() would instantiate an object of your
Frame class. Does that fit the second application structure in your list
below?

For the first application structure I¹m assuming the simple structure where
all widgets are created in the subroutine OnInit(). Would that be correct?

As for the third application structure, I¹m not sure what it looks like.

Many thanks for your input.

Cheers,
Ron.

On 10/01/16 4:03 AM, "James Lynes" <jmlyne...@gmail.com> wrote:

> Ron:
> 
> I think there will be(at least) three Application Architectures.
> 
>     1. A very short "Hello World" script for the intro section
>     2. A Longer script for basic apps(I'll send you the one I use)
>     3. A complex app script/cookbook for big apps/external interfaces/etc.
> 
> We should have a template for describing controls so we can have some
> consistency from the start.
> 
> James
>  
> 
> On Sat, Jan 9, 2016 at 9:01 AM, Ron Grunwald <ron...@yahoo.com.au> wrote:
>> Good evening all,
>> 
>> I have begun to think about constructing a detailed table of contents for the
>> Learning wxPerl book. Since wxPerl is so large in terms of widget classes and
>> methods that it provides, I thought it might be appropriate to use the table
>> of contents of the Learning Perl/Tk book as a guide.
>> 
>> I¹ve attached the Learning Perl/Tk table of contents (TOC). What I¹m hoping
>> is that subscribers of this group who are interested in contributing to the
>> Learning wxPerl book have a look at the TOC. If you find any entries that you
>> feel are not applicable to wxPerl, post a reply. Conversely, if you have used
>> a particular widget that you¹ve found to be very useful, and feel that it
>> should be described in detail in this book, please post a reply.
>> 
>> My next task is to translate the TOC so it is relevant to wxPerl. There are
>> already a few additions that I intend to include:
>> 
>> 1. James Lynes mentioned ³Simple Application Structure² in his outline of the
>> book. 
>> 2. wxPerl has an extensive collection of dialog widgets, and I feel most of
>> them should be covered in detail in the book.
>> 3. Erik Colson, in replying to one of James¹ posts, mentioned wxPerl and
>> Moose. I think a section entitled ³Using Object Oriented Techniques in
>> wxPerl² would be a great addition to the book.
>> 
>> Kind Regards.
>> ________________________________________
>> Ron Grunwald
>> ron...@yahoo.com.au <http://ron...@yahoo.com.au>
>> http://www.dvlcorner.org
>> 
> 
> 

Reply via email to