View Single Post
  #16  
Unread 03-15-2011, 04:53 PM
jnewton jnewton is offline
A Sea Turtle
 
Join Date: Mar 2005
Posts: 30
Default Problem is back again

Drumstix,

With you help, I was able to get the editor to do its job. Really cool. I also switched to a pretty much pure DrumUI with a couple add-in. I extracted it into a folder - DrumUI - using the file structure of the .zip file. It has been working like a champ up to the current update. I used the update tool and now when I click on the edit button I get the poi editor. I've gone back and looked at the file directories and files and they all look correct. Below is a copy of my eq2ui_custom file:

<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<!--
********************************************************************
ONLY EDIT BELOW THIS COMMENT
********************************************************************
-->
<!-- Druns UI Custom -->
<include>DrumsUI/CureFinder/DrumsUI_CF.xml</include>
<include>DrumsUI/CureFinder/DrumsUI_CF_Settings.xml</include>
<include>DrumsUI/Settings/DrumsUI_PlayerCureWindow.xml</include>
<include>DrumsUI/Settings/DrumsUI_PartyClickWindow.xml</include>
<include>DrumsUI/Settings/DrumsUI_EffectsWindow.xml</include>
<include>DrumsUI/Settings/DrumsUI_StatBarWindow.xml</include>
<include>DrumsUI/Settings/DrumsUI_ClickButtonSettings.xml</include>
<include>DrumsUI/Settings/DrumsUI_EffectsSettings.xml</include>
<include>DrumsUI/Settings/DrumsUI_StatBarSettings.xml</include>
<include>DrumsUI/Settings/DrumsUI_TextSettings.xml</include>
<include>DrumsUI/Settings/DrumsUI_ItemNotes.xml</include>
<include>Razc_Attack.xml</include>
<include>_eq2_ToonSwap.xml</include>
<include>_harvest_info.xml</include>
<include>_harvest_bar.xml</include>
<include>_DiggityUI_TravelHub.xml</include>

<!--
********************************************************************
ONLY EDIT ABOVE THIS COMMENT
********************************************************************
-->
</Page>
<Namespace Name="DiggityUI_Styles">
<include>_DiggityStyles.xml</include>
</Namespace>

Not sure what I did to suddenly cause the POI tool to pop up instead of the click editor. I'm hoping someone sees what I did so I can get it corrected. I'm finding it is a real pain to have to keep targeting the player then clicking the hot bars when I need to heal/ward someone.

Almost forgot, it may be related, or not - when I open the group & raid Click button settings window, the close icon is missing in the upper right corner. If I go to windows setting and change the frame & title option to frame only then back to frame & titlebar, the little x appears in the upper right hand corner so I can close the window.

Regards,
John
Reply With Quote