Thread: TShowImg.actor
View Single Post
  #1  
Old 04-07-2010, 09:07 AM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
TShowImg.actor

I'm using a GuiShowImgCtrl to display a preview of something can be edited.

I am able to modify the headimg and bodyimg just fine, but for some reason I am having issues with shieldimg.

For example, for a UI element I have

text = thiso.headimg and it works fine
text = thiso.shieldimg doesn't work, though.

I know that these are set, but for some they don't appear to be working.

if I check the UIElement (ie Window.actor.shieldimg) it returns the correct image, but it doesn't display the image on the TShowImg.

I'm at a loss, anyone have any ideas?
Reply With Quote