Your having caching issues.
There is TradeLinks on wowi or GuildCraft on curseforge, there is a lib that's hardcoded that has a rather nice tradeskill scanner in it. It should still work..
Considering that Curse own's both sites... i don't think it's a problem.
Also who evertold you the 2 are incompatible is prolly messing with you.
In the Human-Readable versions you linked, the only real difference is the "Noncommercial You may not use this work for commercial purposes." clause and ... well your not using it as a source of profit or commercial operations there shouldn't be a problem.
Considering that it's a wiki, and by use of said wiki (Registration TOS) all contributions are licenced to "WoWAce" (Now owned by Curse Inc) under the 2.5 version and that information is being translated to another resource with in the Curse Inc domain of authority under the 3.0 version. Really all you need is a Curse Level Admin to bless the transition, IMO.
However i'd hop on IRC and ask the blessing of the origional author of that page and a curse level admin.
Your question is extremely vague, you did not mention whether you want to concat string keys, string values or keys and values or whatever, nor what you want your result to be.
if you want to purge them, just use a different SV name. It's a flawless way to update, granted it'll completely clear the previous sv after the user logs out the first time
TBH, your first problem is in your intent here. "My first project is display a table of information and preferably make it sortable"
While a table of information may seem simple in practice, the display part is quite complicated and sorting it is even more so. The way that blizzard's UI does the whole sroll frame is not a simple method to use.
-I'd recommend you start smaller, work with it in the chat frame first and then more to the other GUI elements.
-If you've already done that, then start smaller like with a simple frame of data that dosn't scroll.
Going on from that, there is a nice guide on wowpedia for the FauxScrollFrame that IMO is easier to use than the hybrid one
BTW, the whole of the Guild Roster is Load On Demand, so 99% of the objects in the roster don't exist till it's loaded by opening it. the default ui manually loads the GuildRoster & Friends when you hit the hotkey :)
?? while i understand what ya'll are talking about in this thread... I have to wonder what Ketho is smoking and if he's willing to share.
@Ketho, what exactly are you doing? more ofthen than not, using psudo code is more distracting than actually pointing / posting the code your working with.
0
0
There is TradeLinks on wowi or GuildCraft on curseforge, there is a lib that's hardcoded that has a rather nice tradeskill scanner in it. It should still work..
0
Or do you want to remove the LOD option entirely from being displayed because it's being replaced by something else?
0
0
However you can use them to regex out the information. You'd have to hook the Achievement Events and edit strings manually.
0
No the EnumerateFrames() is not a good idea for NamePlate stuff..
NamePlates are all children of the WorldFrame, so you can get to them that way.
0
Also who evertold you the 2 are incompatible is prolly messing with you.
In the Human-Readable versions you linked, the only real difference is the "Noncommercial You may not use this work for commercial purposes." clause and ... well your not using it as a source of profit or commercial operations there shouldn't be a problem.
Considering that it's a wiki, and by use of said wiki (Registration TOS) all contributions are licenced to "WoWAce" (Now owned by Curse Inc) under the 2.5 version and that information is being translated to another resource with in the Curse Inc domain of authority under the 3.0 version. Really all you need is a Curse Level Admin to bless the transition, IMO.
However i'd hop on IRC and ask the blessing of the origional author of that page and a curse level admin.
0
http://www.wowinterface.com/downloads/info8992-TargetRaidIcon-Demo.html
Should still work... but please read the description.
0
For Google Translate / ESL it was fairly clear IMO :)
0
0
as for the code itself, try adding in print() lines to find out what's going on.
0
0
While a table of information may seem simple in practice, the display part is quite complicated and sorting it is even more so. The way that blizzard's UI does the whole sroll frame is not a simple method to use.
-I'd recommend you start smaller, work with it in the chat frame first and then more to the other GUI elements.
-If you've already done that, then start smaller like with a simple frame of data that dosn't scroll.
Going on from that, there is a nice guide on wowpedia for the FauxScrollFrame that IMO is easier to use than the hybrid one
http://www.wowpedia.org/Making_a_scrollable_list_using_FauxScrollFrameTemplate
BTW, the whole of the Guild Roster is Load On Demand, so 99% of the objects in the roster don't exist till it's loaded by opening it. the default ui manually loads the GuildRoster & Friends when you hit the hotkey :)
0
@Ketho, what exactly are you doing? more ofthen than not, using psudo code is more distracting than actually pointing / posting the code your working with.
0
^^ Point