Re: [perl-win32-gui-users] Send text to another program

2011-09-12 Thread Kieren Dunbar
> -Original Message- > From: Ryan Perry [mailto:rpe...@restorehc.com] > Sent: 08 September 2011 19:24 > To: perl-win32-gui-users@lists.sourceforge.net > Subject: [perl-win32-gui-users] Send text to another program > > I'm from the UNIX world so I don't even know where to start > to find

[perl-win32-gui-users] Scrolling in windows

2011-03-07 Thread Kieren Dunbar
Hi Is there a way I can have an object which I can put a set of components on and have them move around a window as a unit? I've read through Rob May's tutorial at , which shows how to make a label move around in response to scroll bars, bu

Re: [perl-win32-gui-users] Need to dynamically change the -tip

2010-02-25 Thread Kieren Dunbar
> -Original Message- > From: az...@nusaxcess.com [mailto:az...@nusaxcess.com] > Sent: 25 February 2010 03:54 > To: perl-win32-gui-users@lists.sourceforge.net > Subject: [perl-win32-gui-users] Need to dynamically change the -tip > > Hi, > > I have developed a software using Win32::GUI

Re: [perl-win32-gui-users] Perl-Win32-GUI-Users Digest, Vol 30, Issue 2

2008-12-15 Thread Kieren Dunbar
apped with hook, but I don't know what the lists of events in the Win32::GUI manual are derived from. Kieron > -Original Message- > From: Glenn W Munroe [mailto:gwmun...@gmail.com] > Sent: 12 December 2008 12:44 > To: 'Perl Rob'; Kieren Dunbar > Cc: perl-wi

[perl-win32-gui-users] Combobox problems

2008-12-09 Thread Kieren Dunbar
Hi All I have tried to use a combobox to do something, but I have had two problems. 1. I don't know what events are triggered if I type into the text box. It doesn't trigger obvious possibilities such as KeyUp, so I don't know what to look for. 2. If I trigger the Change trigger, box->Text contain

[perl-win32-gui-users] Event debug

2007-04-24 Thread Kieren Dunbar
Is there a way I can find out what events are triggered as windows are manipulated? I was trying to catch the event which is triggered when I press return in a TextField, but I ended up setting it as multiline and reacting to each Change event. I'm wondering whether I could simply have the name wr