in reply to wxPerl fails with a cryptic message: "variable is not of type Wx::Point"
I agree that the documentation is pretty sparse which is why I ported the wxBook examples, see the GitHub reference above. I use the pdf document "wxWidgets 2.8.10: A Portable C++ and Python GUI Toolkit" by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al February 2009. It's for C++ with wxPerl and Python notes sprinkled in where the usage varies. The 2381 pages is a lot to digest, but it does get easier to use as you get the hang of how things translate. Most of what I have found so far demonstrates individual widget usage. I am having trouble finding examples of a more complete application. I understand that this may be difficult as real applications will probably contain modules that any given user may not have installed.
There has been a lot of recent discussion on the mailing list - wxperl-users@perl.org - about writing a wxPerlBook to parallel the wxBook. This is also a good place to post questions. There is also some activity on StackOverflow.
There is a new resource you should check out that collects several resources together - http://www.wxperl.it.
Then there's always http://www.wxwidgets.org and http://wiki.wxwidgets.org, but these also have the problem of being C++ documentation which will require interpretation.James
There's never enough time to do it right, but always enough time to do it over...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: "Like trying to find water in a desert"
by HelenCr (Monk) on Mar 09, 2013 at 10:36 UTC | |
by stefbv (Priest) on Mar 09, 2013 at 12:25 UTC | |
by Anonymous Monk on Mar 09, 2013 at 12:32 UTC | |
by Anonymous Monk on Mar 09, 2013 at 11:05 UTC | |
by jmlynesjr (Deacon) on Mar 10, 2013 at 02:15 UTC | |
|
Re^2: wxPerl fails with a cryptic message: "variable is not of type Wx::Point"
by Anonymous Monk on Mar 09, 2013 at 12:13 UTC | |
by jmlynesjr (Deacon) on Mar 10, 2013 at 02:32 UTC |