Whether you are writing in C++ or Perl, the best way that I have found is to use DialogBlocks. It isn't free (and isn't mine either), but it is a really great tool for creating the Gui.
For Perl, get DialogBlocks to output a full XRC file. This is an XML file describing the Gui. In Perl, read the XRC file. It takes a bit of time to get used to DialogBlocks, but is well worth the effort. I don't have an example that I can distribute, but if you want I can post one... Peter On Sat, 2008-06-21 at 10:13 +0300, Gabor Szabo wrote: > Hi, > > so now that I have Wx installed I would like to start using it. I read > the tutorial > http://wxperl.sourceforge.net/tutorial/tutorial.html > but it really only gives the first steps. > > Is there a deeper tutorial? > Where is the full documentation ? > Os there a place where I can get the list of widgets? > > Gabor >
