Forum: Lua/XML Help
01-17-21, 06:17 AM
|
Replies: 6
Views: 350
|
Forum: Lua/XML Help
01-17-21, 06:03 AM
|
Replies: 6
Views: 350
|
Forum: Lua/XML Help
01-17-21, 05:39 AM
|
Replies: 6
Views: 350
Differentiate fresh login and UI reload?
Hello,
I would like to apply a setting saved in saved variable file only on fresh log in, and not on interface reload.
I'm using PLAYER_LOGIN event to initialize my addons, but this event is also...
|
Forum: AddOn Search/Requests
12-29-20, 09:53 AM
|
Replies: 0
Views: 515
Eye of the Keeper frame replacement?
Is there an addon to replace the Eye of the Keeper (in the Maw) by something smaller?
A thin, horizontal and movable progress bar would be great.
I suppose this big frame can be moved with an addon...
|
Forum: Lua/XML Help
12-20-20, 03:49 AM
|
Replies: 1
Views: 1,213
|
Forum: Lua/XML Help
12-19-20, 03:59 AM
|
Replies: 1
Views: 1,213
|
Forum: Lua/XML Help
12-16-20, 10:17 AM
|
Replies: 19
Views: 7,094
|
Forum: Lua/XML Help
12-16-20, 03:03 AM
|
Replies: 19
Views: 7,094
|
Forum: Lua/XML Help
12-15-20, 02:32 AM
|
Replies: 19
Views: 7,094
|
Forum: Lua/XML Help
12-14-20, 07:45 AM
|
Replies: 19
Views: 7,094
|
Forum: Lua/XML Help
12-14-20, 02:22 AM
|
Replies: 19
Views: 7,094
Interesting trick! Thank you Kanegasi.
I tried...
Interesting trick! Thank you Kanegasi.
I tried this, but the result is sometime not very accurate:
-- params
local borderColor = {1, 1, 1}
local borderWidth = 1
--
if (not frame.SetBackdrop) then...
|
Forum: Lua/XML Help
12-12-20, 12:35 PM
|
Replies: 19
Views: 7,094
|
Forum: Lua/XML Help
12-08-20, 06:17 AM
|
Replies: 19
Views: 7,094
|
Forum: Lua/XML Help
12-08-20, 01:22 AM
|
Replies: 7
Views: 2,560
|
Forum: Lua/XML Help
12-07-20, 01:55 AM
|
Replies: 19
Views: 7,094
How to add a thin border to a frame?
Hello,
Is there a simple way to draw/add a thin border to a frame, without any .tga file?
Something like CSS attribute border: 1px solid #00ff00
I tried with Backdrop's edgeFile with some built-in...
|
Forum: Lua/XML Help
12-07-20, 01:40 AM
|
Replies: 7
Views: 2,560
|
Forum: Lua/XML Help
12-05-20, 08:28 AM
|
Replies: 7
Views: 1,802
OK, after several tests, in order to make my...
OK, after several tests, in order to make my scroll frame work, whenever the number of lines in data is lower or greater then the number of "displayable" lines, I have to pass true as last...
|
Forum: Lua/XML Help
12-05-20, 07:45 AM
|
Replies: 7
Views: 1,802
My scroll frame works fine, but I have another...
My scroll frame works fine, but I have another question: apparently, FauxScrollFrame_Update has an option to not always show scroll buttons.
I'm unable to make option alwaysShowScrollBar work: scroll...
|
Forum: Lua/XML Help
12-04-20, 10:42 AM
|
Replies: 7
Views: 1,802
|
Forum: Lua/XML Help
12-04-20, 10:36 AM
|
Replies: 7
Views: 1,802
|
Forum: Lua/XML Help
12-04-20, 10:08 AM
|
Replies: 7
Views: 1,802
FauxScrollFrame in pure LUA problem
Hello,
Sorry if it has already been asked but I encounter a problem with FauxScrollFrame.
In the past, I used this kind of frame with XML without problem, but now I'm trying in pure LUA.
When I...
|
Forum: Lua/XML Help
09-27-20, 01:07 PM
|
Replies: 5
Views: 3,077
Thank you Rilgamon. I tried your script but...
Thank you Rilgamon. I tried your script but "reason" is NIL when the addon TOC interface is 9.x on WoW Retail (8.x).
I wanted to compare an addon TOC interface number with WoW version number but I...
|
Forum: Lua/XML Help
09-27-20, 01:13 AM
|
Replies: 5
Views: 3,077
|
Forum: Lua/XML Help
09-26-20, 02:00 PM
|
Replies: 5
Views: 3,077
How to read "Interface" TOC field?
Hello,
Is there a way to read "Interface" field in the TOC file of an addon?
I tried:
GetAddOnMetadata(myAddonName, "Interface")
but only "nil" is returned.
Thanks.
|
Forum: PTR API and Graphics Changes
08-04-20, 11:36 AM
|
Replies: 39
Views: 32,192
Great!
Now I just have to use this code on...
Great!
Now I just have to use this code on OnLoad of my old frames, without inherits="BackdropTemplate" and it works on both 8.x and 9.0 versions:
---------------------------------- testing WoW...
|