View Single Post
07-29-08, 05:59 PM   #6
Jashoo
A Deviate Faerie Dragon
 
Jashoo's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 12
Akryn you rock!

I just SetText to caa_set_pack

Code:
<OnShow>
     UIDropDownMenu_Initialize(self, DropDownInitialize)
     _G[self:GetName().."Text"]:SetText(caa_set_pack)
</OnShow>
So it loads the caa_set_pack value onshow.

Thank you so much!

I will convert all the this to self as well
__________________
Won't you look at me
I'm crazy
But I get the job done
Yeah I'm crazy
But I get the job done
  Reply With Quote