View Single Post
  #3  
Unread 09-15-2010, 06:41 AM
Dworgdir Dworgdir is offline
The Undefeated
 
Join Date: Sep 2010
Posts: 5
Thanks for the answer. I'll try as soon as i can.

Im working on a bag addon, and this is the only thing i didnt manage to do. A important part of the bag is the possibility of searching a item on it. When the searched item is found i trying to set the Opacity of all ItemControls to 0.5 and the search results ones with 1.0 to highlight them.

My ItemControl component is on a ListBox, and this ListBox is on a Window, with their parents set as follow:

ItemControl --> ListBox
ListBox --> Window

When i put the opacity on the window it works... but i need only to set the opacity to the ItemControl and not all the window. Its strange cause i can set all the properties on the ItemControl but the Opacity doesnt work at all. I think the "Item" icon is put on top of ItemControl so im just setting the Opacity on the ItemControl and not on the Item icon itself...

I mean, if i put a background color on ItemControl it just colorizes the back and not the icon (its correct, of course)... im just starting to think this is the case with opacity...

Ill keep your guys updated on any news on this issue;

Thanks!
Reply With Quote