Quote Originally Posted by Bettysue View Post
Display team never updates for me unless I click one of the options off and turn it back on every time after I enter then exit combat.
What part of display team? Follow status and experience works for me. Currently, level display is a bit hit and miss, but getting fixed.

Quote Originally Posted by Bettysue View Post
The jamba quest bar thingy does not remember where I put it and always returns to the middle of my screen, visible by default every time I start the game.
Yeh, thats really annoying. I'm going to add some code in to manually remember the positions of the quest bar, item bar and display team bar, because wow likes to forget the locations way to much.

Quote Originally Posted by Bettysue View Post
The jamba proc messages, seem to buffer up during combat and then spam me after leaving combat, kinda does me no good to see the health is low on the guy that died 4 seconds into a fight after the fight is over :P
Hmmm:

a) where are you health is low messages coming from?
b) Jamba Proc is new and not had much love, but I've not seen your buffering problems. How many toons do you run with?
c) You are just running Jamba-Dev and not Jamba 0.4 as well?

Quote Originally Posted by Bettysue View Post
Other than seemingly having a goldfish like memory, and being a little slow on the warnings I have had no issues with the current version. I have these problems even on clean installs of WoW so I'm positive it's not another addon because there simply aren't any others in the folder. If you need screenshots or want some other info let me know I'm happy to help.

Thanks
I'd really like to sort the slow on the warnings out. Being a complete noob to wow addon programming, I'm beginning to realise that I can pull most stuff from the combat log, rather than push it over the wire, if all your team members are in the same party/raid.

If one or more of your team members are outside the party/raid then I have to push over the wire. I think I'm going to spend the time working on the likes of Proc so that if it can get the information from the combat log, I'll do that instead of pushing over the wire.

Uh. Sigh. Its the boring but kinda essential parts I dislike.