Martin Spacek wrote:
> That initial tooltip never shows up for me, which I think is the correct
> behaviour,
Probably. You have that Enable(False) call in there. However, I notice
from the docs that wx.ToolTip.Enable() is a "global" call -- it doesn't
just enable or disable that particular tool
> What is this supposed to give you. I get a Very long tooltip box with:
>
> tip with a
> long
> line and a newline
>
>
> In it.
>
> then, when the mouse starts moving, I get a tip that is just the right
> size to hold the two coords, each on their own line.
That initial tooltip never shows u