RE: [perl-win32-gui-users] Cursor is not refreshed correctly

2002-10-02 Thread Motesicky Alojz
OK, but behavior of cursor still is not properly. (e.g. If I move mouse on border of created window, cursor is not changed to standard system icon for resizing <--> ) Lolo -Original Message- From: Peter Eisengrein [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 02, 2002 2:45 PM To: Mote

RE: [perl-win32-gui-users] Cursor is not refreshed correctly

2002-10-02 Thread Peter Eisengrein
from the GUI sample script (should've come with the Module), textfield.pl my $C = new Win32::GUI::Cursor("harrow.cur"); $Window->ChangeCursor($C); $Window->Reset->ChangeCursor($C); -Pete -Original Message- From: Motesicky Alojz [mailto:[EMAIL PROTECTED] Sent:

[perl-win32-gui-users] Cursor is not refreshed correctly

2002-10-02 Thread Motesicky Alojz
Hi, I am a novice in this mailing distribution list therefore sorry for my non topical information. How set up window settings to correct changing of a mouse cursor on Win32-GUI version 0.0.665 ? Thanks Lolo.