Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: haylie
Forum: Released AddOns 06-27-10, 10:23 AM
Replies: 362
Views: 287,226
Posted By haylie
You're missing a lot of commas, before nearly...

You're missing a lot of commas, before nearly every "},".

The correct syntax for border size is "border_size = 5," (without quotes around the value). Same for border_alpha.

As for the script...
Forum: Released AddOns 06-26-10, 08:55 AM
Replies: 362
Views: 287,226
Posted By haylie
Are you getting any errors? I think your syntax...

Are you getting any errors? I think your syntax for bg_color (line 8) should be:


bg_color = "0.01 0.01 0.01",


Edit: Also try this syntax for your script:


OnLoad=function(self)
Forum: Released AddOns 06-25-10, 01:10 PM
Replies: 362
Views: 287,226
Posted By haylie
You need to set the parent to ChatFrame1, the...

You need to set the parent to ChatFrame1, the height to "100%" (this will change your panel's height to always match the height of the thing you're parenting to, in this case the ChatFrame1). Then...
Showing results 1 to 3 of 3