From: Guillem C. W. <vac...@es...> - 2002-04-29 10:03:53
|
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 =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, = 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. |