scheme and imagesets
Posted: Sun Sep 04, 2005 09:38
Hello everyone. While studying the scheme and imageset files for the TaharezLook theme, I can't find the direct relation of contents of the two files. For example, in an entry of the TaharezLook.scheme file:
<WindowSet Filename="CEGUITaharezLook">
<WindowFactory Name="TaharezLook/AlternateProgressBar" />
:
:
There is an item for the Alternate Progress bar widget. Allright, when I want to reference the image file on associated with it on the TaharezLook.imageset file, I can't pinpoint it. There are several entries such as:
<Image Name="ProgressBarLeft" XPos="71" YPos="74" Width="7" Height="12" />
<Image Name="ProgressBarMiddle" XPos="80" YPos="74" Width="6" Height="12" />
<Image Name="ProgressBarRight" XPos="88" YPos="74" Width="6" Height="12" />
<Image Name="ProgressBarDimSegment" XPos="96" YPos="74" Width="8" Height="12" />
<Image Name="ProgressBarLitSegment" XPos="106" YPos="74" Width="8" Height="12" />
:
:
And
:
:
<Image Name="VertScrollTop" XPos="182" YPos="2" Width="20" Height="8" />
<Image Name="VertScrollMiddle" XPos="182" YPos="12" Width="20" Height="8" />
<Image Name="VertScrollBottom" XPos="182" YPos="22" Width="20" Height="8" />
<Image Name="VertScrollBarSegment" XPos="206" YPos="2" Width="4" Height="10" />
<Image Name="VertScrollThumbNormal" XPos="214" YPos="2" Width="8" Height="24" />
<Image Name="VertScrollThumbHover" XPos="224" YPos="2" Width="8" Height="24" />
<Image Name="VertScrollUpNormal" XPos="196" YPos="32" Width="12" Height="12" />
<Image Name="VertScrollDownNormal" XPos="182" YPos="32" Width="12" Height="12" />
<Image Name="VertScrollUpHover" XPos="196" YPos="46" Width="12" Height="12" />
<Image Name="VertScrollDownHover" XPos="182" YPos="46" Width="12" Height="12" />
:
:
Can someone clarify the relation of the entries of the two files? How do I find the imageset entries associated per windowfactory? I want to start making gui's with Crazy Eddie but I don't know where to reference stuff properly.
Also, if I'm going to use the TaharezLook theme, do I need to specify images for all of the entries contained in an imageset?
Advance thanks.
<WindowSet Filename="CEGUITaharezLook">
<WindowFactory Name="TaharezLook/AlternateProgressBar" />
:
:
There is an item for the Alternate Progress bar widget. Allright, when I want to reference the image file on associated with it on the TaharezLook.imageset file, I can't pinpoint it. There are several entries such as:
<Image Name="ProgressBarLeft" XPos="71" YPos="74" Width="7" Height="12" />
<Image Name="ProgressBarMiddle" XPos="80" YPos="74" Width="6" Height="12" />
<Image Name="ProgressBarRight" XPos="88" YPos="74" Width="6" Height="12" />
<Image Name="ProgressBarDimSegment" XPos="96" YPos="74" Width="8" Height="12" />
<Image Name="ProgressBarLitSegment" XPos="106" YPos="74" Width="8" Height="12" />
:
:
And
:
:
<Image Name="VertScrollTop" XPos="182" YPos="2" Width="20" Height="8" />
<Image Name="VertScrollMiddle" XPos="182" YPos="12" Width="20" Height="8" />
<Image Name="VertScrollBottom" XPos="182" YPos="22" Width="20" Height="8" />
<Image Name="VertScrollBarSegment" XPos="206" YPos="2" Width="4" Height="10" />
<Image Name="VertScrollThumbNormal" XPos="214" YPos="2" Width="8" Height="24" />
<Image Name="VertScrollThumbHover" XPos="224" YPos="2" Width="8" Height="24" />
<Image Name="VertScrollUpNormal" XPos="196" YPos="32" Width="12" Height="12" />
<Image Name="VertScrollDownNormal" XPos="182" YPos="32" Width="12" Height="12" />
<Image Name="VertScrollUpHover" XPos="196" YPos="46" Width="12" Height="12" />
<Image Name="VertScrollDownHover" XPos="182" YPos="46" Width="12" Height="12" />
:
:
Can someone clarify the relation of the entries of the two files? How do I find the imageset entries associated per windowfactory? I want to start making gui's with Crazy Eddie but I don't know where to reference stuff properly.
Also, if I'm going to use the TaharezLook theme, do I need to specify images for all of the entries contained in an imageset?
Advance thanks.