EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > XML Modification Help & Info

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 08-03-2008, 08:29 PM
MacDaddy62 MacDaddy62 is offline
A Fallen Diplomat
 
Join Date: Mar 2005
Server: Crushbone
Posts: 51
Default Always on top hotbars

Before LU47 I had hotbars that always stayed on top of other windows. Since LU47, however, those hotbars no longer stay on top. Can anyone tell me how I can modify the hotbar xml file so that the bars will once again stay on top? Thanks.
Reply With Quote
  #2  
Unread 08-03-2008, 10:59 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

eq2ui_mainhud_hotkey.xml
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page AlwaysOnTop="true"
Add the AlwaysOnTop="true" to the <page> tag on 2nd line of the file.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #3  
Unread 08-04-2008, 03:38 AM
MacDaddy62 MacDaddy62 is offline
A Fallen Diplomat
 
Join Date: Mar 2005
Server: Crushbone
Posts: 51
Default

Yea it already had that, which is why the bars were properly staying on top before the LU. Something changed with the LU and that code is no longer keeping them on top. I've noticed that when I log in they are often staying on top, but then when I join a group they stop staying on top.

Last edited by MacDaddy62 : 08-04-2008 at 03:44 AM.
Reply With Quote
  #4  
Unread 08-04-2008, 04:27 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Hmm... ok. Strange then. Must be something on the game's end as you said, code wise.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #5  
Unread 08-04-2008, 04:33 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

You may have a conflict between several windows that have AlwaysOnTop=true set. In other words, the window that goes over your hotbars now probably has it set as well.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #6  
Unread 08-04-2008, 04:41 AM
MacDaddy62 MacDaddy62 is offline
A Fallen Diplomat
 
Join Date: Mar 2005
Server: Crushbone
Posts: 51
Default

nope, that's not it
Reply With Quote
  #7  
Unread 08-04-2008, 04:48 AM
MacDaddy62 MacDaddy62 is offline
A Fallen Diplomat
 
Join Date: Mar 2005
Server: Crushbone
Posts: 51
Default

Btw I'm using this hotbar, but the issue still occurs if I simply modify the default hotbar file to contain the AlwaysOnTop="true" command.

http://www.eq2interface.com/download...ompatible.html
Reply With Quote
  #8  
Unread 08-04-2008, 07:21 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by MacDaddy62 View Post
Before LU47 I had hotbars that always stayed on top of other windows. Since LU47, however, those hotbars no longer stay on top. Can anyone tell me how I can modify the hotbar xml file so that the bars will once again stay on top? Thanks.
What window are they not staying on top of?
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #9  
Unread 08-04-2008, 01:06 PM
MacDaddy62 MacDaddy62 is offline
A Fallen Diplomat
 
Join Date: Mar 2005
Server: Crushbone
Posts: 51
Default

It's mainly the gray window in eXtreme, the one with player hp/mana and maintained effects and the menu button and space for 2 hotbars on top of it. However, I have tested the problem by dragging my map window over the bars, as well, with the same results.
Reply With Quote
  #10  
Unread 08-04-2008, 03:25 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Hmm SOE must of changed something with the AlwaysOnTop code.. I checked and nothing has changed in them windows(for extreme) in quite a while.

The way it use to work is if two windows had the AlwaysOnTop= true the one highest on the zorder got priority. Now I am not sure alwaysontop even works..;/ if so eXtreme is fubar'ed.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #11  
Unread 08-04-2008, 03:38 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

I just thought always on top priority depended on the last one you clicked when dealing with multiple windows with the same property.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #12  
Unread 08-04-2008, 04:55 PM
MacDaddy62 MacDaddy62 is offline
A Fallen Diplomat
 
Join Date: Mar 2005
Server: Crushbone
Posts: 51
Default

Like I said, it works some of the time. It seems really buggy.
Reply With Quote
  #13  
Unread 08-04-2008, 04:56 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Drumstix42 View Post
I just thought always on top priority depended on the last one you clicked when dealing with multiple windows with the same property.
Nope, it was what ever window is higher in the z-order. Thats why i stuck a lot of things in startbutton as it is at the bottom of the z-order.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #14  
Unread 08-04-2008, 05:30 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Ah. Strange even so. I've been trying to get my start button mod to read the "alwaysonbottom" tag, and it still stays on top of everything.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote
  #15  
Unread 08-04-2008, 06:20 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Drumstix42 View Post
Ah. Strange even so. I've been trying to get my start button mod to read the "alwaysonbottom" tag, and it still stays on top of everything.
might be something with the startbutton /shrug, I use alwaysonbottom=true on my target window it seems to stay on the bottom of everything. (well use to haven't tested it today)
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #16  
Unread 08-05-2008, 12:42 AM
MacDaddy62 MacDaddy62 is offline
A Fallen Diplomat
 
Join Date: Mar 2005
Server: Crushbone
Posts: 51
Default

I've identified a pattern with this bug and a workaround. The windows stop staying on top whenever I join a group or load UI settings. To get them to once again stay on top, I have to click on them.
Reply With Quote
  #17  
Unread 08-05-2008, 03:45 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Quote:
Originally Posted by Landiin View Post
might be something with the startbutton /shrug, I use alwaysonbottom=true on my target window it seems to stay on the bottom of everything. (well use to haven't tested it today)
My start button window seems to be properly acknowledging the stayonbottom now. /shrug
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
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 10:20 AM.


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