Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: Artajörn
Forum: Lua/XML Help 05/04/14, 07:28 AM
Replies: 15
Views: 9,137
Posted By Artajörn
When I remove the AnchorFill line, nothing is...

When I remove the AnchorFill line, nothing is displayed.

However I'm going to remake my addon to create a better project and I will create the GUI in Lua. I'll post here if I find problems to...
Forum: Lua/XML Help 05/02/14, 08:09 AM
Replies: 15
Views: 9,137
Posted By Artajörn
And how do you do that? :confused:

And how do you do that? :confused:
Forum: Lua/XML Help 05/02/14, 06:27 AM
Replies: 15
Views: 9,137
Posted By Artajörn
Sorry I forgot to put the code, hehehehe. :p

Sorry I forgot to put the code, hehehehe. :p
Forum: Lua/XML Help 05/02/14, 05:10 AM
Replies: 15
Views: 9,137
Posted By Artajörn
Hi, First of all, thank you very much for your...

Hi,

First of all, thank you very much for your answers.

I'm trying with:

<Line name="IFTESO_ResearchHeaderSeparator" textureFile="esoui/art/quest/questjournal_divider.dds">
<Anchor offsetY="77"...
Forum: Lua/XML Help 04/27/14, 01:05 PM
Replies: 15
Views: 9,137
Posted By Artajörn
I have tried with: <Line...

I have tried with:

<Line name="HeaderSeparator">
<Anchor offsetY="77" point="CENTER" relativeTo="$(parent)"/>
<Dimensions x="780" y="10"/>
</Line>

But it's useless. :(
Forum: Wiki 04/27/14, 08:49 AM
Replies: 1
Views: 20,608
Posted By Artajörn
Exclamation The login system of the wiki doesn't recognize my password

Whenever I try to login in the wiki, it doesn't recognize my password. :(

Regards.
Forum: Lua/XML Help 04/26/14, 02:19 PM
Replies: 4
Views: 4,065
Posted By Artajörn
I'm using that command, but the value appears...

I'm using that command, but the value appears with a function format (eg, function: 44FBB708). How I can convert it to the luaindex format? :confused:


EDIT: I have got all the emotes and their...
Forum: Lua/XML Help 04/26/14, 02:15 PM
Replies: 3
Views: 3,884
Posted By Artajörn
Thank you very much for your answer. ^^ Do you...

Thank you very much for your answer. ^^

Do you know which are the sounds assigned to equip and remove an armor piece? I have been looking for them but I haven't found them. :confused:
Forum: Lua/XML Help 04/25/14, 12:05 PM
Replies: 15
Views: 9,137
Posted By Artajörn
Question How can I add an horizontal line?

Hi,

I would like to add an horizontal line under the header in the window of my addon (like those which appears in the windows of the main menu). Does anyone know how can I do it?

Regards and...
Forum: Lua/XML Help 04/25/14, 12:04 PM
Replies: 4
Views: 4,065
Posted By Artajörn
Question Where can I find a list of emotes and their indexes?

Hi,

I'm adding a feature to my addon to play emotes by pressing buttons. I guess I'll have to use the PlayEmote(luaindex index) function so my question is: where can I find a list of emotes and...
Forum: Lua/XML Help 04/25/14, 12:03 PM
Replies: 3
Views: 3,884
Posted By Artajörn
Question Where can I find a list with the sounds of the game?

Hi,

I want to play some sounds in my addon when the player performs certain actions. I guess I'll have to use the PlaySound(string soundName) function, so my question is: where can I find a list...
Forum: Lua/XML Help 04/25/14, 11:42 AM
Replies: 3
Views: 3,802
Posted By Artajörn
Thank you very much for the answer. It helped me...

Thank you very much for the answer. It helped me alot. ;)
Forum: Lua/XML Help 04/17/14, 09:44 AM
Replies: 3
Views: 3,802
Posted By Artajörn
Question How can I get the research slots in use?

Hi,

I'm trying to get the number of free research slots. To do that, I'm using the following code:

local currentSimultaneousResearches = 0
local researchLines = {}

for index = 1,...
Forum: Lua/XML Help 04/17/14, 09:33 AM
Replies: 3
Views: 4,321
Posted By Artajörn
Thank you very much both of you for your answers....

Thank you very much both of you for your answers. They have been very useful to me. ;)
Forum: Lua/XML Help 04/16/14, 09:17 AM
Replies: 3
Views: 4,321
Posted By Artajörn
Question How can I change the text format?

Hi,

I would like to know how can I change both the size and the thickness of the text in a label. I want the text to be bold and larger.

Regards and thanks in advance. :)
Forum: Lua/XML Help 04/15/14, 02:29 PM
Replies: 2
Views: 3,758
Posted By Artajörn
It worked! Thank you very much friend, you have...

It worked! Thank you very much friend, you have saved me. ^^
Forum: Lua/XML Help 04/15/14, 01:01 PM
Replies: 2
Views: 4,067
Posted By Artajörn
Thank you very much about your recommendation....

Thank you very much about your recommendation. I'll take a look at it. ;)

By the way, I already don't need to know how to assign the "0" key because I'm going to use a key binding system.

Regards....
Forum: Lua/XML Help 04/15/14, 12:56 PM
Replies: 2
Views: 3,758
Posted By Artajörn
Exclamation My key binding doesn't work.

Hi,

I'm trying to implement a key binding system in my add-on, but it doesn't work. This is the code I have:

Bindings.xml
<Bindings>
<Layer name="Improved">
<Category>
<Action...
Forum: Lua/XML Help 04/14/14, 11:59 AM
Replies: 2
Views: 4,067
Posted By Artajörn
Question How I can create a menu interface?

Hi,

I'm trying to create an interface like the one used by the character menu and I have the following questions:

How I can toggle the menu by pressing the "0" key? I've tried with:

<OnKeyDown...
Showing results 1 to 19 of 19