EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   eq2ui_loginscene.xml file and server name (https://www.eq2interface.com/forums/showthread.php?t=5073)

testing123 12-04-2005 02:05 PM

eq2ui_loginscene.xml file and server name
 
Having a problem with the LoginScene.XML file. For the section in the file:

WindowPage.AutoplayWorld.Text=SERVER

I want to make it automatically use "The Bazaar". But if I code:

WindowPage.AutoplayWorld.Text=The Bazaar

It only comes up in the login as "The". If I code:

WindowPage.AutoplayWorld.Text=Bazaar

and let it try autologin like that, it won't recognize the server. So, I tried "The Bazaar" and "The_Bazaar". And it just hangs... Is there something else I should used to capture the space?

Appreciate any suggestions.

Deacon 03-12-2006 08:31 AM

Try this
WindowPage.AutoplayWorld.Text=The%20Bazaar

Deathbane27 03-12-2006 01:39 PM

WindowPage.AutoplayWorld.Text='The Bazaar'

Deacon 03-13-2006 10:06 AM

Well formed XML
 
Ah yes, well formed XML. I guess my new login I created (taking from your idea Mook) should work fine for people whose servers have spaces.

Deathbane27 03-13-2006 12:43 PM

Oh, You could also put it in a variable Server="The Bazaar" and then do blah.text=(Server)


All times are GMT -5. The time now is 04:51 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI