From: Matthias R. <mat...@ra...> - 2007-01-04 17:33:30
|
Hi, Mark Dootson schrieb: > Hi, > > I think it is probably caused by different versions of wxPerl / wxWidgets. > > Anyhow, I think the unusual behaviour is actually under Linux. > When you add a window, you should also specify a wxGBPosition. > > If your wxPerl is greater than 0.25, I think you can just pass an array > ref, so > > $szEK->Add($lblEkNet, [1,1]) > > should work. > > This might be the problem, I'm using a debian package for v0.22 from http://www.barbon.org/wxperl/. The latest source package wouldnt compile on my actual Debian stable machine, after 2h fixing libs, packages and paths I gave up. Is there a newer .deb-version anywhere out there to install? > If not, then > $szEK->Add($lblEkNet, Wx::GBPosition->new(1,1)) > > should be OK. > > Dang, I tried this, but with a typo... GbPosition... =P Thanks for your reply! Bye, /\\atthias |