in reply to Has anyone used wxGlade or wxDesigner to generate code
I tried wxGlade briefly, but to me it was more annoying than just coding what I wanted by hand -- especially since in Perl it's easy to throw together a bunch of small classes that wrap the base Wx libraries and give you a nice interface that does what you want.
For working examples, consider checking out Wx::Demo. It gives you running examples of every class in wxPerl, and the source code is just a click away.
For documentation, all you really need to look at is the C++ Wx reference. Once you learn the few conventions for converting the C++ to Perl you're all set, and when there are any Perl-specific quirks they're noted right in the same reference.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Has anyone used wxGlade or wxDesigner to generate code
by hangon (Deacon) on Mar 07, 2009 at 18:29 UTC | |
by Anonymous Monk on Mar 07, 2009 at 18:52 UTC | |
by Steve_BZ (Chaplain) on Mar 07, 2009 at 22:07 UTC | |
|
Re^2: Has anyone used wxGlade or wxDesigner to generate code
by Anonymous Monk on Dec 30, 2010 at 18:17 UTC | |
by Anonymous Monk on Dec 30, 2010 at 19:23 UTC | |
by Anonymous Monk on Dec 30, 2010 at 20:05 UTC |