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
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
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
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
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
5 matches
Mail list logo