ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Help/Support (https://www.esoui.com/forums/forumdisplay.php?f=164)
-   -   Wykkyd Quest Tracker blinking (https://www.esoui.com/forums/showthread.php?t=4276)

QuadroTony 02/08/15 03:18 AM

Wykkyd Quest Tracker blinking
 
pls guys help. how to prevent this?
when you at the other menus, like character or inventory or whatever, this addon blinking from background

i found one solution from Fyrakin, need to coment one line
but this solution works with oldes version only, when it was posted.
what i must change/edit now?

afaik Wykkyd himself wont fix this, he told its working like intended and blame minimap addon in this issue....

so - any tip pls?


found the way how to reproduce!!

it blinking at the craft station when you doing daily writs
when you craft smthing for it and quest changed(you will also see the message of it at the center of the screen) - you will see the flash of wykkyd quest tracker

katkat42 02/08/15 06:04 PM

Quote:

Originally Posted by QuadroTony (Post 18735)
pls guys help. how to prevent this?
when you at the other menus, like character or inventory or whatever, this addon blinking from background

i found one solution from Fyrakin, need to coment one line
but this solution works with oldes version only, when it was posted.
what i must change/edit now?

afaik Wykkyd himself wont fix this, he told its working like intended and blame minimap addon in this issue....

so - any tip pls?

I have noticed that, when I'm in a dialogue with an NPC, the quest tracker will briefly flick on and off once, in between dialogue steps. I don't remember whether this happens all the time, or just during dialogues that affect quests. It hasn't bothered me enough to investigate it further.

QuadroTony 02/09/15 05:20 AM

for example conflict with this addon too

http://www.esoui.com/downloads/fileinfo.php?id=66

Quote:

Originally Posted by powerLevel9000
Hi,
I like your addon, although during it streams the text it causes other addons (for me it is Wykkyd's Quest Tracker) to display in the background of the text area. It hides it back when the streaming is completed and the dialog options appeared. The Quest Tracker addon does not appear during conversations if I disable your addon.
Cheers

please help!

QuadroTony 03/08/15 07:48 AM

now it blinks everytime i create an item at the station for example

PLEASE HELP TO FIX....

merlight 03/12/15 07:05 AM

Quote:

Originally Posted by QuadroTony (Post 18735)
pls guys help. how to prevent this?
when you at the other menus, like character or inventory or whatever, this addon blinking from background

i found one solution from Fyrakin, need to coment one line
but this solution works with oldes version only, when it was posted.
what i must change/edit now?

afaik Wykkyd himself wont fix this, he told its working like intended and blame minimap addon in this issue....

so - any tip pls?

I've never used it, but from what you describe it seems there's no way you can fix this easily. It appears to have some arcane toggling logic, which is definitely not how it should be done. The correct way would be to wrap the widget in a scene fragment and add that only to scenes where you want to see it. Then it would never appear where it shouldn't, much less blink.

QuadroTony 03/12/15 07:10 AM

i will just try another quest traker addon
there is only one alternative right now - FCMQT

Baertram 03/12/15 01:35 PM

Tony, could you tell us the fix that Fyrakin has told you for the older verison? It should help to understand the code and see where one could maybe fix it for newer versions.

At the moment the quets log is not flickering anymore for me. But I'll have a closer look inside conversations.

Quote:

Originally Posted by QuadroTony (Post 18735)
pls guys help. how to prevent this?
when you at the other menus, like character or inventory or whatever, this addon blinking from background

i found one solution from Fyrakin, need to coment one line
but this solution works with oldes version only, when it was posted.
what i must change/edit now?

afaik Wykkyd himself wont fix this, he told its working like intended and blame minimap addon in this issue....

so - any tip pls?


QuadroTony 03/12/15 01:45 PM

go to the 6 page of the Wykkyd's Quest Tracker page to the first top comment

conversation started from that moment and continue between Fyrakin and wykkyd near two pages to the middle of 4th page

here is those solution worked before

Quote:

Originally Posted by Fyrakin
I suggest to comment line 18 in UserInterface.lua
Code:

        --WYK_QuestTracker:RegisterEvent( EVENT_QUEST_POSITION_REQUEST_COMPLETE, WYK_QuestTracker.UI.QuestEventCallback, true )
Because there is nothing tracker needs is in this event, it is used for information interchange by requests, which are not part of this add-on. I tested this on my client tracker works fine with this line commented. No issues with blinking.


Baertram 03/12/15 01:48 PM

Ah, I see. Thanks.
Seems as if the event updated the quest tracker as you were talking too a quets giver and this way it flickered.
I'll have a look if it still flickers for me.
Any idea where it flickers with a 100% chance?

QuadroTony 03/12/15 01:53 PM

try ro craft items at the station

with Minimap from Fyrakin ON too

it blinks in any other circumstances for me too. like looking at the bank, inventory etc etc

joshmiller83 03/12/15 02:57 PM

This happens for me all the time. In a lot of different instances, but it doesn't bother me so I ignore it.

It does not bother any functionality or break anything. It just blinks into focus for a millisecond when doing certain actions.

QuadroTony 03/12/15 03:02 PM

Quote:

Originally Posted by joshmiller83 (Post 19562)
This happens for me all the time. In a lot of different instances, but it doesn't bother me so I ignore it.

It does not bother any functionality or break anything. It just blinks into focus for a millisecond when doing certain actions.

yes its not break anything, but anyway - it must be fixed i hope

QuadroTony 03/13/15 09:49 AM

found the way how to reproduce!!

it blinking at the craft station when you doing daily writs
when you craft smthing for it and quest changed(you will also see the message of it at the center of the screen) - you will see the flash of wykkyd quest tracker

Fyrakin 03/13/15 02:07 PM

Relax, Wykkkid's QT will blink even if there are no other add-ons at all, it is made to be like this. QT updates (blinks) when there is some data comming about quest pins, that may happen anytime even when you are talking to npc which updates the quest, or enter the quest area which updates objective, or there are many other ors... Well, The only reason why QT listens to that event is because it returns selected or focused quest. This check could be done without it, be going through all the quest entries in set intervals of time, but that would lead to redundant cpu usage.

My advice would be get used to it, if you can't stop using it.

QuadroTony 03/13/15 02:14 PM

circonian made a version without blinkings BTW


https://www.dropbox.com/s/7r6799xksq...cker2.zip?dl=0


All times are GMT -6. The time now is 03:44 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI