EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
Thread Tools Search this Thread Display Modes
  #1  
Unread 06-30-2009, 04:30 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default So I did something cool with the most annoying window in the game...

THE BROWSER WINDOW!!!!!

I really despise this window...Why? Because it takes up so much space and every time it launches it lags. I kind of like how gm9 made it in Profit where you hide it, but I hate hiding windows to end up clicking an icon to get them to show again.

With that said this is what I did with LocationEffectors. Pretty much what it does is upon mousover the window slides to the right and into full view and upon mouseout the window slides back to the left with only about 30 pixels of space.

I just wanted to share. I hated that stupid browser window until this day. It might be worth making a mod out of it, idk...what do you guys think???

Here's some pics:

__________________
May Jesus Have Mercy On Us
Reply With Quote
  #2  
Unread 06-30-2009, 05:12 PM
samejima samejima is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2005
Server: Unrest
Posts: 156
Default

Great idea, fairly easy to implement. I would personally have to see how it works in game though!
Reply With Quote
  #3  
Unread 06-30-2009, 05:27 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

I'm messing with this window again after ignoring it for a long time. Tweaking it to fix a couple minor things I dislike about it.

The slide effector is a nice idea, just not sure how practical it is given the wide variety of layouts people use. For example a lot of folks put the Maintained window in a verticle format on the left and Effects on the right, so there would be overlay issues.

I've been meaning to build a task bar type thing for stuff like this, just don't seam to have time for any hardcore modding like I used to.
Reply With Quote
  #4  
Unread 06-30-2009, 05:36 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Well I do know that location effectors for vertical sliding are bugged and do not work at all, so horizontal sliding is all that works now.

It works nice and smooth and I really like it. I'm keeping this window up always when I quest. I modded it from the default so now I have to go back and make a good and customized window like Othesus's or Profit's Browser.
__________________
May Jesus Have Mercy On Us
Reply With Quote
  #5  
Unread 06-30-2009, 05:51 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Yah personally I like window shades and have implemented them on most large windows in Fetish. I run around with the browser up but collapsed all the time. Browser only takes up a 20 x 180 strip of screen space when collapsed.

The one minor annoyance with the window shade method is that the browser scrolls back to the top on collapse/expand.
Reply With Quote
  #6  
Unread 06-30-2009, 06:27 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

I don't like it. Reason being is because I have to click a stupid button every time I want to see the window briefly for quest details or whatever.

I just like to hover over the window, see the info I need to see, and then unhover and its gone. Fast, easy, reliable, and NO CLICKING.
__________________
May Jesus Have Mercy On Us
Reply With Quote
  #7  
Unread 06-30-2009, 06:29 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by Zonx View Post
I've been meaning to build a task bar type thing for stuff like this, just don't seam to have time for any hardcore modding like I used to.
There already is a default one that all windows can use, Rothgar implemented that long ago, although I'm not sure if any mod is using it. I forgot the name of that window but a search will turn it up.

Quote:
Originally Posted by dragowulf View Post
Well I do know that location effectors for vertical sliding are bugged and do not work at all, so horizontal sliding is all that works now.
I'm pretty sure that vertical deplacement via location effectors does work, unless you mean something else.


Quote:
Originally Posted by dragowulf View Post
It works nice and smooth and I really like it. I'm keeping this window up always when I quest. I modded it from the default so now I have to go back and make a good and customized window like Othesus's or Profit's Browser.
It's a question of preference. Personally I never liked the window shades option and I much prefer hiding windows completely away. But I can see that you would prefer your way. My window was originally based on Othesus' window btw, feel free to take from it whatever you want. Personally what I liked most about my window was the auto-hiding status bar, saves so much space.
__________________
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
  #8  
Unread 06-30-2009, 06:42 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

The LocationEffectors do not work vertically with the TargetLocation, at least not in UIBuilder(that's what I used to test it).

The window you're talking about is WindowManager and it currently does not work with the Browser window.
__________________
May Jesus Have Mercy On Us
Reply With Quote
  #9  
Unread 06-30-2009, 07:25 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

That's the one, yes.

Regarding the vertical movement I just tested that in both UIbuilder and in game using a LocationEffector to slide a window vertically down or diagonally across the screen. Both worked fine.
__________________
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
  #10  
Unread 06-30-2009, 07:28 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Unless I'm mistaken, Rothgar's WindowManager was never fully implemented and and doesn't look like it was going to keep windows open. Its essentially a button bar you can add window launchers to.

The whole point here is to keep the window open in a minimized or off-screen state to avoid the performance hits of reopening it or leaving it open fully expanded.
Reply With Quote
  #11  
Unread 06-30-2009, 07:47 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

I can't say I ever really used the window manager but from what I remember it does in fact not unload the windows but rather keep them loaded but hidden. I do remember that it does not work with custom windows either, or at least not with the InfoCenter, the only other window besides that browser that I liked to minimize.

But I agree, I don't think that feature was ever finished.
__________________
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
  #12  
Unread 06-30-2009, 08:20 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

I got around the Info Center upsetting the scroll bar position by setting the internal page to be "fixed,fixed" packsize before resizing the external window's page. I would then change it back to normal upon restoration. This would stop the scroll bar from moving.

I'm not sure if this will help for the browser window but thought I would share.
__________________
"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
  #13  
Unread 07-01-2009, 12:54 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Thx Drum, even if it doesn't help with the Browser, I'll prbly do that with the InfoCenter.
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 06:50 PM.


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