WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   FauxScrollFrame Offset Issues (https://www.wowinterface.com/forums/showthread.php?t=3511)

Damon 01-20-06 04:49 PM

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>



All times are GMT -6. The time now is 03:41 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI