EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 02-16-2007, 11:46 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Thumbs Up Modding the new Browser window

I think this new browser window has opened up a lot of possibilities!

The first mod I want to do for it is a minimize button like the infocenter has. The other main things it's missing are a history function and bookmarks. The history is contained in the history.dat file but I'm not sure if there's a built in function to access that... I'm hoping there is somehow.

At first I was thinking of adding a bookmarks window within the window like the advanced broker search works, but I think you would still have to edit the bookmarks by hand outside of eq2. After messing around a little I think just pointing the browser to my own Firefox bookmarks will work ok. On my computer the file is:
file:///C:/Documents%20and%20Settings/Nicky/Application%20Data/Mozilla/Firefox/Profiles/c3lf2nw4.default/bookmarks.html
That already has every bookmark I ever use on this computer so I may as well make things easy on myself and reuse that. As soon as the /browser <URL> command comes I'll be able to just put that into a macro.

All the options and hidden preferences for Mozilla can be seen if you type about:config into the location. One thing I noticed is that the browser doesn't cache anything so if you have the same image 100 times, like on an eq2map, it has to download that little image 100 times. That's the settings browser.cache.memory.enable and browser.cache.disk.enable. It looks like you can't modify the about:config settings from the in-game browser but I'm going to try directly editing the prefs.js file.
http://kb.mozillazine.org/Editing_configuration

Here are a couple other interesting things to try:
about:buildconfig
about:plugins (no plugins at all, so no Flash, Quicktime, Java, Acrobat, Realplayer, etc.)
about:mozilla

I can read my infocenter pages just by pointing to
file:///C:/Program%20Files/Sony/EverQuest%20II/UI/NickUI/infocenter/
Hmm, except Mozilla doesn't wrap long lines in a txt file... but the possibilities are pretty big.

Othesus - Dirge - Lucan DLere
Vaspar - Fury - Lucan DLere

Last edited by Othesus : 02-16-2007 at 11:56 PM.
Reply With Quote
  #2  
Unread 02-17-2007, 02:03 AM
Findarato's Avatar
Findarato Findarato is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nagafen
Posts: 339
Default

I hope the info center gets moved to a website, or just use eq2i.com
__________________


Reply With Quote
  #3  
Unread 02-17-2007, 02:19 AM
Dolby's Avatar
Dolby Dolby is offline
Bacon Eater
Premium Member
EQ2Interface Admin
This person is a EQ2Map developer.
 
Join Date: Feb 2004
Posts: 2,452
Default

I personally like allakhazam's database for info. Took them a little bit to get all the bugs worked out but its working out nice now. I do use eq2i every once in awhile as I do like the quest lines. But lets not get into a debate what is better every one has their own opinion.
Reply With Quote
  #4  
Unread 02-28-2007, 12:09 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

I ended up adding a minimize button a few days ago. Then last night I was messing around with it some more and decided to take a shot at a bookmarks feature. At first I was trying to make a Combobox that would replace the URI text field but I didn't find any examples of Comboboxes used anywhere. It looked like it might work but it seemed a little odd that there was no Comboboxstyle and definitely no default style or template.

Has anyone ever used a Combobox? It looks like it would be a text field with a button on the right end that would pop up a dropdown menu. It just seems like it wasn't implemented completely since there isn't any Comboboxstyle mentioned anywhere.

So, after poking at that for a while I just decided to try out a dropdown menu below the URI textbox. I opened up the Profit market window and studied that a bit and later found Zonx's excellent guide for dropdowns.

Well, that was my quick (a few hours) and dirty browser mod to start out. I'm hoping there will be a way to add a history function but that would require something a bit more fancy tying into the Mozilla object or accessing the history.dat file.

http://www.eq2interface.com/download...fo.php?id=4488
Reply With Quote
  #5  
Unread 02-28-2007, 04:40 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

There isn't a ComboBox Object in EQ2 componet list

If one wasn't lazy like me they could make a getto one though.

Place a input object on top of a dropdown object but dont' use the full width of the dropdown, leave the handle sticking out. Now when the use Onclicks the handle of the dropdown make the input box !visible and when the user Onselsects or OnHoverOut make the input box visible and transfer the the selection to the input box.

Way to much work for me, but /shrug.
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote
  #6  
Unread 02-28-2007, 07:16 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

Are you sure? I'm pretty sure there is one:
http://www.eq2interface.com/forums/s...light=ComboBox

And it's available from the menu in the UIBuilder. It just seems unfinished since there isn't any ComboBox style or template. They show up in the UIBuilder but I didn't go far enough to see if they work.
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 03:09 PM.


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