> 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
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
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
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
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
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
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
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/
8 matches
Mail list logo