Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 02-06-2003, 09:51 AM   #1
AndyIEG
A Gray Wolf
 
Join Date: Jan 2003
Posts: 5
Question case sensitive "false" "true" ?

I was working on my UI and i had the problem that after i set a transparent window to true and wanted change it back to false it did not take action and i was shocked, i played around with positions in teh xml file and did tonns of stuff... after 2 hours of crazy changes i finaly found out that some values are case sensitive aka "False" did not work i had to put "false" in as value..... no idea if that is still a bug in the german version or also happend in the english version but i can just say use a search and replace toll and change alle False and True to false and true always so u safe u much trouble hehe
AndyIEG is offline   Reply With Quote
Old 02-06-2003, 11:31 AM   #2
sc2kmayor
An_Arcane_Lurker
 
sc2kmayor's Avatar
 
Join Date: Sep 2002
Server: Mithaniel Marr <The Mages of The Mist>
Posts: 260
Interface Author - Click to view interfaces
Default

XML is a very particular HTML coding. All Values must be properly cased.

This said, True/False are not the same as true/false and Object_Wnd.xml is not the same as object_wnd.XML.

hope this helps.

Those of you using SidlWidl will often notice toggling the values True/False will subsequently need to manually go back and properly case. This is a SidlWidl bug, not a limitation of EQ UI's or the markup.
__________________
sc2kmayor is offline   Reply With Quote
Old 02-06-2003, 04:26 PM   #3
grottel
Grimling Code Editor
 
Join Date: Sep 2002
Server: Xev
Posts: 507
Interface Author - Click to view interfaces
Default

Its my understanding that the EQ client allows an element to be
"ALL UPPER CASE" or "all lower case"

but will have errors when an element contains
"MixeD caSe"

Most likely this is the result of it validating against a predefined domain of values. In other words - its hardcoded to recognize "TRUE", "true", "FALSE", "false" but doesn't actually do any case-reformatting so when you try use "True" or "False", it chokes and gives an error.

That's how domain sets work anyway.
grottel is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 02:10 AM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI