View Single Post
11-05-17, 02:35 AM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
Those random letters and numbers mean the frame does not have a global name and cannot be manipulated directly without manually editing the code that created it. In this case, it was made with UIParent as the parent (the main UI frame) or with no parent declared, which defaults to UIParent. If you knew something specific about the code, you could loop through UIParent to find it and then cache the object. You would have to dig through ERT to find where the frame is created either way.
  Reply With Quote