[perl-win32-gui-users] Win32::DialogBox - LostFocus() Event in Button and RadioButton Ob jects doesn't seem to work for me

2001-11-15 Thread O'Malley, Bryan T.
> Windows 2k sp 2 > ActiveState Perl build 618 > > use Win32::GUI > > > > The buttons and radiobuttons work fine in the GUI::DialogBox object. > > The Click() event works fine. > > The LostFocus() event doesn't respond at all when a mouse click happens on > another obj

[perl-win32-gui-users] Win32::DialogBox - LostFocus() Event in Button and RadioButton Objects doesn't seem to work for me

2001-11-15 Thread Bryan O'Malley
Windows 2k sp 2 ActiveState Perl build 618 use Win32::GUI The buttons and radiobuttons work fine in the GUI::DialogBox object. The Click() event works fine. The LostFocus() event doesn't respond at all when a mouse click happens on another object (button, textfield, etc.) Also, the LostFocus

RE: [perl-win32-gui-users] Context Menus

2001-11-15 Thread Peter Eisengrein
You can create a Label the same size as the window (with or without text) and react to double-click and right-click events on it. That's the only way I've been able to do it. > -Original Message- > From: Marcus [mailto:[EMAIL PROTECTED] > Sent: 15 November 2001 09:34 > To: perl-win32-gui-u

[perl-win32-gui-users] Context Menus

2001-11-15 Thread Marcus
Does anyone know how to create a right-click context menu for the main window? I need the context menu to appear anywhere in the main window. Is it possible to just capture right-click actions in general, and then get detailed. You can create keyboard actions/bindings, but what about mouse actions

Re: [perl-win32-gui-users] ListView MultiSelect

2001-11-15 Thread Jonathan Southwick
I should have tried it before I sent out the message because it doesn't seem to be working. Jonathan Southwick [EMAIL PROTECTED] Technical & Network Services Allegheny College, Meadville, PA 16335 (814) 332-2755 At 11/15/2001 08:36 AM, you wrote: At 11/14/2001 05:06 PM, you wrote: Is there a w

Re: [perl-win32-gui-users] ListView MultiSelect

2001-11-15 Thread Jonathan Southwick
At 11/14/2001 05:06 PM, you wrote: Is there a way to prevent a ListView in details mode from allowing the user to select more than one line? Add this to your ListView definition: -multisel => 0, Jonathan Southwick [EMAIL PROTECTED] Technical & Network Services Allegheny College, Mea

RE: [perl-win32-gui-users] Some basic questions

2001-11-15 Thread Piske, Harald
1) How can I have a perl routine running as the master program with the Window just popping up as a dialog box and once I have modified the appropriate parameters, it just disappears and the command is given back to the background perl script ? You can have any number of windows defined and cont

Re: [perl-win32-gui-users] Some basic questions

2001-11-15 Thread Mark Wilkinson
Hi Faraz, This list is really not the forum for Tk-related questions. The Win32 GUI list is for users of the module Win32::GUI (a native Windows GUI, rather than a Tk GUI). You should look at the newsgroup comp.lang.perl.tk and direct your questions there. http://www.faqs.org/faqs/by-newsgroup/