> > > i minimized my application to the treectrl and uploaded it:
> > > http://www.soapy.ch/temp/minimal.txt>
> > Thanks!
> >
> > > well, the minimal sample works fine... but my way in a> > wxDialog
> doesn't work...
> > > i assume a programming mistake from my side, but i'm really> > unable
> to find it...>
> > Works for me ( almost ); the sequence of begin/end is OK ( the> one I
> wrote above ); the only problem is that ESC does not cancel> editing ( id
> does nothing ), but this is because it is eaten by> the dialog,> AFAIK
> >
> > > not to forget:
> > > i'm using win98 with activePerl 5.6.1>
> > Shot in the dark:
> > it may be Win98, or the comctl32 version; what version of> IE have you
> installed? Does upgrading comctl32.dll help?
> > ( there is one available for download somewhere in MS> site, and it comes
> with IE ).
> > I have IE 5.5 ( comctl32 5.81 ).ok, i used your sample...works fine (win98
> and win2000)but, if i remove this line:my $text =
> Wx::TextCtrl->new($configDialog,-1,'',[0,200],[500,100], wxTE_MULTILINE);it
> doesn't work anymore...(uncomented
> Wx::Log::SetActiveTarget(Wx::LogTextCtrl->new($text));)i've the same comctl
> version like you...
> does it work for you if you remove/uncoment this two lines?
> greetingMarco
What did cripple the mail that way ( curious )?
Now I see the problem; I posted it to wx-users with a C++ testcase.
Let's see.
Regards
Mattia
P.S.: looking at wx-users archives, someone else had your same problem
|