Re: [perl-win32-gui-users] Scroll functions not working

2008-12-15 Thread Sean Healy
Alexander (Sasha) Sirotkin wrote: > Here is the problematic code, in case anybody cares to take a look: > > for ( ListWindows( ) ) { > if ($_->{title} =~ /Firefox/) { > $hwnd = $_->{hwnd}; > last; > } > } > Win32::GUI::SetForegroundWindow($hwnd); > my $x = Win32::GUI::Scro

Re: [perl-win32-gui-users] Filling Listbox with Dir and AddFile

2008-12-15 Thread Sean Healy
Brian Somers wrote: > Basically, I’m trying to implement a dual listbox interface quite > similar to what Eric Hansen wrote about in 1999. What I can’t find > anywhere is how to fill the left listbox with the files in a given > directory, although the closest I found was a tutorial in VB out on

Re: [perl-win32-gui-users] Perl-Win32-GUI-Users Digest, Vol 30, Issue 2

2008-12-15 Thread Kieren Dunbar
Hi Glenn and Rob Thank you - you've both very helpful, and I now have a combobox which responds appropriately to user input. I do still have one question, though. Is there a list somewhere of the events a type of control responds to by default? The MSDN library lists events which can be trapped w

Re: [perl-win32-gui-users] Drawing transparently.

2008-12-15 Thread Jeremy White
Hi, Ok I understand a little more of what you are trying to do. Windows has two main drawing modes: One mode windows draws the windows itself, the other is where you draw the window (ie, supply the paint event). You can mix styles, but it gets very complicated as you have to treat the window i