View Single Post
06/12/20, 10:55 PM   #4
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
So first, you'll want to remove the anchor from the texture in the xml. Adding an anchor does NOT replace the first one; it adds it. When there's two anchors, it puts the control between those two spots.e.g.
Anchor1 <<control fills this area >> Anchor2
Anchor1 << control still fills this area >> Anchor2


I don't think that's the cause of the error though, and I'm not entirely certain what is causing it.


Try getting zgoo if you don't already have it, then do /zgoo Bar_Slot_1
Check the GetChildren function's output, might help.
  Reply With Quote