image tooltip

hi… i am quite new to wxpython/wxwidgets… and i just joined this list…

just wanted to ask if it would be possible to have a tooltip that has an image in it? if not, how can i achieve such functionality?

tia,
ali

Ali Mangaliag wrote:

hi... i am quite new to wxpython/wxwidgets... and i just joined this list...

just wanted to ask if it would be possible to have a tooltip that has an image in it?

Not currently.

if not, how can i achieve such functionality?

You can make your own tooltip-like class using a wx.PopupWindow or something, and just draw the contents however you want it.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

thanks mike and robin… i will consider your suggestions… :slight_smile: i might go with the popup thing… thanks again…

···

On 9/24/07, Robin Dunn < robin@alldunn.com> wrote:

Ali Mangaliag wrote:

hi… i am quite new to wxpython/wxwidgets… and i just joined this

list…

just wanted to ask if it would be possible to have a tooltip that has an
image in it?

Not currently.

if not, how can i achieve such functionality?

You can make your own tooltip-like class using a wx.PopupWindow or
something, and just draw the contents however you want it.


Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!


To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org

For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org