View Single Post
04/24/14, 12:50 PM   #2
archpoet
Cunning Linguist
 
archpoet's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 19
Without seeing any code, based entirely on your description it sounds like you're checking IsHidden() on the Parent instead of the hidden child.

Something else that's been pointed out to me, however, is that when the main frame IsHidden(true) it is no longer able to continue any background processes. It's almost like a "freeze," because they resume again OnShow()

Good Luck.
  Reply With Quote