Grepping my wxpython directory is coming up with nothing for richtooltip or adv… I can see the API doc is for Phoenix, and the demo too… what can I use in place of this that A) looks native and B) has the balloon effect? (agw BalloonTip doesn’t look very native to me, at least the demo doesn’t)
Hi Nathan,
···
On 8/15/2014 23:43, Nathan McCorkle wrote:
Grepping my wxpython directory is coming up with nothing for richtooltip or adv... I can see the API doc is for Phoenix, and the demo too... what can I use in place of this that A) looks native and B) has the balloon effect? (agw BalloonTip doesn't look very native to me, at least the demo doesn't)
Can't you configure BalloonTip to look just about the same as RichToolTip, e.g. clicking the 'info' icon at the bottom looks pretty similar, an other option might be wx.lib.agw.supertooltip?
Both of them are pure Python and Andrea is pretty open to patches enhancing them.
Werner