Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: sylvanaar
Forum: Lua/XML Help 05-26-20, 08:37 AM
Replies: 13
Views: 4,912
Posted By sylvanaar
Could be that XrystalUI_Splash has a size and an...

Could be that XrystalUI_Splash has a size and an anchor point, while XrystalUI_Config_ProfileManager does not. This could lead to the 0 width problem you observed.

<Frame name="XrystalUI_Splash"...
Forum: Lua/XML Help 05-25-20, 09:51 PM
Replies: 13
Views: 4,912
Posted By sylvanaar
Your fontstrings aren't fully anchored. They only...

Your fontstrings aren't fully anchored. They only have 1 point anchored TOPLEFT.

They should also anchor on the right side of the scrollframe

if i == 1 then
...
Forum: Lua/XML Help 05-25-20, 06:49 PM
Replies: 13
Views: 4,912
Posted By sylvanaar
Yeah. I can't see it from the code that you have...

Yeah. I can't see it from the code that you have shown. If you have a repo - post a link
Forum: Lua/XML Help 05-25-20, 03:06 PM
Replies: 13
Views: 4,912
Posted By sylvanaar
So I would define local NUM_DISPLAY_LINES =...

So I would define

local NUM_DISPLAY_LINES = 16
local NUM_TOTAL_LINES = 50



Then in OnLoad

for i = 1,NUM_DISPLAY_LINES do
Forum: Lua/XML Help 05-25-20, 12:57 PM
Replies: 13
Views: 4,912
Posted By sylvanaar
I haven't figured out exactly what your issue is...

I haven't figured out exactly what your issue is yet - but I will point out things that I see.


In OnLoad you are creating too many fontstrings. The whole point of FauxScrollFrame is that only the...
Showing results 1 to 5 of 5