Re: wxWidgets DLLs

2009-08-07 Thread wxperl . docs
On Fri, Aug 7, 2009 at 4:02 PM, Doubi wrote: Yes, that is backwards - A::wx is a prerequisite for Wx these days :-) Ahhh! That's not obvious. Thanks. btw, what you're doing is great. Following through the existing docs like this will be really valuable for new people. Looking forward to s

Re: wxWidgets DLLs

2009-08-07 Thread Doubi
wxperl.d...@gmail.com wrote: Again? I haven't run it once yet :-) I am working my way through Mattia's Wx module docs, which (as he pointed out himself) do not include anything about Alien::wxWidgets. I thought I would install Wx and then afterwards install Alien::wxWidgets -- or is that bac

Re: wxWidgets DLLs

2009-08-07 Thread wxperl . docs
On Fri, Aug 7, 2009 at 3:13 PM, Doubi wrote: Hi again, wxperl.d...@gmail.com wrote: Next issue:  those steps created about a dozen DLL files in the lib\gcc_dll directory.  Where should those files be installed, and how?  Is it sufficient (and is it a good idea) to simply copy those files to th

Re: wxWidgets DLLs

2009-08-07 Thread Doubi
Hi again, wxperl.d...@gmail.com wrote: Next issue: those steps created about a dozen DLL files in the lib\gcc_dll directory. Where should those files be installed, and how? Is it sufficient (and is it a good idea) to simply copy those files to the C:\WINDOWS directory? You shouldn't have to

wxWidgets DLLs (was: Re: Trouble building wxWidgets for Strawberry Perl)

2009-08-07 Thread wxperl . docs
On Fri, Aug 7, 2009 at 1:40 PM, Doubi wrote: Hi Eric, [...] Try \contrib\build\stc  :-) That worked. Thanks, Ryan. Next issue: those steps created about a dozen DLL files in the lib\gcc_dll directory. Where should those files be installed, and how? Is it sufficient (and is it a good

RE: Destructors

2009-08-07 Thread Steve Cookson
Hi, Thanks to everyone for their help. Here is an answer that works: $self->{"Notebook_tab_1"}->DestroyChildren(); $self->{"Notebook"}->RemovePage(0); Regards Steve -Original Message- From: Steve Cookson [mailto:steve.cook...@sca-uk.com] Sent: 07 August 2009

Re: Trouble building wxWidgets for Strawberry Perl

2009-08-07 Thread Doubi
Hi Eric, wxperl.d...@gmail.com wrote: The first part, building in \build\msw, worked fine. The second part, not so much. If you go to \contrib\src\stc, there is no such file as makefile.gcc there. There is a Makefile.in there, but I don't know how to convert that into a real makefile under Wi

RE: Destructors

2009-08-07 Thread Steve Cookson
Hi Andri, Thanks for this. So my frame is called $self, and I have a TextCtrl on it called $self->{"Field_Txt"}. I tried to do: DESTROY($self->{"Field_Txt"}); . . . . . sub DESTROY{ } but it doesn't work. Maybe because I am only trying to delete part of an object, I sh

Re: Trouble building wxWidgets for Strawberry Perl

2009-08-07 Thread Mattia Barbon
wxperl.d...@gmail.com wrote: The first part, building in \build\msw, worked fine. The second part, not so much. If you go to \contrib\src\stc, there is no such file as makefile.gcc there. There is a Makefile.in there, but I don't know how to convert that into a real makefile under Windows.

Re: WX_GL_DOUBLEBUFFER,

2009-08-07 Thread Mattia Barbon
Wim de Vries wrote: Thanks Mattia, I use cpan on the command line, but it reports 0.7 as the most recent version. Maybe I should wait a few days. Or just download it from search.cpan.org and install it manually. As I reported earlier, it is hard to find working examples. Shall I contribute

RE: Documentation - again

2009-08-07 Thread Steve Cookson
Hi Sean: great answer. This worked for me. (see below). *** Hi Steve, What worked for me to get the right pane to show up was: -select file -select properties -select on button at bottom right: 'Unblock' HTH, Sean

Re: Destructors

2009-08-07 Thread Andri Möll
On Fri, 2009-08-07 at 13:23 -0300, Steve Cookson wrote: > Hi Guys, > > Does anyone know what the correct syntax for a Perl destructor is, if > I want to remove a field, sizer or tab from a pane? > > Any suggestions welcome! > > Regards > > Steve Use the DESTROY subroutine with your Perl bless

Trouble building wxWidgets for Strawberry Perl

2009-08-07 Thread wxperl . docs
I am trying to compile wxWidgets for Strawberry Perl (MinGW on Windows), and I'm following Mattia Barbon's instructions in the Wx module's docs (docs/INSTALL.pod). The relevant part of that document is this:   | Build wxWidgets as a dll   |   |   cd z:\path\to\wx\build\msw   |   make -f makefil

Trouble building wxWidgets for Strawberry Perl

2009-08-07 Thread wxperl . docs
I am trying to compile wxWidgets for Strawberry Perl (MinGW on Windows), and I'm following Mattia Barbon's instructions in the Wx module's docs (docs/INSTALL.pod). The relevant part of that document is this: Build wxWidgets as a dll cd z:\path\to\wx\build\msw make -f makefile.gc

RE: Documentation - again

2009-08-07 Thread Steve Cookson
Hi Octavian, I recduecd the filename to its minimum, but no joy. Don't worry. Regards Steve -Original Message- From: Octavian Râsnita [mailto:orasn...@gmail.com] Sent: 07 August 2009 12:19 To: Roode, Eric; wxperl-users@perl.org Subject: Re: Documentation - again Hi, On Friday, Augu

Destructors

2009-08-07 Thread Steve Cookson
Hi Guys, Does anyone know what the correct syntax for a Perl destructor is, if I want to remove a field, sizer or tab from a pane? Any suggestions welcome! Regards Steve <>

Re: Documentation - again

2009-08-07 Thread Octavian Râsnita
Hi, On Friday, August 07, 2009, Steve Cookson wrote: Hi Eric, Did you ever get this to work: http://prdownloads.sourceforge.net/wxperl/wxPerl-0.82-wx-2.8.7-docs-chm. chm For me it only showed blank pages on the right-hand pane. So I don't know if it was any good. Windows sometimes uses a

RE: Documentation - again

2009-08-07 Thread Roode, Eric
On Friday, August 07, 2009, Steve Cookson wrote: > Hi Eric, > > Did you ever get this to work: > > http://prdownloads.sourceforge.net/wxperl/wxPerl-0.82-wx-2.8.7-docs-chm. chm > > For me it only showed blank pages on the right-hand pane. So I > don't know if it was any good. Hi Steve, That

GetEvent

2009-08-07 Thread Steve Cookson
Hi Guys, Does anyone know how to use any of the GetEvent keywords? I have a subroutine which is called by a number of events, some of which pass 3 parameters and some of which pass 2 (ie they don't all pass $self). The processing is slightly different depending on which event triggered the routi

Documentation - again

2009-08-07 Thread Steve Cookson
Hi Eric, Sorry I'm a bit behind the curve on this one. I'm pleased to hear that you are embarking on some Doc. Did you ever get this to work: http://prdownloads.sourceforge.net/wxperl/wxPerl-0.82-wx-2.8.7-docs-chm.chm For me it only showed blank pages on the right-hand pane. So I don't know

Re: WX_GL_DOUBLEBUFFER,

2009-08-07 Thread Wim de Vries
Thanks Mattia, I use cpan on the command line, but it reports 0.7 as the most recent version. Maybe I should wait a few days. As I reported earlier, it is hard to find working examples. Shall I contribute a simple working example when I have cleaned stuff up? If so, please let me know to whom I sho