Thread: Bag Lua Problem
View Single Post
07-05-10, 12:47 PM   #10
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
Originally Posted by hairy_palms View Post
does the hide function get associated with the containerframes and called on every frame.show in your code?
All the frame.Show = frame.Hide does is make it so any time frame:Show() is run it will just do frame:Hide() instead.
  Reply With Quote