View Single Post
10-22-10, 07:42 AM   #282
Lordyfrb
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 71
Originally Posted by nitewarlord View Post
This looks like a really great addon for replacing KGPanels as well as another great learning experience for me with coding along side oUF. Two questions though. First is how to anchor a border texture, I use fer_09.tga out of the Ferous Media Pack and I'm not quite sure how I would anchor it to the frames.

Also I use a solid background, not sure where the texture is located as its a blizz one that KGPanels picks up on and calls "Solid". Anyone know where I can find this?
To use that border I would recommend copying the file into the media folder within the LitePanels folder, then in the layout for the panel('s) add:
Code:
 border="fer_09.tga",
Other border control's are available, and are described in the layout_example.lua file included in the addon.

As for your other question, I believe LitePanels uses the blizzard "SOLID" background file as it's default background, but if not you could try adding:
Code:
tex_file="SOLID",
Let me know if this helps you.
  Reply With Quote