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

2002-05-17 Thread Mark Di Nicola
RE: [perl-win32-gui-users] keystrokesthanks. have you got any examples on how its supposed to be done? - Original Message - From: Peter Eisengrein To: '[EMAIL PROTECTED]' ; perl-win32-gui-users@lists.sourceforge.net Sent: Saturday, May 18, 2002 4:29 AM Subject: RE: [perl-win32

[perl-win32-gui-users] Grabbing the browser URL

2002-05-17 Thread Marcus
Can you grab the browser URL with Win32::GUI? I remember somebody was writing a control to open IE windows. Marcus

[perl-win32-gui-users] Modularization broke Win32 - help?

2002-05-17 Thread Morbus Iff
Good day. I'm the developer of popular AmphetaDesk program: http://www.disobey.com/amphetadesk/ Anyways, I use Win32::GUI to make the GUI for the Windows side of things, and then I use perl2exe to make it into a binary for distribution. This has been working fine for about a year now. In t

RE: [perl-win32-gui-users] keystrokes

2002-05-17 Thread Peter Eisengrein
There is an 'accelerator' method which does what I think you want but I've never been able to make it work. You can fake some of it if the keystroke has an associated number value. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 16, 2002 20:

RE: [perl-win32-gui-users] Strange end of my program when I roll the wheel of my mouse while downloading information from the web

2002-05-17 Thread Guillem Cunillera Wefers
I don't understand your explanation , but in order to avoid the possible problems of the Treeview events I remake my Window: I delete all events from the Treeview, and replaced the desired actions with another Comboboxes in the same window (the most stupid easy solution) , but the same error still

RE: [perl-win32-gui-users] Strange end of my program when I roll the wheel of my mouse while downloading information from the web

2002-05-17 Thread Johan Lindstrom
At 11:57 2002-05-17 +0200, Guillem Cunillera Wefers wrote: I only use the NodeClick, and it seems to go wrigth, but: - Some NodeClick events are send when I haven't done, for instance when I roll the wheel Maybe this is related to the problems I had, I don't know. This is how I "solved" my pro

RE: [perl-win32-gui-users] Strange end of my program when I roll the wheel of my mouse while downloading information from the web

2002-05-17 Thread Guillem Cunillera Wefers
I only use the NodeClick, and it seems to go wrigth, but: - Some NodeClick events are send when I haven't done, for instance when I roll the wheel - If I define a new dinamic window inside the NodeClick it is impossible to change the window focus to the new Window.Always return to the same window.

Re: [perl-win32-gui-users] Strange end of my program when I roll the wheel of my mouse while downloading information from the web

2002-05-17 Thread Johan Lindstrom
At 11:26 2002-05-17 +0200, Guillem Cunillera Wefers wrote: I use a great TreeView in a Window, and this window uses LWP to download information of the web, but when I roll the wheel of my mouse, the program ends suddenly !. It only happen when I am downloading information from the web, if not n

[perl-win32-gui-users] Strange end of my program when I roll the wheel of my mouse while downloading information from the web

2002-05-17 Thread Guillem Cunillera Wefers
I use a great TreeView in a Window, and this window uses LWP to download information of the web, but when I roll the wheel of my mouse, the program ends suddenly !. It only happen when I am downloading information from the web, if not no ends success. More info: This window also uses progressba