View Single Post
10-21-10, 07:45 AM   #279
Dokee
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Jun 2010
Posts: 19
Originally Posted by d16174l4n63l View Post
Does anyone know how or if it's possible to make an addon attach itself to a panel.

Example, say I have skada, and I want skada to attach itself and always go to a panel I have made. This panel would be say in the right hand corner.

What I would want is for Skada to always go to that panel.

Bonus if you could tell me how to make Skada react to the panel size.
I don't know about making skada attach itself to to LP panels, but I know how the other way around.
Code:
parent = "SkadaBarWindowSkada", anchor_to = "TOP",
That should make the panel stick to skada all the time, also I THINK if you do:
Code:
width = "100%", height = "100%",
It should keep the same height and width as Skada at all times even when you resize Skada. So the only thing you'll have to do is position and scale Skada like you want it.
  Reply With Quote