From: Mike S. <Mik...@Do...> - 2007-01-04 17:41:40
|
You can try this one: http://dasco3.donorware.net/ubuntu/wxperl_0.65-1_i386.deb Was built with checkinstall against Wx 0.65 and wxWidgets 2.8.0 on Ubuntu (Dapper) - ymmv. Mike. Matthias Rahn wrote: > 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 > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > wxperl-users mailing list > wxp...@li... > https://lists.sourceforge.net/lists/listinfo/wxperl-users > |