View Single Post
08/11/14, 09:49 AM   #3
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Originally Posted by merlight View Post
Try GetTradingHouseSearchResultItemLink(slotIndex, linkStyle). I scanned through the code at I think slotIndex == index on the current page (1 through numItemsOnPage from EVENT_TRADING_HOUSE_SEARCH_RESULTS_RECEIVED). But I'm a bit too lazy to test myself, sorry
Just checked, looks like once you have the itemControl (ZO_TradingHouseItemPaneSearchResults1Row#) you can get slotIndex from either itemControl.dataEntry.data.slotIndex or itemControl.key, and they follow the pattern from 1 to numItemsOnPage

Last edited by Randactyl : 08/11/14 at 10:02 AM.