Pudge 24 Posted June 3, 2020 Share Posted June 3, 2020 Hi! I know that there is a GetText() API but I don’t know how to find the name of the text element I need, framestack shows only the names of the buttons, not the text itself. Is there a way to “extract” text from text elements of the wow interface, like a StaticPopup frame or error frame ? Thanks in advance to everyone who answers Link to comment https://wrobot.eu/forums/topic/12224-gettext-from-wow-interface-elements/ Share on other sites More sharing options...
Droidz 2738 Posted June 4, 2020 Share Posted June 4, 2020 Hi, For popup: https://wrobot.eu/forums/topic/10936-how-to-get-text-from-staticpopup1/?do=findComment&comment=52116 For error message I don't found, it is UIErrorsFrame but I don't found variable/function to get text. But you can do it in C# (code for worlk): string lastError = wManager.Wow.Memory.WowMemory.Memory.ReadStringUTF8(wManager.Wow.Memory.WowMemory.Memory.RebaseAddress(0x7CFB90), 200); Pudge 1 Link to comment https://wrobot.eu/forums/topic/12224-gettext-from-wow-interface-elements/#findComment-58613 Share on other sites More sharing options...
Pudge 24 Posted June 4, 2020 Author Share Posted June 4, 2020 Great! bow to you, sensei! Link to comment https://wrobot.eu/forums/topic/12224-gettext-from-wow-interface-elements/#findComment-58622 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now