Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Kanegasi
Forum: Lua/XML Help 12-16-20, 07:51 AM
Replies: 19
Views: 19,846
Posted By Kanegasi
The textures are stored as indexes in the borders...

The textures are stored as indexes in the borders key of the parent frame. If you were to do ZaxBorders=CreateFrame("frame") instead of local f=CreateFrame("frame"), you can change the colors like...
Forum: Lua/XML Help 12-15-20, 02:10 PM
Replies: 19
Views: 19,846
Posted By Kanegasi
If you're using the backdrop method, the API...

If you're using the backdrop method, the API behind that is called "NineSlice". This is a method of creating resizeable textured frames of nine pieces, consisting of four static corners, four...
Forum: Lua/XML Help 12-12-20, 02:27 PM
Replies: 19
Views: 19,846
Posted By Kanegasi
If you want something simple and direct, this is...

If you want something simple and direct, this is what I use to add a 1pixel black border around my chat frame with a single pixel missing at the corners:

local frame =...
Showing results 1 to 3 of 3