SDL

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
  


You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Dec 05, 2009
Category
Last update
Nov 10, 2010
Development stage
Alpha
License
All Rights Reserved
Downloads
115
Recent files
  • A: r5 for 4.0.1 Nov 10, 2010
  • A: r4 for 3.3.5 Oct 15, 2010
  • A: r3 for 3.3.0 Dec 12, 2009
  • A: r2 for 3.2.0 Dec 05, 2009

Authors

  • Avatar of dan
    dan
    • Manager
    • Author