View Single Post
03-19-20, 02:11 PM   #3
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
Hi Fizzlemizz,

If I enter the databroker the tooltip correctly appears.
I can then move out the tooltip and it correctly disappears or I can move inside it and it correctly stay.

But if I move on THIS line:

Lua Code:
  1. row,col = tooltip:AddLine("var1","var2","var3","var4")
  2. tooltip:SetLineScript(row, 'OnMouseDown', Button_OnClick, "var1")

and only on this the tooltip wrongly disappears.

The function never prints: "Never arrives here" so probably it doesnt get there.

And as I wrote if I remove the function the tooltip doesn't disappears.

I think what you say can be applied for me if I move out to the tooltip but I dont move out of it ...
Or the "SetLineScript" add a more one different frame on the line ?!?

Thanks for your help so much appreciated.

P.s.
Thanks also for your attention too
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.
  Reply With Quote