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öller <[EMAIL PROTECTED]>
Para: Guillem Cunillera Wefers <[EMAIL PROTECTED]>;
[EMAIL PROTECTED] <[EMAIL PROTECTED]>
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 regarding
>Win32::GUI in conjunction with Win32::OLE. The use of both together made
the
>Richedit widget inaccessible. This malfunction still exists in Win32::GUI
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üngliche Nachricht-----
>Von: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] 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 RichEdit
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 = new Win32::GUI::RichEdit($w_principal,-name =>
>"Mailtool::seleccio::Textbox");
>$Textbox->Load("richedit.rtf");
>I have also tried AddRichEdit. Any method I used over $Textbox fails, and
this
>problem doesn't appear in the other widgets I used. Any solution for this
>problem ? Any alternatives to include a help text ? I can accept html or
other
>type of file.
>Guillem Cunillera i Wefers.
>
>


Reply via email to