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

2007-07-11 Thread pcourterelle
- Original Message - From: "Robert May" <[EMAIL PROTECTED]> To: "pcourterelle" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, July 11, 2007 2:29 PM Subject: Re: [perl-win32-gui-users] combobox On 04/07/07, pcourterelle <[EMAIL PROTECTED]> wrote: Rob, thanks for that...that drove me nuts

Re: [perl-win32-gui-users] accelerator which fires evertime

2007-07-11 Thread Robert May
On 11/07/07, Robert May <[EMAIL PROTECTED]> wrote: On 11/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a small program which can be minimized to the tray. > Now I want to have an accelerator which fires to minimize the program to the > tray => this works fine. > But now I want to r

Re: [perl-win32-gui-users] accelerator which fires evertime

2007-07-11 Thread Robert May
On 11/07/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have a small program which can be minimized to the tray. Now I want to have an accelerator which fires to minimize the program to the tray => this works fine. But now I want to restore the window with an accelerator anytime. It should wo

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

2007-07-11 Thread Robert May
On 04/07/07, pcourterelle <[EMAIL PROTECTED]> wrote: Rob, thanks for that...that drove me nuts for a while...what does SetTopIndex() do if it does ensure the value of the index is visible in the Listbox? The info says: SetTopIndex SetTopIndex(INDEX) Ensure that a particular item is visible in th

[perl-win32-gui-users] accelerator which fires evertime

2007-07-11 Thread a9876543210
hi, I have a small program which can be minimized to the tray. Now I want to have an accelerator which fires to minimize the program to the tray => this works fine. But know I want to restore the window with an accelerator anytime. It should work if I'm writing a text or in internet explorer or

Re: [perl-win32-gui-users] How to sue DialogUI

2007-07-11 Thread Geoffrey Spear
You need to add -tabstop => 1, to the options for any control that you want to be able to select with tab. On 7/11/07, Maxmelbin Neson (RBIN/EMT1) <[EMAIL PROTECTED]> wrote: Hello , How do I use DialogUI method to make my Window take "Tabs" etc …. use Win32::GUI; use Win32::GUI::GridLayou

[perl-win32-gui-users] How to sue DialogUI

2007-07-11 Thread Maxmelbin Neson (RBIN/EMT1)
Hello , How do I use DialogUI method to make my Window take "Tabs" etc use Win32::GUI; use Win32::GUI::GridLayout; $main = Win32::GUI::DialogBox->new(-name => 'Main', -text => 'Perl Win32 GUI', -width => 550,