Cosmos UI for World of Warcraft
Cosmos News Cosmos Forums Cosmos Team
Old 09-04-2009, 07:41 PM   #41
Flintstone
Junior Member
 
Join Date: Mar 2005
Localization: enGB
Posts: 14
Flintstone is on a distinguished road
Default

Concerning Tooltips Complete, not only is the set focus menu item affected but also things like make main tank, promote main assist etc.
Is there a way to fix this? It´s getting annyoing to each time have to disable all this or use some command line stuff and I have yet to find a tooltip addon as easy and smooth working like tooltipscomplete
Flintstone is offline   Reply With Quote
Old 09-06-2009, 12:05 PM   #42
chibidelenn
Member
 
Join Date: Mar 2005
Localization: enGB
Posts: 63
chibidelenn is on a distinguished road
Default

Yeah, I'll have to agree on the Tooltips Complete. In fact, it's a single line that causes the problem. Thing is, remove the one line, and the entire addon stops working completely, so it likely has to be replaced (the line and any dependencies in that function call) with up to date code.

Unfortunately, I'm not a coder.
chibidelenn is offline   Reply With Quote
Old 09-11-2009, 06:26 AM   #43
Kharthus
Senior Member
 
Join Date: Jan 2007
Location: Tucson, AZ
Localization: enGB
Posts: 167
Kharthus is on a distinguished road
Default

Which line is it?
Kharthus is offline   Reply With Quote
Old 09-11-2009, 11:01 AM   #44
chibidelenn
Member
 
Join Date: Mar 2005
Localization: enGB
Posts: 63
chibidelenn is on a distinguished road
Default

Here's the general area (line 616 when searching in OS X's (terrible) TextEdit app:

Code:
editBox:GetText());
	end,
	OnShow = function()
		getglobal(this:GetName().."EditBox"):SetFocus();
	end,
	OnHide = function()
		getglobal(this:GetName().."EditBox"):SetText("");
	end,
	EditBoxOnEnterPressed = function()
		local editBox = getglobal(this:GetParent():GetName().."EditBox");
		TooltipsFunctions.UpdatePlayerLabel(this:GetParent().data, editBox:GetText());
		this:GetParent():Hide();
	end,
	EditBoxOnEscapePressed = function()
		this:GetParent():Hide();
	end,
	timeout = 0,
	exclusive = 1,
	whileDead = 1,
	hideOnEscape = 1
};
The problem is in the SetFocus() line. Enable only TTK and try to use the in-game focus dropdown. You get a message stating "Addon has performed an action blocked by the Blizzard UI" (or something - can't remember exactly as I'm tired right now). Delete that one line and the focus menu works. Unfortunately that one line missing also completely kills TTK.

Blizzard acknowledged the SetFocus() taint issue with addons a long time ago, but never bothered to put in a fix for it. Ever. This problem is not unique to TTK, so don't think TTK is solely responsible and no other addon is afflicted with this problem. Many are.

Last edited by chibidelenn; 09-11-2009 at 11:08 AM.
chibidelenn is offline   Reply With Quote
Old 09-14-2009, 02:19 PM   #45
Flintstone
Junior Member
 
Join Date: Mar 2005
Localization: enGB
Posts: 14
Flintstone is on a distinguished road
Default

ok, this whole interface action stuff is starting to annoy me....
As it seems that this can not be fixed, does anyone know any working addon with the same functionality as TTC? something simple....

Cheers!
Flintstone is offline   Reply With Quote
Old 09-16-2009, 12:02 PM   #46
chibidelenn
Member
 
Join Date: Mar 2005
Localization: enGB
Posts: 63
chibidelenn is on a distinguished road
Default

Quote:
Originally Posted by Flintstone View Post
ok, this whole interface action stuff is starting to annoy me....
As it seems that this can not be fixed, does anyone know any working addon with the same functionality as TTC? something simple....

Cheers!
TipTacOptions is the closest, but it's far from simple to set up. You literally have to edit ALL colors to match the TTK setup, and they don't even perfectly match unless you can transliterate the hex code used to denote TTK's colors.

That said, despite the focus menu problem, I refuse to get rid of TTK. Wish it was updated to use the in-game interface addon submenu and not khaos, but meh...it works. Until it stops, I'm happy.
chibidelenn is offline   Reply With Quote
Old 09-16-2009, 03:31 PM   #47
Yarko
Senior Member
 
Join Date: May 2007
Localization: enGB
Posts: 380
Yarko is on a distinguished road
Default
Cosmos Team

What exactly does Tooltip Complete do?
Yarko is offline   Reply With Quote
Old 09-17-2009, 12:57 AM   #48
Kharthus
Senior Member
 
Join Date: Jan 2007
Location: Tucson, AZ
Localization: enGB
Posts: 167
Kharthus is on a distinguished road
Default

There are many other addons that cause that same issue, it's not just TTK.

It allows you to color tooltips for party/guild/faction/etc.
Kharthus is offline   Reply With Quote
Old 09-19-2009, 12:35 AM   #49
JMHammer
Senior Member
 
Join Date: Sep 2005
Localization: enGB
Posts: 154
JMHammer is on a distinguished road
Default

Quote:
Originally Posted by Yarko View Post
What exactly does Tooltip Complete do?
More importantly (to me, anyway) is that it allows you to add a note to any player or NPC in the game, and that note will show up in the mouseover tooltip whenever you mouse over that toon or that toon's unit frame.

I have notes that go back more than 4 years, and I rely on them to supplement my memory so that when Bob the Warlock joins my group I can mouseover his toon and see that he's a "Nice guy, ran Deadmines with him Dec 2004" or, "Douchebag - do not invite. Caused problems in Naxx Mar 2009." So even if some other mod could duplicate the functions of TooltipsComplete, unless it could also import my years of notes... I'll still be using TTC. I don't need the dropdown menus since all those functions can be duplicated with script commands in macros if need be to work around the taint. But if someone could fix the taint issues, all the better. It's beyond my meager skills, however.

Last edited by JMHammer; 09-19-2009 at 12:41 AM.
JMHammer is offline   Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cosmos for WoW 2.3 Gryphon Site News 4 11-14-2007 06:58 PM
Cosmos for 2.0.3 Gryphon Site News 7 03-01-2007 05:55 PM
Patcher updates itself from 3.x to 2.x webcons Updater (Patcher) Application Discussion 18 12-13-2006 05:29 AM
Cosmos***** for MacOS X Wintemrute Suggestions 0 05-03-2005 08:40 AM
Suggestions for new cosmos addons Bombu Suggestions 2 04-02-2005 04:21 AM


All times are GMT. The time now is 05:02 PM.


vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
CosmosUI.org Copyright ©2004.
Warcraft, World of Warcraft and Blizzard Entertainment are trademarks and/or registered trademarks of Blizzard Entertainment, Inc., in the U.S. and/or other countries.
All other trademarks referenced herein are the properties of their respective owners.