Re: [win32gui] [perl-win32-gui-users] Adding NEM event handlers post new?

2005-12-17 Thread Robert May
Johan Lindström wrote: At 19:59 2005-12-17, Ströbitzer Andreas wrote: Hello, Is it possible to change the options of an treeview element which is created with GuiLoft? This is something for the Win32::GUI list (which this is cross-posted to), because that's what the issue is: Is it po

[perl-win32-gui-users] Adding NEM event handlers post new? (was: [The GUI Loft] Treeview DoubleClick)

2005-12-17 Thread Johan Lindstr�m
At 19:59 2005-12-17, Ströbitzer Andreas wrote: Hello, Is it possible to change the options of an treeview element which is created with GuiLoft? This is something for the Win32::GUI list (which this is cross-posted to), because that's what the issue is: Is it possible to add a NEM event h

[perl-win32-gui-users] SOLVED: Win32::Gui::Hyperlink for Win32::GUI version 1.03?

2005-12-17 Thread Robert May
Robert May wrote: Steven Lloyd wrote: With Win32::GUI build 1.03 I cannot get Win32::GUI::Hyperlink to work. In an off-list conversation with Steve we narrowed his problem down to an interaction between per2exe and the 'use base' pragma in Win32::GUI::HyperLink The solution was to replace

Re: [win32gui] [perl-win32-gui-users] Win32::Gui::Hyperlink for Win32::GUI version 1.03?

2005-12-17 Thread Robert May
Steven Lloyd wrote: With Win32::GUI build 1.03 I cannot get Win32::GUI::Hyperlink to work. In what way can you not get it to work? What error messages do you get - it works fine for me here (win98, AS Perl 5.8.7, Win32::GUI 1.03) In Hyperlink.pm, it says /use base qw(Win32::GUI::Label);/

[perl-win32-gui-users] Win32::Gui::Hyperlink for Win32::GUI version 1.03?

2005-12-17 Thread Steven Lloyd
With Win32::GUI build 1.03 I cannot get Win32::GUI::Hyperlink to work. In Hyperlink.pm, it says use base qw(Win32::GUI::Label); But this is no use Win32::GUI::Label module anymore (not on CPAN anymore). Is there a different way to make a label a hyperlink? Steve Lloyd http://www.basgetti.com

Re: [win32gui] [perl-win32-gui-users] How to Gray out a button (it is not about disabling)

2005-12-17 Thread Robert May
Piotr Kaluski wrote: Hi, When you read about button related messages in MSDN, BM_SETCHECK gives you an opportunity to set button's state to BST_INDETERMINATE, which is presented by a gray color. Is there a way to gray out a button in Win32::GUI (apart from using SendMessage directly)? --Piotr