[perl-win32-gui-users] The skin module

2006-04-11 Thread Brian Millham
Hi all, I created a web page where you can download the Win32::GUI::Skin module and example. You will also get the scripts used to create your own skin files. The site is: http://www.millham.net/perlskin If you are interested in creating a skinned application, please give this a try, and let me

Re: [perl-win32-gui-users] Re: [win32-gui] WS_EX_NOACTIVATE - possible in win32::GUI?

2006-04-11 Thread Robert May
Steve Loughran wrote: Many thanks for that, far easier to use than messing with SetWindowLong() I dont see any reference to -pushexstyle in the docs on the website btw http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=window http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=

RE: [perl-win32-gui-users] Auto focus on a listview or textfield

2006-04-11 Thread Peter Eisengrein
> > I want to make an auto focus on a listview or a textfield when i make > it appears. Like that, the user don t have to click on it to make > mouse scrolling. > $widget->SetFocus(); > > ps: sorry for my poor english, i'm french student learning english :D > No problem. There are a lot of

[perl-win32-gui-users] Auto focus on a listview or textfield

2006-04-11 Thread kortyzon
Hi ! I want to make an auto focus on a listview or a textfield when i make it appears. Like that, the user don t have to click on it to make mouse scrolling. Can somebody help me?? Thanks and have a good day! ps: sorry for my poor english, i'm french student learning english :D

[perl-win32-gui-users] Re: [win32-gui] WS_EX_NOACTIVATE - possible in win32::GUI?

2006-04-11 Thread Steve Loughran
Many thanks for that, far easier to use than messing with SetWindowLong() I dont see any reference to -pushexstyle in the docs on the website btw http://perl-win32-gui.sourceforge.net/cgi-bin/docs.cgi?doc=window Steve sub WS_EX_NOACTIVATE() {0x800} ... my $win = Win32::GUI::Window