View Single Post
  #4  
Unread 09-05-2010, 08:44 PM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

Don't name EVERYTHING the same name. The game won't know what to choose... or rather, it won't choose the correct thing.

Your RectangleStyle possibly creates a self-referencing infinite loop(crash possibility), your ImageStyle has the same name as your RectangleStyle and your background has the incorrect case in the reference name so it's referencing nothing. Of course this won't work.

PS, you didn't follow my other instructions:
Quote:
Originally Posted by EQAditu View Post
{...}
Make sure to make the WindowFrame and Bkg pages the size of your window(more or less).
You didn't so those pages are zero size, thus invisible.

Last edited by EQAditu : 09-05-2010 at 08:58 PM.
Reply With Quote