View Single Post
04-28-18, 02:23 PM   #6
Healingz
A Defias Bandit
 
Healingz's Avatar
Join Date: Aug 2016
Posts: 3
Yeah. I tried the /fstack tooltip mouseover and learned quickly lol.

The toooltip from LFG Applicants seem to be brought up by LFGListApplicationViewerScrollFrameButton1, LFGListApplicationViewerScrollFrameButton2, etc....

I cannot figure out how to hook into the tooltip in that section though unlike the code i posted above.

I thought something like
Lua Code:
  1. LFGListApplicationViewerScrollFrameButton1:HookScript("OnEnter", addLFGTooltipText)
might work, but I haven't had any success.
  Reply With Quote