View Single Post
04-07-12, 12:17 AM   #16
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
I'm assuming you are talking about my most recent code and that you omitted the comment on line #1, so your line #13 is my line #14, in which case that error is occuring because no frame named "TimerTrackerTimer1" exists at the time the code is running.

Double-check the frame name. If it is not actually "TimerTrackerTimerN" then simply correcting the names in the list should resolve the issue. If the name is correct, then it must not be created yet at login, so you would need to either (a) more extensively modify the layout to detect when the timer bars are created, and skin them at that time, or (b) figure out which Blizzard_* addon creates the timer bars and force it to load at login.
  Reply With Quote