EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Complete Sets


Post A Reply
Author Comments Comment Options
Unread 11-13-2018, 06:11 PM  
saw-lau
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 4
Uploads: 0
Quote:
Originally posted by Darqwood
Without even looking I can tell you this is true. Broker logs got moved out of the chat logs module which uses Unix time, but I forgot to do anything about non-US locales. Please watch your private messages on this website; I'll send you an updated app to test as soon as I can get back to my dev machine. Thank you for the heads-up..
Many thanks for such a speedy response!
saw-lau is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-10-2018, 10:21 AM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Quote:
Originally posted by saw-lau
Hi,

I get an exception thrown when selecting 'Load broker logs.' I'm assuming that it's locale related: the logs seem to be using dates in US format (mm/dd/yyyy) and my PC is set to using them in UK English format (dd/mm/yyyy).

I think the solution should be something along the following lines, assuming the uitility is written in VB as suggested by the stack trace:

Code:
Dim EnUsCultureInfo As CultureInfo = New CultureInfo("en-US")
Dim MyDateTime As DateTime = DateTime.Parse(StringToParse, EnUsCultureInfo)

Without even looking I can tell you this is true. Broker logs got moved out of the chat logs module which uses Unix time, but I forgot to do anything about non-US locales. Please watch your private messages on this website; I'll send you an updated app to test as soon as I can get back to my dev machine. Thank you for the heads-up.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-10-2018, 08:53 AM  
saw-lau
A Coastal Crab

Server: Antonia Bayle
Forum posts: 0
File comments: 4
Uploads: 0
Error Loading Broker Logs

Hi,

I get an exception thrown when selecting 'Load broker logs.' I'm assuming that it's locale related: the logs seem to be using dates in US format (mm/dd/yyyy) and my PC is set to using them in UK English format (dd/mm/yyyy).

I think the solution should be something along the following lines, assuming the uitility is written in VB as suggested by the stack trace:

Code:
Dim EnUsCultureInfo As CultureInfo = New CultureInfo("en-US")
Dim MyDateTime As DateTime = DateTime.Parse(StringToParse, EnUsCultureInfo)
************** Exception Text **************
System.InvalidCastException: Conversion from string "07/13/2018" to type 'Date' is not valid.
at Microsoft.VisualBasic.CompilerServices.Conversions.ToDate(String Value)
at DarqUI_Unified.StoreOps.Load_StoreLog(String logpath, String excludecolumns, Int32 matchcolumn, String matchtext)
at DarqUI_Unified.StoreOps.StoreLog_Summary()
at DarqUI_Unified.StoreOps.Do_ButtonStoreSummary()
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
saw-lau is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-07-2018, 04:55 PM  
Furiant
A Coastal Crab

Server: Antonia Bayle
Forum posts: 1
File comments: 8
Uploads: 0
Re: Re: Transport Window

Quote:
Originally posted by Darqwood
...

By the way, these images come from the update notes on the DarqUI Portal front page. When players have a few minutes I recommend scanning through the past updates on this page. I'll bet most DarqUI users have missed one or two new features along the way.
.
I had no idea that page existed. Thanks for the response
Furiant is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-06-2018, 07:16 PM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Transport Window

Quote:
Originally posted by Furiant
I can't seem to find the transport window you mention in the post on Oct 19. Is there a command to show it? I'm running 3116.

If you are using the floating XP Nav bar there will be an icon down near the right end as shown in the first image below. It looks like a wizard spire on a blue background. If you don't use the Nav bar, you can still add the icon to the main XP Command bar as shown in the second image. Or you can use one of the three custom icon slots on the Start menu to add the Transport icon.

By the way, these images come from the update notes on the DarqUI Portal front page. When players have a few minutes I recommend scanning through the past updates on this page. I'll bet most DarqUI users have missed one or two new features along the way.








.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-06-2018, 11:45 AM  
Furiant
A Coastal Crab

Server: Antonia Bayle
Forum posts: 1
File comments: 8
Uploads: 0
Transport Window

I can't seem to find the transport window you mention in the post on Oct 19. Is there a command to show it? I'm running 3116.

Last edited by Furiant : 11-06-2018 at 11:46 AM.
Furiant is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-06-2018, 06:25 AM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Harvesting window

Quote:
Originally posted by Fazio
Love this window. Is it possible to have the window always open to save opening it every time I start EQ2. Also can the option to harvest shinnies be set to on permanently.

Showing the window on login is trickier than it may seem, but you can turn on shiny tracking by default fairly easily. In Notepad, search for the only instance of Name="TogShiny" then add the following on the same line:


...Location="13,40" Name="TogShiny" Activated="true" Checked="true" OnHoverIn=...


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-05-2018, 09:39 PM  
Fazio
A Young Mystail Rat

Server: Antonia Bayle
Forum posts: 5
File comments: 14
Uploads: 0
Harvesting window

Love this window. Is it possible to have the window always open to save opening it every time I start EQ2. Also can the option to harvest shinnies be set to on permanently.
Fazio is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-02-2018, 04:43 AM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Quote:
Originally posted by ThaiTanic
Been trying to get the monitor to track the berserk buff that berserkers gets, but so far I have had no luck.

is it not possible to track this buff?

You can monitor the Berserk Rage buff but not the Berserk spell that appears temporarily in Spell Effects during combat. Only spells that appear in the Maintained Spells window can be monitored.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-02-2018, 04:39 AM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Quote:
Originally posted by Aniko
Is it possible to try to send wiki-links to system browser?
browsererexternal URL

The browserexternal command will work within the UI for URLs that do not contain spaces, but the vast majority of links to quests, collections, etc., contain spaces. So there is no way that I have found to reliably link externally to Wikia (fandom). There was a short discussion about this a couple of weeks ago, and unfortunately no one seems to have come up with a solution thus far.


.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-02-2018, 02:55 AM  
Aniko
A Coastal Crab

Server: Barren Sky
Forum posts: 0
File comments: 35
Uploads: 0
Is it possible to try to send wiki-links to system browser?
browsererexternal URL
Aniko is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-01-2018, 06:27 PM  
ThaiTanic
A Young Mystail Rat

Server: Unkown
Forum posts: 5
File comments: 13
Uploads: 0
Been trying to get the monitor to track the berserk buff that berserkers gets, but so far I have had no luck.

is it not possible to track this buff?
ThaiTanic is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-27-2018, 12:00 PM  
Atashia
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 7
Uploads: 0
Thumbs Up Re: Re: Browser

Quote:
Originally posted by gascan719
I have never had wiki work for me on any UI i used. Daybreak said that the ingame browser was handled by a third party and they couldnt help me with it. I do know its crome based though. I just use wiki on my default browser outside of game.
Yeah I do also.. I just had hoped for a in game version.. It's all good..
Atashia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-27-2018, 11:58 AM  
Atashia
A Coastal Crab

Server: Unkown
Forum posts: 0
File comments: 7
Uploads: 0
Thumbs Up Re: Re: Browser

Quote:
Originally posted by Darqwood
EverQuest II Wikia pages are now being redirected to a different domain. If you open up a quest URL in an external browser you will see a banner at the top explaining this. The change has moved the site to HTTPS which is a good thing. But unfortunately in-game page layout went from bad to worse -- now nothing displays at all, as you experienced.

The internal browser has not changed from when the Wikia site long ago displayed everything properly. Sadly the Wikia site has evolved and contains more invasive ad scripts and other miscellany that the aging EQII browser cannot digest.

I tried changing the UI links to go directly to the new domain, but nothing is displaying correctly in-game. This is something that none of us has any control over at this point. If the final result is that Wikia no longer works, I'll do something else with the in-game links.



.
Thanks I'll stop clicking for now.. All the other links work great tho.. I just WIki wouldn't have messed things up haha .
Atashia is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-27-2018, 04:17 AM  
Darqwood
A Griffon
 
Darqwood's Avatar
Interface Author - Click to view interfaces

Forum posts: 850
File comments: 920
Uploads: 9
Re: Browser

Quote:
Originally posted by Atashia
Hello ! And thanks for making a great UI.. I'm having a problem with the quick buttons on my Quests.. I click Wiki and the page is blank.. Any thing else I click works.. One of the reasons I like add ons is the quick buttons.. Any suggestions?

Thanks in advance.

EverQuest II Wikia pages are now being redirected to a different domain. If you open up a quest URL in an external browser you will see a banner at the top explaining this. The change has moved the site to HTTPS which is a good thing. But unfortunately in-game page layout went from bad to worse -- now nothing displays at all, as you experienced.

The internal browser has not changed from when the Wikia site long ago displayed everything properly. Sadly the Wikia site has evolved and contains more invasive ad scripts and other miscellany that the aging EQII browser cannot digest.

I tried changing the UI links to go directly to the new domain, but nothing is displaying correctly in-game. This is something that none of us has any control over at this point. If the final result is that Wikia no longer works, I'll do something else with the in-game links.



.
Darqwood is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 11:18 PM.


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