Page 1 of 1

Falagard Skinning Questions

Posted: Mon Sep 09, 2013 12:46
by xifoxex
Hello there,
Trying to figure out what I can do with Falagard Skinning and have some questions.

1.- Created A FrameWindow with 1 Child PushButtons within <WidgetLook> , both with 4 images referencing Hover,Pushed,Disabled and Normal State. The buttons r shared within FrameWindow States "ActiveWithTitleWithFrame" , DisabledWithTitleWithFrame" etc.. But I have a 5th Skin that will represent "InactiveWithTitleWithFrame" FrameWindowState. Well , within Falagard/Button there is no "UNFOCUSED" "INACTIVE" State, so i can't set this new State for my Window. Already Tryd to create <Childs> within <ImagerySection>'s but that won't work.

Is there any way to archieve my purpose without coding ?



2.- TabButtonPane && TabButton Time, Is there Any Z-Ordering for Tabs? , well i want to create something like this (with the same Tab height ):

Code: Select all




                              |---------------|
                |---------------|             |
  |--------------|              |             |
  |    Tab1      |    Tab2      |    Tab3    |
  |                 |            |          |
  |------------------------------------------------


And EveryTime u select a tab (Beeing . the Area behind selected tab) :


Code: Select all

               ------------------------
   ------------|.... Selected      ....|-------------
   | unselectd |    .   Tab2       .   |unselectd   |
   | Tab1      |    .              .   |   Tab3   |
   -------------------------------------------------


Again , is there anyway to archive this within Falagard?



Thanks in advance.