WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   UI Screenshots, Feedback and Design Discussion (https://www.wowinterface.com/forums/forumdisplay.php?f=144)
-   -   Help with skining skada to (https://www.wowinterface.com/forums/showthread.php?t=45821)

Crall 02-14-13 11:27 AM

Help with skining skada to
 
Hi, im having a bit of trouble getting help with skining my skada to fit my UI.

Some screenshots of my UI in different situation





My final goal is to getting a nice boarder around the bars, and maybe if possible as seen on other UI's making the skada window show if I click on a specific button shown on the UI, with help from KGPANELS.

Feedback is welcome

Be3f. 02-14-13 05:05 PM

Quote:

Originally Posted by Crall (Post 273005)
My final goal is to getting a nice boarder around the bars, and maybe if possible as seen on other UI's making the skada window show if I click on a specific button shown on the UI, with help from KGPANELS.

Border:

Basicly make a panel you like, then parent and anchor to "SkadaBarWindowSkada" and change the width / height. You will have to make a panel for each of the bars.

Toggle Button:

Make a new panel then go to scripts -> OnClick and paste the following:
Code:

if pressed then
  if SkadaBarWindowSkada:IsShown() then
    SkadaBarWindowSkada:Hide()
  else
    SkadaBarWindowSkada:Show()
  end
end


Crall 02-14-13 06:08 PM

Quote:

Originally Posted by Be3f. (Post 273011)
Border:

Basicly make a panel you like, then parent and anchor to "SkadaBarWindowSkada" and change the width / height. You will have to make a panel for each of the bars.

'

If im doing that im only making a boarder for the whole window rather than the bars seperatly, sorry if I wasn't clear enough when I wrote it.

We try making the button fuction tonight, will reply once I've tried.

EDIT: I've tried doing as said, but after i've parent and anchor to SkadaBarWindowSkada, the panels disapears and doesn't seem to do anthing anymore.

And for the toggle button, it doesn't seem to get binded to the skada window. I've follow you're steps and done the obvious. I can't really figure out why it doesn't apply to the window.

Crall 02-14-13 07:11 PM

So far I've been able to create a panel making a window hide/show. Now I just need to make it link to skada so it'll hide/show. Any suggestions would greatly be apreciated.


All times are GMT -6. The time now is 07:38 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI