[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Wed Jan 27, 2016 8:59 am

There are no more confirmation messages. There are two ways to buy:
1) Select an auction by clicking it and when aux has found it it will enable the the buy/bid buttons which you then click to buy it.
2) Alt-left click for buying or alt-right click for bidding directly.

It's really kind of the same as before though except that the buttons from the dialog are now no longer inside a dialog.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Dish » Wed Jan 27, 2016 9:13 am

Hm ok, I really like the dialogue before since you don't have to move your mouse down every time, right clicking and left clicking at almost the same spot just felt much faster. I guess just personal preference though.
Dish - Level 60 Orc Rogue
User avatar
Dish
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Wed Jan 27, 2016 9:18 am

Dish wrote:Hm ok, I really like the dialogue before since you don't have to move your mouse down every time, right clicking and left clicking at almost the same spot just felt much faster. I guess just personal preference though.


But you can always alt-click which is even faster still. I thought the dialog was ugly and a bit clumsy; and I didn't know how to make it look nice with the new design.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by monteo » Wed Jan 27, 2016 9:42 am

Bit wrote:
MearFreak wrote:Image


As for your buttons, what have you done to make them like this? were they like this from the beginning? Are they like this on the other panels too? Mine are normal and I can't reproduce it.


maybe you use a font that is not a standard? Because I have the same points
User avatar
monteo
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Wed Jan 27, 2016 9:58 am

Fonts\ARIALN.TTF
The same as retail TSM uses.
What do you mean by standard? Wouldn't the same fonts be in every client?
My client has the fonts ARIALN, FRIZQT__, MORPHEUS and SKURRI.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by monteo » Wed Jan 27, 2016 9:59 am

Bit wrote:Fonts\ARIALN.TTF
The same as retail TSM uses.
What do you mean by standard? Wouldn't the same fonts be in every client?
My client has the fonts ARIALN, FRIZQT__, MORPHEUS and SKURRI.

FRIZQT__.TTF
MORPHEUS.TTF
SKURRI.TTF

I replaced the gui.lua content font = [[Fonts \ MORPHEUS.TTF]], the problem persists
User avatar
monteo
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Wed Jan 27, 2016 10:12 am

I'm shipping the font with the addon now. Can you try again please?
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by monteo » Wed Jan 27, 2016 10:22 am

Bit wrote:I'm shipping the font with the addon now. Can you try again please?

Image

also removed SavedVariables

not only displays Buyout Bid refresh exit
User avatar
monteo
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Wed Jan 27, 2016 10:31 am

That's version 2.3.2? How is that possible ... :/
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by monteo » Wed Jan 27, 2016 10:34 am

Bit wrote:That's version 2.3.2? How is that possible ... :/

yes it is

Latest commit 84d9c7d 21 minutes ago


Image


em))

do
local btn = Aux.gui.button(AuxItemSearchFrame, 13)
btn:SetPoint('TOPLEFT', private.status_bar, 'TOPRIGHT', 5, 0)
btn:SetWidth(100)
btn:SetHeight(30)
btn:SetText('222')
btn:Disable('111')
private.buyout_button = btn
end

local btn = Aux.gui.button(AuxItemSearchFrame, 13)

I found, it is local btn = Aux.gui.button(AuxItemSearchFrame, 14)
User avatar
monteo
Sergeant
Sergeant
 

PreviousNext

Return to Addons & macros