View Single Post
03-21-10, 02:43 PM   #29
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,961
Aha, found the cause.

I'll have to double check why I did it specifically but I moved my Loading of saved variables to PlayerEnteringWorld instead of VariablesLoaded. Which meant that the non infopanel version worked fine as it is built up in PlayerEnteringWorld but the InfoPanel version is built in VariablesLoaded which of course has only the defaults to go by which means no infopanel so it ignores the whole block rofl.

So, added a VariablesLoaded flag and I reload the variables if they haven't already been loaded since the last save or create to ensure the latest data is being used when needed.

Well, so far so good. The filters work in the infopanel. It glitches out though when you first do the switch although I was pretty sure that was what I fixed before.

Edit: .. and cool .. with a few minor tests added it works in 3.3.2 as well. Will need to run a full test in all 4 scenarios to be on the safe side though so something for next week to do.
Attached Thumbnails
Click image for larger version

Name:	WoWScrnShot_032110_204205.jpg
Views:	930
Size:	200.1 KB
ID:	4100  
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818

Last edited by Xrystal : 03-21-10 at 03:01 PM.