View Single Post
  #8  
Unread 06-27-2006, 12:12 PM
xriscarter xriscarter is offline
A Darkpaw Brute
Interface Author - Click to view interfaces
 
Join Date: Apr 2006
Server: Blackburrow
Posts: 40
Default

My imageframe points to the right dds file.....

My object.style points to buttonStyle (basicButton).....and not to an image file.

So my problem here would be the RectangleStyle? I do not have anything in there right now. Or is my problem that the objectStyle is not pointing to the right place......

Code:
/ButtonStyles.basicButton
should it be something like?

/myui.eq2_ButtonStyles.basicButton
/myui.eq2_ButtonStyles.basicButton.object.styles
/myui.ButtonStyles.basicButton
/myui.ButtonStyles.basicButton.object.styles
/ButtonStyles.basicButton
/ButtonStyles.basicButton.object.styles
Reply With Quote