ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   General Authoring Discussion (https://www.esoui.com/forums/forumdisplay.php?f=174)
-   -   Guidance on Understand Addon development and new updates to the latest API (https://www.esoui.com/forums/showthread.php?t=7857)

darthbacca37 06/15/18 01:21 AM

Guidance on Understand Addon development and new updates to the latest API
 
Hi, I wondered if anyone could help?


I recently been looking at an addon called Item Quality as Text (looks like there has been no updates in a very long while) (http://www.esoui.com/downloads/info7...ityasText.html) as I needed some help with item quality as I am Colourblind.


After trying to use it, I found it not working and out of date. With some very basic diagnostics, I managed to gix it up and appears to now be working within the Iventory again.


What I then did was add further diagnostic to it so it could capture any that were missing. over the last few days I managed to get the following from the parent name (local parentName = parent:GetName()):

ZO_QuickSlotListContents
ZO_Daily_Login_Rewards_KeyboardRewardsContainerListContents
ZO_MailInboxContents
ZO_Collectionbook_topLevelListContainerListContents


I cant seem to get any data for these and the API site is not the best of looking to find anything. THis is what its using to get the item (following on from the Inventory as that worked):

-- ZO_Collectionbook_topLevelListContainerListContents
if parentName == "ZO_Collectionbook_topLevelListContainerListContents" then
return GetItemLink(item.dataEntry.data.bagId, item.dataEntry.data.slotIndex, LINK_STYLE_DEFAULT)
end


Doesnt seem to show anything. Any ideas? THis is the complete file if it helps:

https://file.io/KUu936

Scootworks 06/15/18 01:47 AM

hello

before you spend too much time into that old one, maybe this addon could work:
http://www.esoui.com/downloads/info1...olorBlind.html
?

darthbacca37 06/15/18 08:36 AM

Quote:

Originally Posted by Scootworks (Post 35027)
hello

before you spend too much time into that old one, maybe this addon could work:
http://www.esoui.com/downloads/info1...olorBlind.html
?

THis seem to do what that plugin did and more, thank you very much. Oddly couldnt find it on my travels. Ooops!


All times are GMT -6. The time now is 07:44 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI