Wx::Grid sizing and scrollbars

2009-08-19 Thread wxperl . docs
test.pl Description: Binary data

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 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

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

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