From: Guillem C. W. <vac...@es...> - 2002-04-29 10:36:12
|
Yes , in others pm modules I use Win32::OLE. Then, there is any other primitive(?) than "use" in Perl that resolves this problem ? As are you see...the problem could be Win32::OLE and no the pm module. Regards, Guillem -----Mensaje original----- De: Peter K=F6ller <pko...@me...> Para: Guillem Cunillera Wefers <vac...@es...>; aca...@us... <aca...@us...> Fecha: dilluns, 29 / abril / 2002 12:26 Asunto: Re: [perl-win32-gui-users] RichEdit in a pm module >Hello, > >do you use Win32::OLE in your script, too? I found some problems regardi= ng >Win32::GUI in conjunction with Win32::OLE. The use of both together made the >Richedit widget inaccessible. This malfunction still exists in Win32::GU= I 665 >or should I say Win32::OLE xxx (Aldo, what do you mean? To which package >belongs this problem.). Removing Win32::GUI made the Richedit accessible= , but >that's no solution when you need Win32::OLE. > >Regards, > >Peter > > >-----Urspr=FCngliche Nachricht----- >Von: per...@li... >[mailto:per...@li...]Im Auftrag von >Guillem Cunillera Wefers >Gesendet am: Montag, 29. April 2002 12:07 >An: perlwin32gui >Betreff: [perl-win32-gui-users] RichEdit in a pm module > >In my program I want to put some helps windows. I thinked of using RichE= dit in >order to Include some rtf files, but when I used in a pm modules the var thats >is used to created the RichEdit is don't recognised, for example: > >our $Textbox =3D new Win32::GUI::RichEdit($w_principal,-name =3D> >"Mailtool::seleccio::Textbox"); >$Textbox->Load("richedit.rtf"); >I have also tried AddRichEdit. Any method I used over $Textbox fails, an= d this >problem doesn't appear in the other widgets I used. Any solution for thi= s >problem ? Any alternatives to include a help text ? I can accept html or other >type of file. >Guillem Cunillera i Wefers. > > |