Hi,

My tip would be to always use a Wx::Panel within the Wx::Frame. If you don't, you will get unexpected and annoying differences in background drawing between different platforms.

Regards

Mark

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?



Reply via email to