slider RGB default color change
Posted: Wed Mar 01, 2017 10:30 am
Hi,
I need set slider RGB default color to RED but no option in GUI, always default color is black. I only can set level.
Is it possible add a tag in qxw file for change to RED?
<Slider Caption="slider 0" ID="0" WidgetStyle="Knob" InvertedAppearance="false">
<WindowState Visible="True" X="0" Y="0" Width="295" Height="250"/>
<Appearance>
<FrameStyle>Sunken</FrameStyle>
<ForegroundColor>Default</ForegroundColor>
<BackgroundColor>Default</BackgroundColor>
<BackgroundImage>None</BackgroundImage>
<Font>Default</Font>
</Appearance>
<SliderMode ValueDisplayStyle="Exact" ClickAndGoType="RGB" Monitor="false">Level</SliderMode>
<Level LowLimit="0" HighLimit="255" Value="126">
<Channel Fixture="0">0</Channel>
<Channel Fixture="0">1</Channel>
<Channel Fixture="0">2</Channel>
...
Thanks
I need set slider RGB default color to RED but no option in GUI, always default color is black. I only can set level.
Is it possible add a tag in qxw file for change to RED?
<Slider Caption="slider 0" ID="0" WidgetStyle="Knob" InvertedAppearance="false">
<WindowState Visible="True" X="0" Y="0" Width="295" Height="250"/>
<Appearance>
<FrameStyle>Sunken</FrameStyle>
<ForegroundColor>Default</ForegroundColor>
<BackgroundColor>Default</BackgroundColor>
<BackgroundImage>None</BackgroundImage>
<Font>Default</Font>
</Appearance>
<SliderMode ValueDisplayStyle="Exact" ClickAndGoType="RGB" Monitor="false">Level</SliderMode>
<Level LowLimit="0" HighLimit="255" Value="126">
<Channel Fixture="0">0</Channel>
<Channel Fixture="0">1</Channel>
<Channel Fixture="0">2</Channel>
...
Thanks