Thread Tools Display Modes
08-27-11, 04:56 PM   #1
Rosoaa
A Flamescale Wyrmkin
 
Rosoaa's Avatar
AddOn Compiler - Click to view compilations
Join Date: Mar 2007
Posts: 107
Custom Chat Scroll Buttons

I'm trying to create my own buttons with KgPanels. I would like to have panels for all 3 buttons (scroll up, scroll down and scroll all the way down to the bottom).

I'm assuming some variation of this would have to appear for OnClick:

Code:
if pressed then
     if WatchFrame:IsVisible () then
        WatchFrame:Hide()
     else
        WatchFrame:Show()
   end
end
__________________
Rosoaa's UI
  Reply With Quote
08-27-11, 07:36 PM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
The easiest (and probably best, if all you intend to do is change the textures) way to do this is to just have a manual override of the textures. AI-Art replaces textures this way. You can use the button textures that come with AI-Art or create your own.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Custom Chat Scroll Buttons


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