From: Peter E. <Pet...@at...> - 2002-10-02 12:46:45
|
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:Alo...@sw...] Sent: Wednesday, October 02, 2002 03:50 To: 'per...@li...' Subject: [perl-win32-gui-users] Cursor is not refreshed correctly 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. |