I've tried implementing it in win32 but without success.
If I supplied my Windows implementation, would that help get this in?
TIA
Ranec
···
Tue Mar 20 13:58:25 PDT 2007
Previous message: XP balloon tip for wx.TaskBarIcon
roee shlomo wrote:
> Hi,
> I have read some google results regarding wx.TaskBarIcon and XP
> balloon tooltips,
> In one of the results there is a respond from Robin about adding a
> function for getting the tray icon window:
>
> It think it would probably be possible to add a GetHandle
> method in 2.7.
> wxGTK could have a similar need...
>
> (http://www.archivesat.com/wxPython/thread637267.htm)
>
> Is it implemented in 2.8? I couln't find it.
>
No, it hasn't been done yet.
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!
It's been done already for 2.9, and is called wx.NotificationMessage.
Nice. Is this wxMSW specific?
I've tried implementing it in win32 but without success.
If I supplied my Windows implementation, would that help get this in?
For now you can use the attached BalloonTaskBarIcon class.
I've had a glance at the 2.9 implementation and the 'msw' build uses
TaskBarIcon but the other platforms don't, so I'm guessing that it's
cross platform.
Thanks for the code. I already had the TaskBarIcon in place and so
wanted to use *that* window handle.
I ended up extending TaskBarIcon in an almost identical way to the work
in 2.9.
The problem I had running it turned out to be because I'd disabled all
Balloon tips using the registry!
All is well now.
R
···
On Sun, Oct 19, 2008 at 6:29 AM, Robin Dunn <robin@alldunn.com > <mailto:robin@alldunn.com>> wrote:
On Fri, Oct 17, 2008 at 10:46 AM, Ranec <wxpython@cemery.org.uk > <mailto:wxpython@cemery.org.uk>> wrote:
Tue Mar 20 13:58:25 PDT 2007
Previous message: XP balloon tip for wx.TaskBarIcon
roee shlomo wrote:
Hi,
I have read some google results regarding wx.TaskBarIcon and XP
balloon tooltips,
In one of the results there is a respond from Robin about adding a
function for getting the tray icon window:
It think it would probably be possible to add a GetHandle
method in 2.7.
wxGTK could have a similar need...