5 - TipTac Support for Ackis Recipe List
I'm trying to get TipTac to intercept the ARL tooltips to change their appearance but can't seem to get that working. I've tried adding arlTooltip and arlTooltip2 to the list of TipTacs one's it'll look for, but that didn't work. TipTac works great with the following tooltip windows...
"GameTooltip",
"ShoppingTooltip1",
"ShoppingTooltip2",
"ShoppingTooltip3",
"ItemRefTooltip",
"WorldMapTooltip",
"AtlasLootTooltip",
"QuestHelperTooltip",
"QuestGuru_QuestWatchTooltip",
"LootLinkTooltip",
"ComparisonTooltip1",
"ComparisonTooltip2",
If you need to find TipTac it's at http://www.wowinterface.com/downloads/fileinfo.php?id=7593#info
I hope your able to help as that'd be so great.
Thanks!
| User | When | Change |
|---|---|---|
| Aezay | May 31, 2009 at 00:53 UTC | Changed status from Replied to Fixed |
| Ackis | Apr 07, 2009 at 21:55 UTC | Changed status from Waiting to Replied |
| Aezay | Mar 24, 2009 at 06:04 UTC | Changed status from New to Waiting |
| Ackis | Mar 19, 2009 at 21:14 UTC | Changed name from TipTac Support to TipTac Support for Ackis Recipe List |
| Ackis | Mar 19, 2009 at 21:14 UTC | Changed project from Ackis Recipe List to TipTac |
| NarusegawaNaru | Mar 19, 2009 at 20:20 UTC | Create |
- 10 comments
- 10 comments
Facts
- Last updated
- May 31, 2009
- Reported
- Mar 19, 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #10
Ackis May 10, 2009 at 21:08 UTC - 0 likesJust a FYI I switched my tooltip stuff around to use LibQTip. I'll be looking at the TipTac support stuff soonish.
- Reply
- #9
Ackis Apr 07, 2009 at 21:55 UTC - 0 likesThe irc server is: irc.freenode.net I'm in the #wowace #curseforge #wowuidev channels plus a few others.
NarusegawaNaru: I'll add that in.
- Reply
- #8
Aezay Mar 24, 2009 at 06:04 UTC - 0 likesWith this new function I addded, which is pretty much the best way I can make this happen, I guess I can just close this ticket now?
Ackis if you're still checking in here, how come you aren't just using the GameTooltip to show the tips in? Also, what is the IRC server you're talking about?
- Reply
- #7
NarusegawaNaru Mar 22, 2009 at 20:31 UTC - 0 likesAckis: I've added the following to addon:ResetGUI
TipTac:AddModifiedTip(arlTooltip) TipTac:AddModifiedTip(arlTooltip2)
and also the CreateFrame function just after
reset the scale.Basically I looked for where you set the scale and just added those 2 lines after it. It works.
It doesn't check that the function exists yet though, not sure how to do that.
- Reply
- #6
Ackis Mar 20, 2009 at 21:06 UTC - 0 likesSaw this post made by you:
Zergreth
Is it something like this you are looking for? just paste it into the end of TipTac\core.lua and you can call TipTac.AddModifiedTip(tooltipframe) from anywhere.
[/B][/QUOTE]
This would probably solve the problems.
- Reply
- #5
Ackis Mar 20, 2009 at 15:29 UTC - 0 likesYup the tooltip content is generated dynamically as you hover over different links/etc.
Aezay, jump on IRC if you can, talk to me about updating on curse, and what the issues are. It's just as easy I find as WoWI. :)
- Reply
- #4
NarusegawaNaru Mar 20, 2009 at 13:25 UTC - 0 likesHi Ackis, if support could be added that would be awesome. I know tooltips made by EquipCompare and Auctioneer work okay. I think they use the LibExtraTip library or something?
And thanks Aezay, I saw that comment. You might be right with "Might be because the 'Ackis Recipe List' tooltips aren't created when TipTac modifies the tips. It could be creating them dynamically when you open up the main window in that mod. This is just guesswork though." But I'll have to wait and see if Ackis can confirm that.
- Reply
- #3
Aezay Mar 20, 2009 at 09:59 UTC - 0 likesI replied to you on WoWInterface, did you see that?
http://www.wowinterface.com/downloads/info7593-TipTac.html#comments
Oh, and about adding Missing Friends to Curse, I'd rather not, quite annoyed with updating my mods on Curse, WoWInterface is just so much easier and problem free.
- Reply
- #2
Ackis Mar 19, 2009 at 21:16 UTC - 0 likesAezay, I figured the best thing to do would be to move this to your project here.
PS: Add Missing Friends to curse :P hehe
- Reply
- #1
Ackis Mar 19, 2009 at 21:09 UTC - 0 likesARL Tooltips are called:
"arlTooltip"
"arlTooltip2"
I'll see if support for it could be added. Not really sure if it's an ARL issue or not.