Hello everyone
Im trying to make a tooltip that follows user's mouse and then found this f95 thread: Link (
f95zoneuser463's last posts in thread)
But then I wanted to add a different displayable into a tooltip to part of code below:
(I wanted to add a window with my own styles)
And sadly no success... Can anyone help me please?
Im trying to make a tooltip that follows user's mouse and then found this f95 thread: Link (
f95zoneuser463's last posts in thread)
But then I wanted to add a different displayable into a tooltip to part of code below:
Code:
fixed = Fixed(self.backgroundcolor, xpos=-self.padding, xsize=int(w)+self.padding*2, ysize=int(h)+self.padding*2)
fixed.add(self.text)
render.place(fixed, x, y)
And sadly no success... Can anyone help me please?