Thread Tools Display Modes
08-03-09, 04:48 PM   #1
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
Originally Posted by richerich View Post
... nope, it doesnt work :/
Remember, you still need to keep `LPanels = { ...everything... }` still around your profiles. Paste your layout.lua to pastebin.com if there's still problems after that.

Originally Posted by willgk View Post
Can you example doing an onupdate resize? One that follows the size of the ChatFrame.
edit: Automatic when you have width or height at "100%".

Last edited by Katae : 08-11-09 at 06:37 AM.
  Reply With Quote
08-03-09, 07:27 PM   #2
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2007
Posts: 58
Originally Posted by Katae View Post
Remember, you still need to keep `LPanels = { ...everything... }` still around your profiles.
That was the problem, now it works, sweet
__________________
Livestream | Twitter | YouTube
  Reply With Quote
08-05-09, 08:00 PM   #3
57odd75
A Defias Bandit
Join Date: Aug 2009
Posts: 2
I am having trouble with just a simple black bar on the bottom of the screen showing up. This is the only text in the layout.lua file:

LPanels = {
["Default"] = {

},
["RYUGEN - KORGATH"] = {

{ name = "BlackBar",
anchor_to = "BOTTOM", y_off = 20,
width = "100%", height = 30,
bg_color = {0,0,0}, bg_alpha = 0.4,
},


{ name = "BorderTop", parent = "BlackBar",
anchor_to = "TOP", -- Anchoring to the TOP of "BlackBar"
width = "100%", height = 1,
bg_color = "CLASS", bg_alpha = 0.75,
},
{ name = "BorderBottom", parent = "BlackBar",
anchor_to = "BOTTOM", -- Anchoring to the BOTTOM of "BlackBar"
width = "100%", height = 1,
bg_color = "CLASS", bg_alpha = 0.75,
},
},
}

This is the code that Katae had posted. The only thing I changed was my Character and Realm (the Name and Realm are spelled correctly). Any suggestions?

Last edited by 57odd75 : 08-05-09 at 08:27 PM.
  Reply With Quote
08-05-09, 08:43 PM   #4
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
Originally Posted by 57odd75 View Post
["RYUGEN - KORGATH"] = {
["Ryugen - Korgath"] = {

It's case sensitive. I suppose I'll change it to not matter in the next update
  Reply With Quote
08-05-09, 09:33 PM   #5
57odd75
A Defias Bandit
Join Date: Aug 2009
Posts: 2
I tried both upper case as well as just the first letter capitalized. Neither would work.
  Reply With Quote
08-05-09, 11:17 PM   #6
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
Originally Posted by 57odd75 View Post
I tried both upper case as well as just the first letter capitalized. Neither would work.
And the filename is named layout.lua? Can you copy the whole file to pastebin.com and pm me the url?
  Reply With Quote
08-10-09, 06:10 PM   #7
Cala
A Fallenroot Satyr
 
Cala's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jan 2007
Posts: 22
I went one simpler, and am having the same issue, even with the latest release. Instead of by character, it's defualted.

Here's my pastebin: http://pastebin.com/m6a7d1a1
  Reply With Quote
12-31-09, 12:54 AM   #8
terracloud
A Murloc Raider
 
terracloud's Avatar
Join Date: Apr 2009
Posts: 8
I'm not sure if I've seen this option before, but I wanna repeat an image file over the span of the block. Does a repeat option exist within the options?

I'm also having issues getting the frames to line up properly. Is there a set way to make each frame in a row show up one against the next instead of overlapping?

Last edited by terracloud : 12-31-09 at 01:28 AM.
  Reply With Quote
12-31-09, 05:25 AM   #9
Katae
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Jun 2007
Posts: 208
Originally Posted by terracloud View Post
I'm not sure if I've seen this option before, but I wanna repeat an image file over the span of the block. Does a repeat option exist within the options?
No setting for that currently.
Originally Posted by terracloud View Post
I'm also having issues getting the frames to line up properly. Is there a set way to make each frame in a row show up one against the next instead of overlapping?
You can line panels up side by side by parenting panel B to panel A, and setting panel B's anchor_to to "LEFT" or whatever side of panel A you want it to border.
  Reply With Quote
12-31-09, 12:24 PM   #10
eddiemars
A Cyclonian
 
eddiemars's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 43
Ultra thanks, it works perfectly now. It looks pretty wicked too
  Reply With Quote
12-31-09, 11:42 PM   #11
terracloud
A Murloc Raider
 
terracloud's Avatar
Join Date: Apr 2009
Posts: 8
After a bit of work, I have failed to figure out why my images aren't working the way I wanted them to. I'd love to know what I'm doing wrong.

Here's a link to the pastebin

I have uploaded the images I'm using to a friends website

Last edited by terracloud : 12-31-09 at 11:56 PM.
  Reply With Quote
01-01-10, 03:16 AM   #12
xandora
A Chromatic Dragonspawn
 
xandora's Avatar
Join Date: Feb 2009
Posts: 188
I don't think you need to include the .tga extensions for the texture files.
  Reply With Quote
01-02-10, 03:17 AM   #13
terracloud
A Murloc Raider
 
terracloud's Avatar
Join Date: Apr 2009
Posts: 8
I've finally figured out what the problem was, I'm putting it on pastebin for reference

http://pastebin.com/m48d88472
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Released AddOns » LitePanels - An art framework


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