BSM_CheckOnShow(this);
BSM_CheckOnClick(this);
BSM_DividerOnShow(this);
this:ClearFocus();
this:HighlightText(0, 0);
this:ClearFocus();
BSM_SetPosition(this);
this:ClearFocus();
getglobal(this:GetParent():GetName().."Y"):SetFocus();
getglobal(this:GetParent():GetName().."Y"):SetFocus();
BSM_SetPosition(this);
getglobal(this:GetName().."X"):SetText(math.floor(BSM_Save.dispX));
getglobal(this:GetName().."Y"):SetText(math.floor(BSM_Save.dispY));
BSM_CheckOnShow(this);
-- Add HelloWorldOptionsFrame to the UIPanelWindows list
UIPanelWindows["BSMOptionsPane"] = {area = "center", pushable = 0};
-- Check if the options frame was opened by myAddOns
if(MYADDONS_ACTIVE_OPTIONSFRAME == this) then
ShowUIPanel(myAddOnsFrame);
end
if ( arg1 == "LeftButton" ) then
this:StartMoving();
end
if ( arg1 == "LeftButton" ) then
this:StopMovingOrSizing();
end