From: Eric H. <Ha...@sw...> - 2002-02-18 15:14:24
|
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 application= s.=20 Eric Dallas, Texas USA >>> per...@li... 02/17/02 02:14PM = >>> Send Perl-Win32-GUI-Users mailing list submissions to per...@li...=20 To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users= =20 or, via email, send a message with subject or body 'help' to per...@li...=20 You can reach the person managing the list at per...@li...=20 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" <rea...@ii...> To: <per...@li...> 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 =3D $MainWin->AddButton( -name =3D> "btnSetCWD", -text =3D> "Set", -width =3D> 80, -height =3D> 23, -left =3D> 516, -top =3D> 260, -tabstop =3D> 1, -font =3D> $Font, -tooltips =3D> 1, ); # Create Tooltip object $ttipSetCWD =3D new Win32::GUI::Tooltip( -parent =3D> $btnSetCWD, -name =3D> "ttipSetCWD", -text =3D> "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" <li...@wo...> To: per...@li...=20 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 Per...@li...=20 https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users=20 End of Perl-Win32-GUI-Users Digest |
From: <pko...@me...> - 2002-02-19 06:55:02
|
Hello all Win32::GUI Users! Yes, I would like the Tooltip Feature, too. But, I think bug fixes are more interesting. I am working on a big Win32::GUI app and stepped into some serious bugs. I spend more time look= ing for Win32::GUI workarounds than for the app development. This isn't productive any more. Peter > -----Urspr=FCngliche Nachricht----- > Von: per...@li... > [mailto:per...@li...]Im Auftrag von > Eric Hansen > Gesendet am: Montag, 18. Februar 2002 16:17 > An: per...@li... > Betreff: [perl-win32-gui-users] Re: Perl-Win32-GUI-Users digest, Vol 1 > #328 - 2 msgs > > 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 > > >>> per...@li... 02/17/02 > 02:14PM >>> > Send Perl-Win32-GUI-Users mailing list submissions to > per...@li... > > 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 > per...@li... > > You can reach the person managing the list at > per...@li... > > 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" <rea...@ii...> > To: <per...@li...> > 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 =3D $MainWin->AddButton( > -name =3D> "btnSetCWD", > -text =3D> "Set", > -width =3D> 80, > -height =3D> 23, > -left =3D> 516, > -top =3D> 260, > -tabstop =3D> 1, > -font =3D> $Font, > -tooltips =3D> 1, > ); > > # Create Tooltip object > $ttipSetCWD =3D new Win32::GUI::Tooltip( > -parent =3D> $btnSetCWD, > -name =3D> "ttipSetCWD", > -text =3D> "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 ou= t > (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" <li...@wo...> > To: per...@li... > 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 > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > > End of Perl-Win32-GUI-Users Digest > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |