View Single Post
06/25/14, 04:29 AM   #17
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by L8Knight View Post
I'm having trouble understanding this change. I've never used a scene fragment before. Does anyone know of an add-on that uses them as an example?

I'm trying to force the experience bar to be displayed which is now called ZO_PlayerProgressBar, but when I call SetHidden(false) it does not display. The old ZO_ExperienceBar worked fine. Any clues or documentation as to how I can get this working?
I still do not have patch installed, so just something I have found on PTS:
There are 2 new scene fragments for player progress bar:
Code:
ZO_PlayerProgressBarFragment 
ZO_PlayerProgressBarCurrentFragment
Try which one you need - just call method :Show(). And then add scene fragment to scenes where you want to show them. A while back there was some discussion about scene fragments:
http://www.esoui.com/forums/showthread.php?t=1552
http://www.esoui.com/portal.php?&id=27&pageid=12
  Reply With Quote