EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 03-19-2005, 03:29 PM
C0d3M0nk3y C0d3M0nk3y is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Everfrost
Posts: 9
Default issues with UIbilder

Questions about the UI builder program not sure if it belongs here anyway

Has anyone run into the problem with the UIbuilder not displaying the tree correctly ?

such as
root
|
-mainhud
|
-IME
-proxyactor
the above is just an example
now I know that the include statements for the eq2ui_mainhud.xml file do not include the IME and the proxyactor.xml files, I have verified this with notepad.
but the mainhud file in the uibuilder is showing only about half of the mainhud windows and showing those two windows wich should be listed in the root instead of the mainhud. and yes the root dir: eq2ui.xml does have the proxyactor and the IME.xml include statements.

I have tried just baout everything:
rebooted computer, opened a fresh copy of uibuilder, resaved the eq2ui.xml and eq2ui_mainhud.xml,

about the only thing that I haven't done is recopy all of the files over into a new dir and then resintalling them one by one, or just remove all the files and copy all the default files into my customer ui folder ( this would suck cause I would loose a few hours worth of work )

any suggestions ?
Reply With Quote
  #2  
Unread 03-19-2005, 03:40 PM
Laffs's Avatar
Laffs Laffs is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Runnyeye
Posts: 1,404
Default

This happens to me... I find that the eq2ui.ini and the mainhud is corupted, just replace them all you should have add back in is any custom <include> statements you use.... BUT you could look for a defaults.cfg file in there if you find it delete it somtimes just doing that works.

Some custom UI's the builder dont like and will mess things up like performance panel preset code and perditions bottomv7 etc, I always work on a copy of the UI and just copy over individual files that I have changed and never mainhud or eq2ui I always edit them in notepad to add stuff..

Hope this is of some help
__________________
Laffs UI Mods
I can only please one person per day. Today is not your day. Tomorrow doesn't look to good either !
(Wicann on Runnyeye)
Reply With Quote
  #3  
Unread 03-19-2005, 04:08 PM
C0d3M0nk3y C0d3M0nk3y is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Everfrost
Posts: 9
Default

hmmm inxnaying the defaults didn't work had already did that, just forgot to mention it, I have also noticed that the uibuilder likes to insert code directly into the page so I make it a habit to keep dreamweaver open to see what the uibuilder inserted into the mainhud or the eq2ui files. oh well I guess I will try copying all the files ove then and go back into it and redo everything I did already
Reply With Quote
  #4  
Unread 03-19-2005, 04:16 PM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

She's a fickle mistress that builder she is!


When you load eq2ui.xml and do any changes and do a save, you are basically letting her "the builder" do whatever she wants.

Some things she will do.
Remove include statements if she can't find the files.
Move include statements if she sees fit. 'Just because she can"
re-arrange elements.

My personal favorite....
Turn your long scrips in the OnEvents to Properties, and then re-distribute them as she see fit (alphabetically) in the XML.
That ones a real pain! Laffs says it only does that if you click the 'RUN' button.

Another favorit. I forget which one, but the text item on buttons has to be set on one of the properties, if you the 'text' is listed in two properties, if you don't change the correct one, she will just change it back for you on both of them. Sweet of her eh?

There's pleny more, have fun getting to know here.
She's not all that bad once you get used to her, and honestly, she's not got much competition, so that's why we all keep going back to her for more.

EDIT: She also doesn't like when other ladies mess with her files, so if you use text editors, be very careful what you change, because she will notice sometimes, and act very, very pissy! If you are going to run off and use another tool, just make sure you are sneaky about it and don't let her catch you.
__________________
Kosmos
Qeynos Ranger (Retired)
Lucan D'Lere

Last edited by Kosmos : 03-19-2005 at 04:19 PM.
Reply With Quote
  #5  
Unread 03-19-2005, 05:15 PM
Laffs's Avatar
Laffs Laffs is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Runnyeye
Posts: 1,404
Default

Lmao Kos...

That just about sum's it up.. All is fine if you know what code "she" adds and where if you dont then your screwed basicly lol..

For example if you cut or copy say the player window and paste it back into mainhud in the builder it will not make another file it will just add the code as a page in the mainhud file itself lol. Whilst that can have its uses for testing it can and does mess things up big time a good one to play with is the bottomv7 UI I mentioned before, Just load that into the builder and move a few windows about and see all the extra files and "duff" code it generates lol... Nothing against bottomv7 I love the UI (the one me messing with now actualy) but that seems to be the most I have ever seen the builder screw somthing up lol... Must have been a nightmare to make that UI from scratch..
__________________
Laffs UI Mods
I can only please one person per day. Today is not your day. Tomorrow doesn't look to good either !
(Wicann on Runnyeye)
Reply With Quote
  #6  
Unread 03-20-2005, 08:53 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Improperly closed tags causes this problem. You can usually figure out which file is causing problems by drilling down on the last item before stuff goes wonky.

Assuming you haven't reorganized the tree, if you're seeing HUD but aren't seeing Journals, there's a good chance an element nested under HUD isn't closed properly. Drill down the HUD tree and you'll probably see Journals nested under there. The likely culpret is whatever tag shows directly above Journals.

Another cause is opening a file in a text editor other than Notepad and saving it without first stripping the control characters in the first line. Those control character define the file's encoding to something most text editors can't deal with. They wind up stripping the encoding and converting punctuation to URL format. Quotes become &quote. UIBuilder proceeds to spasm on the converted file.
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
Forum Jump


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


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI