EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > DrumsUI

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 08-17-2010, 11:57 AM
xerek's Avatar
xerek xerek is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Mistmoore
Posts: 15
Default GU 57 - Start Menu Problems

I am having trouble getting my drumsui start button to work on test and was curious if anyone else is experiencing this problem and if so has anyone found a work around other than scrapping the ui for the default.

To clarify... when I click on the start button no start menu pops up now.
__________________

Last edited by xerek : 08-17-2010 at 12:00 PM.
Reply With Quote
  #2  
Unread 08-17-2010, 02:17 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Send a message via AIM to Drumstix42 Send a message via MSN to Drumstix42 Send a message via Yahoo to Drumstix42
Default

I have this fixed for the update. Thanks for the report.

I simply just have to force a /show_window MainHUD.StartMenu on that button now. The only quirkiness is that the menu shows next to where ever your XP bar is located (regardless of it having the integrated button or not).
I could always swap the start button code into the experience bar, and make the old start menu window the experience bar

But maybe they'll fix the old button since it's still included in the UI...
__________________
"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-17-2010, 07:34 PM
xerek's Avatar
xerek xerek is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Mistmoore
Posts: 15
Default

Thanks Drumstix42 =)

So... I noticed after experiencing this problem that the experience window I'm using is a variant of profit and has a start button built into it heh. So since then I've decided one start button is enough I just have to remember it's there (not that I really ever use the start menu in game).

So now I was looking at the xml trying to figure out what I would need to do to just scrap the menu button on the statbar all-together. I ditched the menu button and moved the option button over to it's position but now there's a gap between that little button and the first stat lol. Is there any quick way to move the first stat in the line-up to the left a position? I haven't determined yet how the script knows the position for each stat since DrumsUI allows you to add the stats you want to see and ditch the ones you don't.

Thanks in advance for any help.
__________________
Reply With Quote
  #4  
Unread 08-17-2010, 07:52 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Send a message via AIM to Drumstix42 Send a message via MSN to Drumstix42 Send a message via Yahoo to Drumstix42
Default

Easiest solution, copy the size of the element "Stats2" to "Stats1", then adjust the x location of "Stats1" to be the same as "Stats2".

Cheers.
__________________
"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-19-2010, 01:02 PM
Keene Keene is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 3
Default

I am having trouble getting the start button to show at all. I have done all the patching through the drums ui updating tool, and before I just used to hit 'esc' a couple times to make the start button menu appear. That doesn't work now and the start button doesn't show anywhere in my UI. I've tried using F10 to make all the windows available to darken, but still nothing.

Any ideas how to resolve this please? I love the UI and this isn't a big thing, more of an annoyance that I can't figure it out.

Thanks!
Reply With Quote
  #6  
Unread 08-19-2010, 01:50 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Send a message via AIM to Drumstix42 Send a message via MSN to Drumstix42 Send a message via Yahoo to Drumstix42
Default

The stat bar isn't showing at all for you? I might have to add some initialization code to another window if that's the case for you and others.

Try using this command to get it to show up the first time:
/show_window MainHUD.StartMenu

For me it's showing up each session automatically.

*edit* oops I mean /show_window MainHUD.StartButton
__________________
"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
>

Last edited by Drumstix42 : 08-20-2010 at 04:17 AM.
Reply With Quote
  #7  
Unread 08-19-2010, 06:14 PM
Autarkisknight Autarkisknight is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 2
Default

I'm having the same issue. I have just installed this, and it's my first time using it (I used to use profit) I have a fresh install of the game.

When I use the command
/show_window MainHUD.StartMenu

it pops the menu up that i can use, but the actual buttons aren't there if I click out of the window, so I have to use that command every time to access the menu.

I have tried everything to find the start /option buttons
Reply With Quote
  #8  
Unread 08-19-2010, 11:24 PM
Keene Keene is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 3
Default

Yeah I don't have the actual button, even more when I type in that command you shared it doesn't bring up the start button menu, either.
Reply With Quote
  #9  
Unread 08-19-2010, 11:28 PM
Keene Keene is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 3
Default

Ok I got the command to work but the button still missing. I've made a macro button for it to get me by.
Reply With Quote
  #10  
Unread 08-20-2010, 04:17 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Send a message via AIM to Drumstix42 Send a message via MSN to Drumstix42 Send a message via Yahoo to Drumstix42
Default

Sorry, I meant to say:
/show_window MainHUD.StartButton
__________________
"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
  #11  
Unread 08-20-2010, 10:53 PM
Autarkisknight Autarkisknight is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 2
Default

Lol i made a macro button too, I kinda like just having a macro

Edit: Tried this fix, and the /show_window MainHUD.StartButton is not working, no button shows up. The other one /show_window MainHUD.Startmenu still brings up the menu.

Last edited by Autarkisknight : 08-20-2010 at 10:57 PM.
Reply With Quote
  #12  
Unread 08-20-2010, 11:49 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Send a message via AIM to Drumstix42 Send a message via MSN to Drumstix42 Send a message via Yahoo to Drumstix42
Default

The stat bar is the "start button", which is what I thought the original problem was pertaining to.
__________________
"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


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 01:06 PM.


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