View Single Post
  #1  
Unread 09-21-2005, 10:08 AM
Faetyl's Avatar
Faetyl Faetyl is offline
Freeport Pizza Delivery
Featured
 
Join Date: Mar 2005
Server: Unrest
Posts: 1,212
Default Invalid refference in xml?

I'm seeing this pop up in a few UI.log's

It looks like "eq2ui_commonelements.xml" refers to an xml file that does not exist "eq2ui_listboxrow_template.xml".

Can anyone verify this is indeed a bug?

(See code below)


Code:
 
</Namespace>

<GridStyle Name="grid_style" Normal.HBackground="" Normal.Junction="" Selected.Background="selected_bkg"/>

<Template Name="row_template" Size="600,22">eq2ui_listboxrow_template.xml</Template>

<ListboxStyle GridStyle="grid_style" Name="listbox_style"/>

</Namespace>

__________________
Thor/Faetyl of the Unrest Server
ThorUI AU - Play EverQuest2 in Style!
Portal
Forums

Got Guild?

"Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live."
Reply With Quote