this addon is to create custom scroll down frames, its a experimental dependency of Distance3 and gHUD2.
create a list:
SDL_CreateScrollFrame(inputName, Anchor, Point, rPoint, Strata, Height, Width, xOffset, yOffset, Scale)
pass list elements:
SDL_InitializeList(listname, i, TestData[i], max)
here an example how to populate the list:
TestData = {} function SLD_DataInput(listname) local max=10 for i=1,max do TestData[i] = "Test "..i SDL_InitializeList(listname,i,TestData[i],max) end end
Facts
- Date created
- Dec 05, 2009
- Category
- Last update
- Nov 10, 2010
- Development stage
- Alpha
- License
- All Rights Reserved
- Downloads
- 115
- Recent files