View Single Post
02-04-23, 01:35 PM   #7
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 137
Originally Posted by gmarco View Post
Hi Xruptor thanks so much for your post.

I am using your Bagsync (cant play without :-) and other addons by you from which I study and copy a lot of code

I consider you, like other people, that help me so much in the forum in all these years, like some kind of tutors or teachers in this, for me so difficult, world of wow addons

To return to the suggestions/fixes

1) The LibStub("LibAboutPanel") is a thing I copy/paste from other addons by me (probably gmFonts or others) that are using it for the option panel. But the other addons are using it .... this little one at the end no.
But the lines remained and I forgot, until today, to removed

2) Do you mean Alpha or Backgroud of the chat panel or also on the frame of the little green dot that I made over it ?
BTW I have removed where I found and now :
Lua Code:
  1. gmChatTabBtn.texture = gmChatTabBtn:CreateTexture(nil)
Lua Code:
  1. gmChatTabBtn.texture:SetColorTexture(0.0, 1.0, 0.0)

and everything seems to works ...

Only few words to finish this post.
I am writing addons because I like the game and to code even if I make a lot of fatigue because I am not a programmer

As you said I really prefer things simple also because I dont have the skill to mantain them complicated
Thanks so much for your kind and precious words. They are really appreciated.

Sure thing any time! You can always message me if you have any questions or what not. In terms of the Alpha I meant the actual Chat Frames themselves. Like ChatFrame1, ChatFrame2, etc.. if you try to alter the Alpha of those frames or any of their children frames, it could possibly lead to taint issues. In addition setting the scaling at times also does this. It's hit or miss really since the addition of the Edit Mode. I believe Blizzard is fixing it, slowly....

P.S: I'm glad you enjoy my addons.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
  Reply With Quote