We should all really push for this feature to be fully implemented. I have often wanted it myself to put context sensitive help in my applications.
Eric Dallas, Texas USA >>> [EMAIL PROTECTED] 02/17/02 02:14PM >>> Send Perl-Win32-GUI-Users mailing list submissions to perl-win32-gui-users@lists.sourceforge.net To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Perl-Win32-GUI-Users digest..." Today's Topics: 1. Tool Tips (Chris Wearn) 2. Re: Tool Tips (Marcus) --__--__-- Message: 1 From: "Chris Wearn" <[EMAIL PROTECTED]> To: <perl-win32-gui-users@lists.sourceforge.net> Date: Sun, 17 Feb 2002 13:23:16 +0800 Subject: [perl-win32-gui-users] Tool Tips Hello All, I have now exhausted most combinations of things that seem logical, however I still can't get the tool tips to work. What Objects can I place it on. I'm trying to get a tip to appear on buttons. # Create Button object - SetCWD $btnSetCWD = $MainWin->AddButton( -name => "btnSetCWD", -text => "Set", -width => 80, -height => 23, -left => 516, -top => 260, -tabstop => 1, -font => $Font, -tooltips => 1, ); # Create Tooltip object $ttipSetCWD = new Win32::GUI::Tooltip( -parent => $btnSetCWD, -name => "ttipSetCWD", -text => "Text to display as tooltip", ); I have scoured the net for any examples but have not found a worked example and the Win32::GUI docs are not expansive enough for me to figure it out (read dumb!). Has anyone else managed to get this to work? Chris --__--__-- Message: 2 Date: Sun, 17 Feb 2002 18:29:04 +0100 From: "Marcus" <[EMAIL PROTECTED]> To: perl-win32-gui-users@lists.sourceforge.net Subject: Re: [perl-win32-gui-users] Tool Tips On 17.02.02 at 13:23 Chris Wearn wrote: >I have now exhausted most combinations of things that seem logical, however >I still can't get the tool tips to work. afaik, tool tips are not yet implemented. I also spent a lot of time on them because the manual gives the impression of tool tips being available. The only implemented tool tip is the one that comes with the system tray icon. I'd be glad to learn otherwise though. Marcus --__--__-- _______________________________________________ Perl-Win32-GUI-Users mailing list Perl-Win32-GUI-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users End of Perl-Win32-GUI-Users Digest