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
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
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,
Well,
Please check:
http://www.perlmonks.org/?node_id=476373 to see my problem :)
Thanks,
Daniel
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
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
6 matches
Mail list logo