View Single Post
05/18/14, 07:56 PM   #9
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Azbandar View Post
Lua Code:
  1. local fragment = ZO_SimpleSceneFragment:New(FillingUp)
  2.  
  3. local sceneHud = SCENE_MANAGER:GetScene("hud")
  4. local sceneHudUI = SCENE_MANAGER:GetScene("hudui")
  5.  
  6. sceneHud:AddFragment(fragment)
  7. sceneHudUI:AddFragment(fragment)


There's a lot more, but this is the only spot not working. The code works 100% to the "end" before this. I'm thinking it's just too late and I can't think, but any help would be greatly appreciated. If you need the entire code, let me know.

This is what I have that seems to disable every menu option I have.
How you have defined "FillingUp"? Is it top level window?
  Reply With Quote