History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BCNT-39
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: William (kandoko)
Reporter: Luke1410
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BeanCounter

Autoset the current item based on the item in other tabs.

Created: 18/Nov/07 08:54 AM   Updated: 20/Feb/08 08:10 PM
Component/s: GUI
Affects Version/s: 5.0.0
Fix Version/s: None


 Description  « Hide
The former version of BeanCounter automatically set the item being displayed in its tab based on previous selections in the "Create Auction" tab. Porting this functionality to AucAdvanced would mean to auto select the displayed item based on a previous selection within the Appraiser (or the AucClassic's CreateAuction) tab.

It might also be useful to display information of the currently selected item in the default AH's Auction tab.

 All   Comments   Change History   FishEye      Sort Order:
William (kandoko) - 18/Nov/07 01:01 PM - edited
lol, didn't see this open issue. In BCNT-41 http://fisheye.norganna.org/changelog/Auctioneer/?cs=2525
I added a stub BeanCounter.externalSearch("name") any addon can add this code snippet to have search's made in BeanCounter

if BeanCounter and BeanCounter.externalSearch then
BeanCounter.externalSearch( itemName )
end

Where itemName can be item link, itemID, or a plain text string. Currently I have added this to Appraiser.


Luke1410 - 18/Nov/07 08:55 PM
only partly implemented, no dupe at all (the other issue relates to the implementation of the core functionality, only - it does not suggest to finally integrate it into appraiser, the AucClassic's createAuction tab or the default AH's create tab).

The integration into appraiser should be done, but the other's aren't yet (relating to the comments above).

William (kandoko) - 29/Nov/07 10:34 AM
r2604 Standard Auction frame searchs will also search BeanCounters GUI IF AucAdv is also installed,

BeanCounter now uses the AucAdv Processor "querysent" event to grab searches made in the Standard Auction Frame search box.

William (kandoko) - 19/Dec/07 05:50 PM
r2678
The fix to CLAS-40 Auctioneer Classic will once again display items placed in the "Create Auction" tab in the BeanCounter search results window as well.

So BeanCounter will now be searched by:
Appraiser
(Standard Auction Frame Search (If AucAdv is installed)
Classic Auctioneer

Nikk (Nechckn) - 20/Feb/08 08:10 PM
Verified in dev/Trunk - The hooks have been reintroduced to show the item placed in the Sell slot of CLAS and ADV to be shown in the BCNT search as well.