RE: [perl-win32-gui-users] Mouse click event on the main window

2005-05-12 Thread Peter Eisengrein
> I am new to Win32::GUI. > I would like to open a simple, plain, main window, with only label > objects on it, let say, and intercept a mouse click anywhere on the > client area, so > that, depending on where the click happens > (Win32::GUI::GetCursorPos()), different actions can be taken.

Re: [perl-win32-gui-users] Button and RichEdit issues

2005-05-12 Thread leonard . jacobsen
Absolutely wonderful I removed that line from my program and all of a sudden the buttons work and everything is fine =D Thank you very much, I greatly appreciate it. I have no idea what that option does, I think its just something i've been using since pre .588 Thanks again for everyone'

Re: [perl-win32-gui-users] Button and RichEdit issues

2005-05-12 Thread Jez White
Ok - this might be a simple solution:) Comment out the line "$mainwindow -> {-dialogui} = 1;" and it works... I dont know what this option does, so I'm not sure it this would be a good solution for you. Cheers, jez. - Original Message - From: [EMAIL PROTECTED] To: Jez White

Re: [perl-win32-gui-users] Mouse click event on the main window

2005-05-12 Thread Jez White
I am new to Win32::GUI. I would like to open a simple, plain, main window, with only label objects on it, let say, and intercept a mouse click anywhere on the client area, so that, depending on where the click happens (Win32::GUI::GetCursorPos()), different actions can be taken. It doesn't