Speed dial foreground (font) color not applied

The issues found when using the Virtual Console
Post Reply
maartenvd84
Posts: 57
Joined: Mon Dec 25, 2023 12:07 pm
Location: Belgium / Gent
Real Name: Maarten

Hi,

QLC.4.12.7 running on Windows 10.

Tried to set a font color via the 'foreground' color selection, but it didn't work for me.
Wanted to have a white font on a black background (which seems to be working for other items)

Code: Select all

<SpeedDial Caption="EFX FADE IN/OUT" ID="463">
     <WindowState Visible="True" X="85" Y="215" Width="175" Height="75"/>
     <Appearance>
      <FrameStyle>None</FrameStyle>
      <ForegroundColor>4294967295</ForegroundColor>
      <BackgroundColor>4294967295</BackgroundColor>
      <BackgroundImage>None</BackgroundImage>
      <Font>MS Shell Dlg 2,12,-1,5,50,0,0,0,0,0,Regular</Font>
     </Appearance>
     <Visibility>0</Visibility>
     <AbsoluteValue Minimum="0" Maximum="10000"/>
     <Time>0</Time>
     <Function FadeIn="6" FadeOut="6" Duration="0">147</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">148</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">203</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">423</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">457</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">467</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">470</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">458</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">469</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">466</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">468</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">454</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">455</Function>
     <Function FadeIn="6" FadeOut="6" Duration="0">456</Function>
     <Preset ID="16">
      <Name>1s</Name>
      <Value>1000</Value>
     </Preset>
     <Preset ID="17">
      <Name>3s</Name>
      <Value>3000</Value>
     </Preset>
     <Preset ID="18">
      <Name>5s</Name>
      <Value>5000</Value>
     </Preset>
     <Preset ID="19">
      <Name>N/A</Name>
      <Value>0</Value>
     </Preset>
    </SpeedDial>
That dude that enjoys the lightshow more than the actual concert :-) . Beginner QLC+ user.
Post Reply