Showing results 1 to 14 of 14
Search took 0.00 seconds.
Search: Posts Made By: Dero
Forum: Lua/XML Help 03/10/15, 05:26 PM
Replies: 4
Views: 8,141
Posted By Dero
Yep. found it just a few minutes ago ;). Thx a...

Yep. found it just a few minutes ago ;).
Thx a lot! That helped and is working fine! ;)
Forum: Lua/XML Help 03/10/15, 04:08 PM
Replies: 4
Views: 8,141
Posted By Dero
This function does not seem to work. When i use...

This function does not seem to work. When i use it, i get the following Error:
function expected instead of nil
stack traceback:
user:/X/X/Test.lua:25 in function '(anonymous)'
so this function seems...
Forum: Lua/XML Help 03/10/15, 01:53 PM
Replies: 4
Views: 8,141
Posted By Dero
OnMouseEnter problem

Hey there.
I've got a small problem with a piece of code.

Ive got a MainObject (MainObj) and on MouseEnter a ChildObject (ChildObj) with a Button in it (ChildButton) should show up. -Works fine so...
Forum: General Authoring Discussion 02/07/15, 06:08 AM
Replies: 74
Views: 65,321
Posted By Dero
Ty Garkin, that was exactly what i was looking...

Ty Garkin,
that was exactly what i was looking for.
Forum: General Authoring Discussion 02/06/15, 08:34 PM
Replies: 74
Views: 65,321
Posted By Dero
what does...

what does
GetChampionPointAttributeForRank()
exactly do?

Atm it returns 0
Does it returns an integer, that describes, what the next CP will be?
Like
0 = Blue
1 = Red
2 = Green
Forum: Lua/XML Help 08/24/14, 11:41 AM
Replies: 3
Views: 5,194
Posted By Dero
Lua Memory Usage on function calls

Hey Guys,

i made a little Addon to analyze the Memory usage of Lua.
While playing around a little bit with it, i noticed, that every function call consumes a bit of Memory wich isnt get freed after...
Forum: Lua/XML Help 08/18/14, 10:20 AM
Replies: 7
Views: 5,927
Posted By Dero
What i wanted to do is Adding something to the...

What i wanted to do is Adding something to the HUD_SCENE and HUD_UI_SCENE.
But within this i wanted the option to set it Hidden, when the user decides to hide it.
this works at the first Moment with...
Forum: Lua/XML Help 08/18/14, 01:28 AM
Replies: 7
Views: 5,927
Posted By Dero
SCENE_MANAGER problems

Hi guys, ive got some Problems with the SCENE_MANAGER.
Im adding Stuff to the SCENE_MANAGER like this:


tlw = WINDOW_MANAGER:CreateTopLevelWindow("tlw")

zo_callLater(function()...
Forum: Lua/XML Help 07/06/14, 01:27 PM
Replies: 3
Views: 3,196
Posted By Dero
Hey there and thx. i Zgooed a bit and found...

Hey there and thx.
i Zgooed a bit and found this:
ZO_ChatWindowTextEntryLabel:GetText()
there you may filter it out.

i Zgooed a bit further and then i Found this...
Forum: Lua/XML Help 07/06/14, 12:42 PM
Replies: 3
Views: 3,196
Posted By Dero
Receiver of a /tell

Hey there,

im currently Working on an AddOn where i need to get the Receiver of my /tell message.
Is there any way to find out who the one is im currently telling with in LUA?

I already tried the...
Forum: Lua/XML Help 06/12/14, 01:04 PM
Replies: 3
Views: 3,526
Posted By Dero
That doesnt helps me with textures and also not...

That doesnt helps me with textures and also not with texts if i've a round Frame.


Got any example for a scrolls frame?
Forum: Lua/XML Help 06/12/14, 10:44 AM
Replies: 3
Views: 3,526
Posted By Dero
Masking a Window

Hey there.

Ive got a Question regarding the WINDOW_MANAGER.

Is it possible to not show things like texts/textures outside the regular borders?

Example:

MyFrame =...
Forum: General Authoring Discussion 06/10/14, 09:26 AM
Replies: 1
Views: 2,685
Posted By Dero
Found this in the last Update of the ESO API....

Found this in the last Update of the ESO API. Seems that the Wiki isnt up to date.

Removed deprecated functions:

TargetUnit
TargetUnitByName
ClearTarget
TargetNearestEnemy
Forum: General Authoring Discussion 06/10/14, 07:34 AM
Replies: 1
Views: 2,685
Posted By Dero
Targeting and UnitClass

Hey there. Ive got two questions.

First Question: The function

ClearTarget protected ()

is not working for me. Am i doing something wrong?

With these functions its the same:
TargetUnit protected...
Showing results 1 to 14 of 14