Jeremy White wrote:
I'm in the process of designing my program so I apologize for not having
any code. I want to setup a list view and then have it so that when you
move the mouse over a specific item/or if need be click a specific item a
pop-up bubble appears with some text. Like the ones you see on the
taskbar when a wireless network is detected or there are new updates to
install. I'm not sure what you call those things, I call them bubbles. Is
it possible to do something like this?
Yes, it's possible - balloon help - will be in the next version coming
soon...:)
Not wishing to contradict Jeremy, but no it won't. I've implemented
balloon tips for the taskbar (NotifyIcon class) in the next version, but
not generic balloon tooltips (Tooltip class). I hope that can make a
following release, but I've not looked at what's necessary there yet.
If you don't mind the popup windows being square, then you could use
standard tooltips, and you'd be able to turn them into balloon tooltips
with a later release.
Regards,
Rob.
--
Robert May
Win32::GUI, a perl extension for native Win32 applications
http://perl-win32-gui.sourceforge.net/