View Single Post
07-03-20, 04:43 AM   #3
alikim
A Fallenroot Satyr
Join Date: Jul 2015
Posts: 27
As I said, the script works, so it's not a problem with attaching a function to a button, which is in a different frame, not the AH one. The AH UI stops working after
Code:
AuctionHouseFrame.SearchBar.SearchBox:SetText(t.name);
Basically, how do you put text into the search text field in the AH window using lua?

Because the line above breaks it to the point that I need to relog to make it work again.

Last edited by alikim : 07-03-20 at 04:48 AM.
  Reply With Quote