Thread Tools Display Modes
01-20-06, 04:49 PM   #1
Damon
A Murloc Raider
Join Date: Nov 2005
Posts: 4
FauxScrollFrame Offset Issues

I am having issues with the ScrollFrame setting it's offset when updated.
It is a list of the 40 raid members, showing 20 at a time and here's the update function.
Code:
Source RPS.lua:
FauxScrollFrame_Update(RPSRaidFrameScrollBar,40,20,20);
Code:
Source RPSForm.xml
<OnLoad>
              FauxScrollFrame_Update(RPSRaidFrameScrollBar,40,20,20);
</OnLoad>
<OnVerticalScroll>
              FauxScrollFrame_OnVerticalScroll(20, RPS_RaidFrame_Update);
</OnVerticalScroll>
<OnShow>
             RPS_RaidFrame_Update();
</OnShow>
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » FauxScrollFrame Offset Issues


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off