View Single Post
  #6  
Unread 07-10-2007, 02:31 PM
Weezl's Avatar
Weezl Weezl is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Jun 2007
Posts: 46
Based on the code in the example above I should bet it's this line causing the trouble with the missing graphic:

Code:
<Element ID="ToolbarFieldMain" X="0" Y="0" Width="1" Height="1"></Element>

Elements with a Width and Height of 1 pixel will hide, and the "ToolbarFieldMain" is the part where the graphics is.

Hopes that helps.
Reply With Quote