View Single Post
04-03-12, 09:55 PM   #3
cormanthor
A Warpwood Thunder Caller
 
cormanthor's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2008
Posts: 97
Yes, definitely. I am looking for a list of names, preferably class colored (optional), in a frame with no background/border. The frame should be click-through so as not to interfere with gameplay. The overall effect would be to duplicate /chatlist without the visible interactive frame.

I have something similar already up and running for my RealID friends. It's basically the same system, except the method for handling ListChannelByName() is beyond my current coding experience.

I can handle frame creation / placement / font / etc., but the method for getting the data, awaiting the return of separate events, filtering out the data from the events, and storing that in a non-duplicated array while not making boat-loads of garbage is over my head slightly.

So if I could get some event handler / info storage function(s), that would probably be enough.
__________________
Some days it's just not worth chewing through the restraints...
  Reply With Quote