From: Marco T. <wx...@so...> - 2002-04-07 20:42:20
|
>Found a fix ( I hope ); download the modified wx22_9.dll from >http://wwwstud.dsi.unive.it/~mbarbon/wx/wx22_9.dll.gz >uncompress it and put it in $PERL/site/lib/auto/Wx >( make a backup of the original one, of course ). >This fixes your problem with tree control, but may introduce >new ones ( it is a fix backported from wxWIndows 2.3 ). > >Regards >Mattia hey thanks man! i had no time to work on my application but i checked the wxwindows mailinglist archive. you asked for a code change as workaround... this week, while doing something totally different, i got an idea for such a workaround... in fact we already had it: leave the line: my $text = Wx::TextCtrl->new($configDialog,-1,'',[0,200],[500,100], wxTE_MULTILINE); and set it to not visible: $text->Show(0); like i said, i had no time to try it... shit, hope your work wasn't unnecessary but many thanks for that. really! greeting Marco |