Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Seerah
Forum: AddOn Help/Support 12-15-19, 03:24 PM
Replies: 5
Views: 3,419
Posted By Seerah
In your OnEnter: if InCombatLockdown() then --if...

In your OnEnter:
if InCombatLockdown() then --if you are in combat then
self:SetAlpha(0)
ChatFrame1:SetAlpha(0)
end
Forum: AddOn Help/Support 12-11-19, 02:23 PM
Replies: 5
Views: 3,419
Posted By Seerah
There is no event return for mouseovers. You have...

There is no event return for mouseovers. You have to explicitly check to see if you are in combat using the InCombatLockdown function.
Forum: AddOn Help/Support 12-08-19, 10:02 PM
Replies: 5
Views: 3,419
Posted By Seerah
Hiding a panel is not the same as making it...

Hiding a panel is not the same as making it "invisible". When your panel is hidden, it's not there to mouse over. Think of hiding a panel as putting it away. Change its alpha instead.
Showing results 1 to 3 of 3