View Single Post
02-03-23, 12:19 PM   #5
gmarco
An Onyxian Warder
 
gmarco's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 362
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.
Attached Files
File Type: zip gmChat-1005-2023020301.zip (4.1 KB, 80 views)
__________________
This is Unix-Land. In quiet nights, you can hear the Windows machines reboot.

Last edited by gmarco : 02-03-23 at 12:22 PM.
  Reply With Quote