Re: wxWidgets Object Model

2009-10-05 Thread Sergei Steshenko
--- On Mon, 10/5/09, Steve Cookson wrote: > From: Steve Cookson > Subject: wxWidgets Object Model > To: wxperl-users@perl.org > Date: Monday, October 5, 2009, 11:21 AM > Hi All, > > Is there some way I can cycle through the object model of > the object > we all know and love as '$self'? > >

wxWidgets Object Model

2009-10-05 Thread Steve Cookson
Hi All, Is there some way I can cycle through the object model of the object we all know and love as '$self'? I've tried using: my %loc_array = $self; while ( (my $k,my $v) = each %loc_array ) { print "$k => $v\n"; } But I just get one entry. Does anyone hav

$self->{Ctl_Main_Nbk}->DeletePage(1);

2009-10-05 Thread Steve Cookson
This feels like either a very simple question, or one requiring a binary chop through 2.5k lines of of code. On exiting a routine, I have the following code: $self->{Ctl_Main_Nbk}->DeletePage(1); Which produces a fatal, but unidentified, error although a few lines earlier I have