Files 2
Downloads 83,047
Favorites 146
View Feature Request
Move Scan Prices button
Feature #: 568
File: Price Tracker
Date: 12/02/14 10:08 AM
By: draconeran
Status: Under Review
I have a quick easy code change for your XML. I moves the Scan Prices button below the Start Search button keeping it out of the way of guild store sorting addons.

<?xml version="1.0"?>

-<GuiXml>


-<Controls>


-<Button text="Scan Prices" inherits="ZO_DefaultButton" name="PriceTrackerControlButton">

<Anchor offsetY="50" relativePoint="BOTTOMLEFT" relativeTo="ZO_TradingHouse" point="BOTTOMLEFT"/>

<OnClicked> PriceTracker:OnScanPrices() </OnClicked>

</Button>

</Controls>

</GuiXml>