View Single Post
  #15  
Unread 02-07-2005, 12:14 PM
sunthas sunthas is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unrest
Posts: 306
Default

Quote:
Originally Posted by Deathbane27
Not just that. Opening the file with a text editor and saving will make it so UIBuilder doesn't parse it anymore. It shows up as > and < in UIBuilder and the game, and I have change them back before it will parse it again.

If one of those editors will take some special settings to save the text in the format UIBuilder can parse, please tell.
I go back and forth between the UIBuilder and Wordpad all the time. The only thing I've noticed is once in awhile a file will get corrupt with "?" question marks in weird places and I have to go in and replace them. I justed saved a file with UIBuilder let me open it with Wordpad and see what it looks like.

Yup, works fine. I only ever open just the XML file I'm working on not the whole set. Never seen the problem you are describing.

OH!!!! You are putting < and > inside " marks. You probaly have to use the &gt; and &lt; to properly use these as characters and not XML syntax code.

Last edited by sunthas : 02-07-2005 at 12:16 PM.
Reply With Quote