EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 06-29-2005, 06:11 AM
lisasdarren lisasdarren is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 12
Default Colour Bug in new skills window

You might have noticed that two sets of the progress bars in the new skills window are coming up as black by default, causing conflicts with any mods that use a black background.

It seems that someone missed out a # at the start of the colour code for two sets, namely Spellcasting and Scholar.

If making any updates to this new skill window it is probably worth adding these hashes back in.

I have attached a fixed version of the default skills window if anyone wants it.
Attached Files
File Type: xml eq2ui_mainhud_skills.xml (13.0 KB, 403 views)
Reply With Quote
  #2  
Unread 06-29-2005, 03:24 PM
Magus Magus is offline
A Griffon
 
Join Date: Apr 2005
Server: Mistmoore
Posts: 541
Default

That's amusing... I really wonder about SOE's QA department...
Reply With Quote
  #3  
Unread 06-29-2005, 03:51 PM
SOE_Bobble SOE_Bobble is offline
EQII Developer
Yes this person is from Daybreak!
 
Join Date: Aug 2004
Posts: 82
Default

Don't blame QA for this one. All my fault.

They would have had no idea the colors weren't supposed to be black and in fact I very likely disregarded a bug report on it because "there is no way I could have typed the color string in wrong."

bobble
Reply With Quote
  #4  
Unread 06-29-2005, 04:28 PM
casper casper is offline
A Sea Turtle
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 30
Default

Not to sound like an idiot on this one... but I just took the file that you said would work and I bring up the skills window and everything is still black except for the icons on each page. I did try removing the other file from my UI folder called eq2ui.xml and then this windows comes up great, but the rest of my mods that I have downloaded from here turn black thanks soo much for all the hard work you guys always do
Reply With Quote
  #5  
Unread 06-29-2005, 04:45 PM
lisasdarren lisasdarren is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 12
Default

That is caused by you having an out of date eq2ui.ini file in your custom directory. You either need to delete it, or add the missing lines into it, they can be found in another post on these forums.
Reply With Quote
  #6  
Unread 06-29-2005, 07:31 PM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by lisasdarren
That is caused by you having an out of date eq2ui.ini file in your custom directory. You either need to delete it, or add the missing lines into it, they can be found in another post on these forums.
either you mean eq2.ini (which isnt in the custom folder) or equi.xml

There is no eq2ui.ini
__________________
Reply With Quote
  #7  
Unread 06-30-2005, 12:19 AM
Magus Magus is offline
A Griffon
 
Join Date: Apr 2005
Server: Mistmoore
Posts: 541
Default

No they mean eq2ui.xml
Reply With Quote
  #8  
Unread 06-30-2005, 05:15 AM
casper casper is offline
A Sea Turtle
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 30
Default

Got it... Downloaded the new fetish release and all is well... thanks again
Reply With Quote
  #9  
Unread 06-30-2005, 01:27 PM
Braxon Braxon is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 2
Default

I'm having the same problem that Casper reported. The skills window opens but then the boxes are blacked out. I can see the icon's on the left hand side of the window but that's all. Does anyone have a suggestion for this please? Casper said his problem was fixed with the new Fetish release. I'm using the standard ui with a couple add-on's like eqmap and journal. I tried using the eq2ui.xml file from Fetish and it made the window completely black. So I put the old file back to get the icons back atleast. Any help would be appreciated.
Reply With Quote
  #10  
Unread 06-30-2005, 01:33 PM
Guthry Guthry is offline
A Young Mystail Rat
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 2
Default

I have the exact same problem as Braxon. Someone mentioned another thread here that dealt with this problem, can someone point me to that thread so that I can try to fix this when I get off of work tonight? I did a quick scan, but didn't see anything that jumped out at me as being the info that I needed.
Reply With Quote
  #11  
Unread 06-30-2005, 01:59 PM
lisasdarren lisasdarren is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 12
Lightbulb

Quote:
Originally Posted by Guthry
I have the exact same problem as Braxon. Someone mentioned another thread here that dealt with this problem, can someone point me to that thread so that I can try to fix this when I get off of work tonight? I did a quick scan, but didn't see anything that jumped out at me as being the info that I needed.
Depending upon the mod(s) you are using you might be able to take the easy option of just copying the eq2ui.xml file accross from the default directory. However unless you are sure that the UI you are using hasn't modified this file, at all, do the following instead.

Edit the eq2ui.xml file in your custom directory by adding the following lines:

<include>eq2ui_commonelements.xml</include>
<include>eq2ui_textstyles.xml</include>
<include>eq2ui_shadowstylesnew.xml</include>
<include>eq2ui_specialelements.xml</include>
<include>eq2ui_windowelements.xml</include>

AFTER the line: <include>eq2ui_gamedata.xml</include>

Also add this line:
<include>eq2ui_arenachampions.xml</include>

AFTER the line: <include>eq2ui_Templates.xml</include>

HTH HAND
Reply With Quote
  #12  
Unread 06-30-2005, 02:17 PM
Magus Magus is offline
A Griffon
 
Join Date: Apr 2005
Server: Mistmoore
Posts: 541
Default

Where they are in the file doesn't matter, I pasted them all at the end (but before the /page)and it works fine
Reply With Quote
  #13  
Unread 06-30-2005, 04:11 PM
Braxon Braxon is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 2
Default

Thank you very much Lisasdarren! That worked just great. I appreciate your help and the information.

/bow Lisasdarren

Thanks!
Reply With Quote
  #14  
Unread 06-30-2005, 04:49 PM
Sorvani's Avatar
Sorvani Sorvani is offline
A Fallen Diplomat
Interface Author - Click to view interfaces
 
Join Date: Aug 2004
Server: Befallen
Posts: 53
Default

Quote:
Originally Posted by SOE_Bobble
Don't blame QA for this one. All my fault.

They would have had no idea the colors weren't supposed to be black and in fact I very likely disregarded a bug report on it because "there is no way I could have typed the color string in wrong."

bobble
i know that feeling well. spent 3 hours arguing with ColdFusion and MS Access today over a set of single quotes.
__________________
Sorvani
Reply With Quote
  #15  
Unread 07-01-2005, 03:38 AM
Guthry Guthry is offline
A Young Mystail Rat
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 2
Default

Quote:
Originally Posted by lisasdarren
Depending upon the mod(s) you are using you might be able to take the easy option of just copying the eq2ui.xml file accross from the default directory. However unless you are sure that the UI you are using hasn't modified this file, at all, do the following instead.

Edit the eq2ui.xml file in your custom directory by adding the following lines:

<include>eq2ui_commonelements.xml</include>
<include>eq2ui_textstyles.xml</include>
<include>eq2ui_shadowstylesnew.xml</include>
<include>eq2ui_specialelements.xml</include>
<include>eq2ui_windowelements.xml</include>

AFTER the line: <include>eq2ui_gamedata.xml</include>

Also add this line:
<include>eq2ui_arenachampions.xml</include>

AFTER the line: <include>eq2ui_Templates.xml</include>

HTH HAND

Thanks a ton lisasdarren, that did the trick.
Reply With Quote
  #16  
Unread 07-01-2005, 10:32 PM
Findarato's Avatar
Findarato Findarato is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nagafen
Posts: 339
Default

I made the changes to my UI, but now I still dont see any text, just numbers. Well numbers and progress bars, are there actually discriptions atached to each one of these progress bars?
__________________


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 04:05 PM.


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