Thread Tools Display Modes
09-21-10, 01:59 AM   #1
Cripsii
A Black Drake
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 82
ChatFrame and setting

hi !

I need some clarification about the chatframe.

I make 3 windows with each contain a chatframe (id 1, 3 and 4)

the first is a general chatframe (guild, party, emote, yell, say and system) the 3 is a loot chatframe (item, gold, exp and honnor), the 4 is a spam chatframe (/1, /2, /3 and /4)

My problem is the config of chaframe 3 and 4 don't save.

I uncheck the disable chatframe in blizzard manager, I configure my chatframes, I check disable Chatframe in blizzard manager (this reload UI).

All work fine, but if I logoff or simply Reload ui the setting of 3 and 4 disappear and the chatframe is empty.

Bug? or it not possible with chatframe managed by RDX?
  Reply With Quote
09-21-10, 08:45 AM   #2
unlimit
Lookin' Good
 
unlimit's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 484
That's odd, I'm also having the same problem.
__________________


kúdan: im playing pantheon
JRCapablanca: no youre not
** Pantheon has been Banned. **
  Reply With Quote
09-21-10, 03:41 PM   #3
Cripsii
A Black Drake
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 82
U don't now Why but after some modification and remodification again (I don't remember how I do) It's seem to work for me.

The 3 tab save the setting correctly. I Make a script for tab (use VFL framework to create the tab and emulate a right click to open the correct popup of the tap (correction of the window chat 10 config)

Little screen:



My chatframe.lua has been modified and the script is directly connected to the windows.
  Reply With Quote
09-23-10, 04:46 PM   #4
sigg
Featured Artist
 
sigg's Avatar
Featured
Join Date: Aug 2008
Posts: 1,251
is your problem occur on 7.5 ?
  Reply With Quote
09-23-10, 05:12 PM   #5
unlimit
Lookin' Good
 
unlimit's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 484
Originally Posted by sigg View Post
is your problem occur on 7.5 ?
No, my problem is on live.
__________________


kúdan: im playing pantheon
JRCapablanca: no youre not
** Pantheon has been Banned. **
  Reply With Quote
09-23-10, 05:13 PM   #6
Cripsii
A Black Drake
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 82
same as unlimit, The bug is on 7.4.8, don't test on 7.5
  Reply With Quote
09-24-10, 04:57 AM   #7
Shamino
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 66
Originally Posted by Cripsii View Post
U don't now Why but after some modification and remodification again (I don't remember how I do) It's seem to work for me.

The 3 tab save the setting correctly. I Make a script for tab (use VFL framework to create the tab and emulate a right click to open the correct popup of the tap (correction of the window chat 10 config)

Little screen:



My chatframe.lua has been modified and the script is directly connected to the windows.
would you be able to email or post your code? I've been trying to figure out how to accomplish this and have no clue.
  Reply With Quote
09-25-10, 09:31 PM   #8
Cripsii
A Black Drake
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 82
On the 7.5 (pick up on svn) the problem occur always. The config doesn't save for the other chatframe.

For my script, I've got a problem on 7.5. The button always "repaint" without destroy. Finally the button come white until I reload UI.

is my hook function bug?
Code:
frame.Destroy = VFL.hook (function(frame)
btnChat1:Destroy(); btnChat1 =nil;
[.......]
end, frame.Destroy);
  Reply With Quote

WoWInterface » Featured Projects » OpenRDX » OpenRDX Community » OpenRDX: Community Chat » ChatFrame and setting


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off