Showing results 1 to 18 of 18
Search took 0.00 seconds.
Search: Posts Made By: Lum1on
Forum: AddOn Search/Requests 01/14/21, 04:59 AM
Replies: 2
Views: 2,755
Posted By Lum1on
Indicator when synergy is activated

Hey,

I had about a 4 year break from this game, and recently I've came back. There has been a lot going on in ESO during my break and a lot of things are improved.

However, I still haven't seen any...
Forum: Lua/XML Help 06/20/17, 10:44 PM
Replies: 16
Views: 5,853
Posted By Lum1on
Okay, thanks for the replies. Will try what...

Okay, thanks for the replies. Will try what Dolgubon said and if I can't find a way around it I'll just leave it as it is. But thank you very much for the help. :)
Forum: Lua/XML Help 06/20/17, 02:36 PM
Replies: 16
Views: 5,853
Posted By Lum1on
No, I don't mean sorting the results. I'm not...

No, I don't mean sorting the results. I'm not sure how to explain it so I did an example with HTML and Javascript:

https://i.gyazo.com/b1a656c9e5baa7c2ca268bf5fdb8d575.png

The left one represents...
Forum: Lua/XML Help 06/20/17, 10:43 AM
Replies: 16
Views: 5,853
Posted By Lum1on
Yeah I know it's not a charity. And I do...

Yeah I know it's not a charity. And I do appreciate the work they have and will do. :)

That ZO_Scroll_ScrollAbsoluteInstantly function, though. I mean that usually ZO_ScrollList works the way that...
Forum: Lua/XML Help 06/20/17, 08:55 AM
Replies: 16
Views: 5,853
Posted By Lum1on
I do know what you said there, it was like more...

I do know what you said there, it was like more of a general wondering than a question. And yes, ZO_ScrollList is made by ZOS which is quite clear but LUA is still the code language and it doesn't...
Forum: Lua/XML Help 06/20/17, 06:11 AM
Replies: 16
Views: 5,853
Posted By Lum1on
Well, that unfortunately is not an option. The...

Well, that unfortunately is not an option. The window itself is resizable by the user which determines the width and height of the ZO_ScrollList. And the data that the addon pushes into it is based...
Forum: Lua/XML Help 06/20/17, 03:16 AM
Replies: 16
Views: 5,853
Posted By Lum1on
Thanks for the answer. But I don't really...

Thanks for the answer.

But I don't really understand... So I can only have one height for all the data items I have in my ZO_ScrollList? That simply doesn't make any sense. :confused:

And I don't...
Forum: Lua/XML Help 06/20/17, 02:09 AM
Replies: 16
Views: 5,853
Posted By Lum1on
ZO_ScrollList's individual rowHeight

Hey,

Is it possible to change the rowHeight individually for every data you push into it?

For example:

local LibScroll = LibStub:GetLibrary ( "LibScroll" )

Test = { }
Test.name = "Test"
Forum: Lua/XML Help 06/18/17, 01:28 AM
Replies: 4
Views: 9,632
Posted By Lum1on
Problem solved, thanks votan! Did not know and...

Problem solved, thanks votan!

Did not know and nobody ever mentioned it anywhere that you must load libraries before your own LUA and XML files. Did not think the load order matters.
Forum: Lua/XML Help 06/18/17, 12:00 AM
Replies: 4
Views: 9,632
Posted By Lum1on
"Cannot find a library instance of ..."

Hey,

I've played around with some own addons and I just got familiar with LibAddonMenu-2.0 library. On Wiki there were some great instructions and I learned a lot how to use it.

But I don't really...
Forum: AddOn Help/Support 10/25/16, 05:35 AM
Replies: 6
Views: 5,391
Posted By Lum1on
Ah, my bad. Didn't pay attention to the positions...

Ah, my bad. Didn't pay attention to the positions of the functions. For some reason I seem to forget it all the time, because in QML and C++ it didn't matter where the functions where.

Thanks for...
Forum: AddOn Help/Support 10/25/16, 05:18 AM
Replies: 6
Views: 5,391
Posted By Lum1on
Oh? I wasn't sure how to make my own local...

Oh? I wasn't sure how to make my own local function, so I checked from the internet and came up with this answer in StackOverflow (http://stackoverflow.com/a/6071023):

local func1
local func2 =...
Forum: AddOn Help/Support 10/25/16, 04:26 AM
Replies: 6
Views: 5,391
Posted By Lum1on
Hey, thanks for the reply! Could I make the...

Hey,

thanks for the reply!

Could I make the comma_value as a local function and i as a local as well? And thanks for the suggestion about zo_strformat - I'll definitely take a look at it.

I'm not...
Forum: AddOn Help/Support 10/25/16, 02:19 AM
Replies: 6
Views: 5,391
Posted By Lum1on
Default UI keeps disappearing

I have created a simple addon that keeps track of some of the most useful things for me. This is completely personal addon (at least for now) and I do know there are lots of addons that could do the...
Forum: Lua/XML Help 08/05/16, 11:15 AM
Replies: 6
Views: 4,269
Posted By Lum1on
Yes, I know it's made completely by addon...

Yes, I know it's made completely by addon developers on their own - and I respect their work of course. Just said that it's not listed in there so couldn't find any information about its' functions....
Forum: Lua/XML Help 08/05/16, 08:15 AM
Replies: 6
Views: 4,269
Posted By Lum1on
Thanks for the answer. So it seems I approached...

Thanks for the answer. So it seems I approached this from a wrong point of view.

Like I said in my first post, I've dealt with QML that uses ScrollView, so I'm used this kind of a control before....
Forum: Lua/XML Help 08/05/16, 06:01 AM
Replies: 6
Views: 4,269
Posted By Lum1on
Yes, I do know what XML and LUA does. Sorry for...

Yes, I do know what XML and LUA does. Sorry for not being precise with this issue.

So, like I said i can track my on-going buffs with d(). I can also get the buff name and icon from...
Forum: Lua/XML Help 08/05/16, 04:38 AM
Replies: 6
Views: 4,269
Posted By Lum1on
XML and for loop

Hello,

I've familiar with some basic coding when it comes to QML and others simple languages. I know the basics (and some more) about for loops, and I've just now started to get my hands into XML...
Showing results 1 to 18 of 18