Start by finding yourself a design tool (e.g. DialogBlocks), designing your frames and saving them to an XRC file. Then make a new Wx::XmlResource object (via &new), use the &Load method to load the XML and then continue with various &LoadFrame, &LoadDialog and &LoadXXX methods. Also take a look at wxWidgets' manual.
Andri ademmler wrote: > Hi to all from this list, > > who has some good starting points, > if I want to learn how to use XRC with wxPerl. > > Till today I wrote all my wxPerl Apps by Hand, but as far as I have > understood I could use > a Designtool, to build the GUI as XRC file and link it to my code . . . . > > > Thanks to any/everybody > Alexander
