RE: [perl-win32-gui-users] Rich edit: formatted text lost when sc rollled

2002-06-10 Thread Straub, Peter (Peter)
I already saw this suggestion somewhere in the list archives (probably posted by you), but it did not work for me. Forcing the RichEdit control to refresh [$RichEdit->InvalidateRect(0)] restored the contents but at the same time restored it to an unscrolled state (even if the contents had been scr

[perl-win32-gui-users] Changing a the topmost Window property

2002-06-10 Thread Guillem Cunillera Wefers
I would like to change the property "topmost" of a Window which is declared with -topmost =>1 I have tried this two sentences: $WindowVis->Change($WindowVis, -topmost =>0); $WindowVis->Change(-topmost =>0); but no results... What's wrong ? Guilem

Re: [perl-win32-gui-users] Rich edit: formatted text lost when scrollled

2002-06-10 Thread Jonathan Southwick
What finally worked for me was to add: ## $MainWindow is the window that has my RichEdit control. $MainWindow->InvalidateRect(0); I hope this works for you as well. Jonathan At 6/6/2002 09:56 AM, Straub, Peter (Peter) wrote: Hi all, like other contributors to this list I experienced refresh

RE: [perl-win32-gui-users] System Administrator

2002-06-10 Thread FARRINGTON, RYAN
Here is your solution Win32::PerfLib I've used it in the past and it works great for the applications I'm using it in -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, June 09, 2002 11:32 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [pe

RE: RE: [perl-win32-gui-users] no events when tree view is tabstr ip child (665)

2002-06-10 Thread Straub, Peter (Peter)
Stupid enough I didn't realize it also works as you suggest. Thanks a lot! Peter -Original Message- From: Johan Lindstrom [mailto:[EMAIL PROTECTED] Sent: Freitag, 7. Juni 2002 11:05 To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] no events when tree vie