[perl-win32-gui-users] Can anyone tell me why tabbing works on the textfields but not onto the buttons?

2005-07-20 Thread Emmanuel E
Hi Everyone, In the following peice of code I can tab through the textfields but not onto the buttons. Ive tried -tabstop, -ok, -default -dialogui in various combinations however nothing seems to move focus onto the button called start. - use Win32::GUI; use Win32::Process; use Win32; my

Re: [win32gui] [perl-win32-gui-users] System Tray problem after upgrade to v1.02 from v1.00

2005-07-20 Thread Robert May
Daniel Åkesson wrote: my($x, $y) = Win32::GUI::GetCursorPos(); $mw_win32->TrackPopupMenu($systray_menu->{SystrayMenu}, $x, $y); My most humble apologies. I've broken TrackPopupMenu() in a piece of logic that I spent so long looking at that I was *sure* I had it right. The fix is trivi

Re: [win32gui] [perl-win32-gui-users] System Tray problem after upgrade to v1.02 from v1.00

2005-07-20 Thread Robert May
Daniel, Could you post a minimal example that exhibits this problem so that I can verify and track it down. I have played with with the TrackPopupMenu implementation in this release, but my testing didn't show any such problems. Also what Perl version, and what windows platform? Regards,

[perl-win32-gui-users] System Tray problem after upgrade to v1.02 from v1.00

2005-07-20 Thread Daniel Åkesson
Well, Please check: http://www.perlmonks.org/?node_id=476373 to see my problem :) Thanks, Daniel

[perl-win32-gui-users] Re: [win32gui] Re: [perl-win32-gui-users] SSLeay fails whe n GUI is initialized

2005-07-20 Thread Emmanuel E
Whoops real sorry guys! Its not a Win32::GUI problem. I finally traced the bug to MIME::Base64. Here is an outline of what I am trying to do. Maybe it will help understand the reason for the weird behavior better. and maybe someone will point out a better way to do it. step 1: bind to ho

Re: [win32gui] Re: [perl-win32-gui-users] SSLeay fails when GUI is initialized

2005-07-20 Thread Jeremy White
Yup the script works perfectly fine if no GUI is created. I agree with Rob, using Win32-gui should not cause your problems, yet it seems it is somehow - I'm a little concerned that something strange is going on. In fact I had no intention of writing a GUI as it served my purpose without one