Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: klaro00
Forum: Lua/XML Help 12/07/14, 10:31 AM
Replies: 3
Views: 5,725
Posted By klaro00
Thank you, that works perfectly!

Thank you, that works perfectly!
Forum: Lua/XML Help 12/07/14, 08:48 AM
Replies: 3
Views: 5,725
Posted By klaro00
How to create a chat tab programmatically

Hi,

when I add a chat tab using function AddChatContainerTab() I notice that the new tab is NOT shown until the GUI is reloaded. How can I force its visibility?

Regards,
Klaro
Forum: Lua/XML Help 11/27/14, 12:45 PM
Replies: 2
Views: 5,533
Posted By klaro00
Too bad... I noticed the failure event, and I...

Too bad... I noticed the failure event, and I think I have to deduce from inventory changes, or just give up.

// Klaro
Forum: Lua/XML Help 11/26/14, 04:56 PM
Replies: 2
Views: 5,533
Posted By klaro00
How to get notified of filled soul gem

Hi,

is there an event or callback I could register for (or some other way) to get notified whenever I succeeded to fill a soul gem while killing a mob? I would like to display success of filling...
Forum: Lua/XML Help 11/24/14, 01:25 AM
Replies: 6
Views: 7,635
Posted By klaro00
Thank you. // Klaro

Thank you.

// Klaro
Forum: Lua/XML Help 11/23/14, 05:03 AM
Replies: 6
Views: 7,635
Posted By klaro00
How to determine PvE/PvP

Hi,

if I wanted to find out wether I am in a PvP or in a PvE zone (or, to be more precise: wether all NPCs, mobs and players ar on level 50 or not), what would be the safest way? The following...
Forum: Lua/XML Help 11/05/14, 12:26 PM
Replies: 3
Views: 5,447
Posted By klaro00
Great! I exepected this API functions in the Item...

Great! I exepected this API functions in the Item Link (http://wiki.esoui.com/API#Item_Link) section, that's why I didn't find it. Many thanks!

// Klaus
Forum: Lua/XML Help 11/05/14, 01:25 AM
Replies: 3
Views: 5,447
Posted By klaro00
How to get the item's icon or texture when buying/selling

Good morning!

I'm using the events EVENT_SELL_RECEIPT, EVENT_BUY_RECEIPT and EVENT_BUYBACK_RECEIPT to keep track of vendor transactions. Those events send the "name", "type" and "quantity" of sold...
Forum: Lua/XML Help 10/21/14, 12:11 PM
Replies: 10
Views: 9,223
Posted By klaro00
Great news!

Great news!
Forum: Lua/XML Help 10/19/14, 01:09 PM
Replies: 10
Views: 9,223
Posted By klaro00
Thanks, so I was right that there is no direct...

Thanks,

so I was right that there is no direct way. I think I will test for new functions like GetLatency (in fact, I currently test for GetMaxLevel). Also thank you Garkin for the list of functions...
Forum: Lua/XML Help 10/19/14, 03:03 AM
Replies: 10
Views: 9,223
Posted By klaro00
How to find out API version

Hi,

ist there a reliable, robust way to find out the API version under which an addon is running? This would be useful when changing addon code in order to support an upcoming ESO version on the PTS...
Forum: Lua/XML Help 09/03/14, 01:22 PM
Replies: 2
Views: 3,127
Posted By klaro00
Thanks, FOCUSED_QUEST_TRACKER:RegisterCallback("Q...

Thanks,

FOCUSED_QUEST_TRACKER:RegisterCallback("QuestTrackerTrackingStateChanged", func)

is what I was looking for!!!
Forum: Lua/XML Help 09/02/14, 04:01 PM
Replies: 2
Views: 3,127
Posted By klaro00
Can't find quest tracker event (key T)

Hi out there,

assuming standard key binding: which event is thrown when hitting "T" (quest tracker)? Or is there another way to find out the assisted quest was changed by the user, like registering...
Forum: Lua/XML Help 08/27/14, 12:07 AM
Replies: 4
Views: 4,176
Posted By klaro00
Thanks, you saved my day! I used the wrong...

Thanks,

you saved my day! I used the wrong constants (or didn't know that there is no constant value for the second case).

A short note for readers of this thread: Return codes are not consistent...
Forum: Lua/XML Help 08/26/14, 02:11 PM
Replies: 4
Views: 4,176
Posted By klaro00
How to retreive UI settings using GetSettings()

Hi,

I want to retrieve the current UI setting for "Ability Bar" and "Active Combat Tips" -- see attachment. Either setting can have three values. How do I determine the value currently set?

I tried...
Forum: General Authoring Discussion 08/09/14, 09:37 AM
Replies: 4
Views: 4,455
Posted By klaro00
Thanks! // Klaro

Thanks!

// Klaro
Forum: General Authoring Discussion 08/09/14, 01:29 AM
Replies: 4
Views: 4,455
Posted By klaro00
Texture needed

Hi,

can anyone tell me the file path to the "stack of gold" texture attached below? It's the one you get when looting gold.

Thanks,
Klaro

(BTW: Is there a list of files including texture images...
Forum: Lua/XML Help 07/24/14, 12:21 AM
Replies: 3
Views: 4,656
Posted By klaro00
Yep, thanks you Garkin!!! I was afraid about that...

Yep, thanks you Garkin!!! I was afraid about that this is really the final solution, but at least it's so well prepared so that we do not have to investigate the localized race names.

// Klaro
Forum: Lua/XML Help 07/23/14, 02:40 PM
Replies: 3
Views: 4,656
Posted By klaro00
How to detect the player's race

Hi,

I'm about to write an addon which displays the player's Alliance, Race and Class in a tooltip. For each of them I display the localized name plus the respective icon/symbol.

Alliance and Class...
Forum: AddOn Help/Support 07/17/14, 03:36 PM
Replies: 2
Views: 4,302
Posted By klaro00
*Smile* - works fine!

*Smile* - works fine!
Forum: General Authoring Discussion 07/17/14, 03:22 PM
Replies: 3
Views: 4,113
Posted By klaro00
Thanks & works! Didn't realize that "ItemTooltip"...

Thanks & works! Didn't realize that "ItemTooltip" is a predefined tooltip control (I started to create & configure my own tooltip control, then I saw ItemToolTip is one of many prefined ones, and now...
Forum: General Authoring Discussion 07/16/14, 05:30 PM
Replies: 3
Views: 4,113
Posted By klaro00
How to create an item tooltip

Hi,

I's like to show an item tooltip (when hovering over certain control). It's not the problem to register the required mouse event listener. What I need is a way to display the tooltip itself when...
Forum: AddOn Help/Support 07/16/14, 05:01 PM
Replies: 2
Views: 4,302
Posted By klaro00
How to open the Quick Slot Radial Menu?

Hi,

is there a way opening the "Quick Slots" radial menu programmatically, including the inventory?

I found that QUICKSLOT_RADIAL:ShowQuickslotMenu() opens the radial menu, but without the inventoy...
Forum: AddOn Help/Support 07/12/14, 03:03 AM
Replies: 4
Views: 3,919
Posted By klaro00
Ooops... I had a wrong German translation in mind...

Ooops... I had a wrong German translation in mind when seeing EVENT_BUY_RECEIPT and EVENT_SELL_RECEIPT. Very emberassing... At least I could have seen the event meaning by their event arguments......
Forum: AddOn Help/Support 07/12/14, 02:29 AM
Replies: 4
Views: 3,919
Posted By klaro00
Hi, thanks for the advice. I constantly examine...

Hi,

thanks for the advice. I constantly examine the API documentation for addon development; in particular I think there is no special event for selling and buying (I hope I'm wrong...).

Well, I...
Showing results 1 to 25 of 31