[perl-win32-gui-users] ComboBox - scrolling long text

2002-12-03 Thread Motesicky Alojz
Hi, Anyone know how I can scroll horizontally (and edit) long text in a editable ComboBox? Thanks. Lojzo. This is my little example: use Win32::GUI; my $W = new Win32::GUI::DialogBox( -left => 200, -top=> 100, -width => 300, -height => 200, -name => "

RE: [perl-win32-gui-users] Minimized window inactive

2002-10-17 Thread Motesicky Alojz
Try this: #- use strict; use Win32::GUI; my $count = 0; my $W = new Win32::GUI::Window( -left => 558, -top=> 122, -width => 300, -height => 255, -name => "W", -text => "Test" ); $W->AddLabel( -text

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

2002-10-02 Thread Motesicky Alojz
PM To: Motesicky Alojz; 'perl-win32-gui-users@lists.sourceforge.net' Subject: RE: [perl-win32-gui-users] Cursor is not refreshed correctly from the GUI sample script (should've come with the Module), textfield.pl my $C = new Win32::GUI::Cursor("harrow.cur");

[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.