Re: [perl-win32-gui-users] How to catch/process mouse clicks on a balloon?

2008-05-01 Thread Robert May
2008/4/15 Ilya BANDORIN <[EMAIL PROTECTED]>: > Does anybody know if it is possible to execute a subroutine when user > clicks on a popup balloon of NotifyIcon? Now it just closes on mouse > click. Can't find any solution for this. Yes, it's possilbe. Look at the code for the NotifyIcon.pl samp

Re: [perl-win32-gui-users] Handling WM_MOUSEWHEEL or other arbitrary windows messages

2008-05-01 Thread Robert May
2008/4/15 E. Westbrook <[EMAIL PROTECTED]>: > I have a Win32-GUI app with a scrollable window area, and it uses the > "-onScroll => \&scrollfn" model to handle manipulation of the scrollbar > (and other normal messages). It's working well, such as it is. > > Now I'd like to add handling for th

Re: [perl-win32-gui-users] Help constructing a task-manager like listbox

2008-05-01 Thread Robert May
2008/4/29 Eric M. Hillman <[EMAIL PROTECTED]>: > I'm trying to build a listbox that will have about the same contents as the > "Applications" tab in Task manager, showing only those apps that have real, > focusable windows. I've been using Win32::GuiTest's "FindWindowLike" with > empty search stri

Re: [perl-win32-gui-users] Scrollbars

2008-05-01 Thread Robert May
2008/4/30 Steven Vasilogianis <[EMAIL PROTECTED]>: > I have been having some trouble getting my scroll bars to work well. I > have been modifying an example I found on Rob May's weblog > (http://blog.robmay.me.uk/search/label/perl-win32-gui). > > Sample code is included below. The problems I am