View Single Post
  #1  
Unread 09-14-2010, 09:55 PM
Dworgdir Dworgdir is offline
The Undefeated
 
Join Date: Sep 2010
Posts: 5
ItemControl:SetOpacity bugged?

First of all, sorry for my poor english...

Well... im working on a addon that when something happens i got to fade a ItemControl component... but looks like it doesnt work at all.


When i try to execute:

local backpack = Turbine.Gameplay.LocalPlayer():GetBackpack();
local myItem = Turbine.UI.Lotro.ItemControl(backpack:GetItem(1));
myItem:SetOpacity(0);

And i add myItem to the screen.. the opacity is always 1. If i do myItem:SetVisible(false) it doesnt appear... so looks like the opacity is bugged...

Any info on this situation?
Reply With Quote