Download
(36 Kb)
Download
Updated: 03/04/18 06:01 AM
Compatibility:
Dragon Bones (3.3)
Updated:03/04/18 06:01 AM
Created:03/04/18 06:01 AM
Monthly downloads:13
Total downloads:2,721
Favorites:6
MD5:
My Build Added Skill View
Version: Based on 3.3.0 added skill
by: tenderlunar_yp [More]
Super Star is done and i found 'My Build' addon, but it can't show skills so i added skill view.

Tips: change your bar and press refresh button.
Post A Reply Comment Options
Unread 07/27/18, 09:19 AM  
Nudel

Forum posts: 0
File comments: 134
Uploads: 0
Re: My Build Added Skill View -- UI Error

Originally Posted by Shadowshire
After I installed your My Build mod, each and every time that I select a different character to play, the following statement is displayed in a UI Error dialog box:
Code:
 
Failed to create control 'NameBackdrop'. Duplicate name.
It doesn't occur when I use /reloadui while playing a character, but it might be displayed if I log-out to Character Select and choose to play the same character again immediately. After I disable My Build, the UI Error is no longer displayed.
I followed the following advice from the My Build Continued thread and it fixed that error for me completely.

Originally Posted by dan_el2

Remove one line from the file "SkillView.lua" in this location: "C:\Users\USERNAME\Documents\Elder Scrolls Online\live\AddOns\MyBuild" and you should be fine. I know ZERO about lua files, but the error message seems to indicate that the Control called "Name Backdrop" was created twice. So let's just get rid of the second one then.

(The file "SkillView.lua" is from this addon to the MyBuild addon (Added Skill View)

This worked for me and I have no error messages and still can see the skills in the MyBuild Window.

BEFORE:
Code:
function MyBuild.SkillView:Create(parent)
    self.box = MyBuild.UI2.Box(parent, 400, 200)
    WM:CreateControlFromVirtual("NameBackdrop", self.box, "ZO_DefaultBackdrop")
    self.box:SetAnchor(TOP, parent, TOP, 170, 65)
AFTER:
Code:
function MyBuild.SkillView:Create(parent)
    self.box = MyBuild.UI2.Box(parent, 400, 200)
    self.box:SetAnchor(TOP, parent, TOP, 170, 65)
Report comment to moderator  
Reply With Quote
Unread 03/07/18, 08:03 PM  
Shadowshire

Forum posts: 1
File comments: 402
Uploads: 0
Arrow My Build Added Skill View -- UI Error

After I installed your My Build mod, each and every time that I select a different character to play, the following statement is displayed in a UI Error dialog box:
Code:
 
Failed to create control 'NameBackdrop'. Duplicate name.
It doesn't occur when I use /reloadui while playing a character, but it might be displayed if I log-out to Character Select and choose to play the same character again immediately. After I disable My Build, the UI Error is no longer displayed.
Last edited by Shadowshire : 03/07/18 at 08:09 PM.
Report comment to moderator  
Reply With Quote
Unread 03/04/18, 07:50 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4973
File comments: 6038
Uploads: 78
Superstar is done? Don't think so
http://www.esoui.com/downloads/info1...nesUpdate.html


And the fix implemented in this "copy" of the original Superstar is known since days/weeks within the Superstar addon comments already.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: