Hi On 06/06/2011 15:22, Shawn H Corey wrote: > Hi, > > I'm trying to learn WxPerl and I'm having problems with some things on > the wiki. > > On the page for Wx::Frame > <http://wiki.wxperl.info/w/index.php/Wx::Frame>, it adds the controls > directly to the frame but on the tutorial page, Hello World > <http://wiki.wxperl.info/w/index.php/HelloWorld> it adds a Wx::Panel and > places the controls on it. > > What's the difference? >
The simple answer is: if you don't use Panel, your tabbing won't work and you'll spend hours trying to work out why. Regards Steve