this.text = nil;
this.tooltip = nil;
this.group = nil;
this.window = nil;
if (this.text) then
getglobal(this:GetName().."Label"):SetText(this.text);
getglobal(this:GetName().."Label"):Show();
else
getglobal(this:GetName().."Label"):Hide();
end
if (this.tooltip) then
GameTooltip:SetOwner(this, "ANCHOR_TOPRIGHT");
GameTooltip:SetText(this.tooltip, nil, nil, nil, nil, 1);
end
GameTooltip:Hide();
SystemMessageControlTool_OnLoad();
SystemMessageControlTool_OnEvent(event);
SystemMessageControlTool_OnShow();
SystemMessageControlTool_OnHide();
this:SetBackdropBorderColor(0.8, 0.8, 0.8, 1);
this:SetBackdropColor(0.0, 0.0, 0.0, 1);
this:SetBackdropBorderColor(0.8, 0.8, 0.8, 1);
this:SetBackdropColor(0.0, 0.0, 0.0, 1);
this:SetBackdropBorderColor(0.8, 0.8, 0.8, 1);
this:SetBackdropColor(0.0, 0.0, 0.0, 1);
SystemMessageControlTool_Profiles_OnShow();