Hi Xaedra,

I enjoyed the vid. I really must take time to do some myself on the way up.

Have you considered using ErrorMonster? I think your movies will look better for it.

Alternatively, you can integrate the same functionality into your macros. Replace:
Code:
/cast...
with:
Code:
/run UIErrorsFrame:Hide()
/cast...
/run UIErrorsFrame:Clear();UIErrorsFrame:Show()