Jump to content


toxdafox

Member Since 1 Aug 2017
Offline Last Active 23 Nov 2023 10:04
-----

Topics I've Started

Recording on display not shown

12 March 2020 - 07:23

Hello Guys,

 

got VU Uno 4k SE.

 

if recording is active, I see no "Recording" on my display.

Code is placed in Main and StandBy. In both it's not working.

 

What's wrong here?

 
		<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,200" size="110,25" halign="left" foregroundColor="#ff0000" font="FdLcD;24" zPosition="1" noWrap="1" >
			<convert type="ConfigEntryTest">config.usage.blinking_rec_symbol_during_recording,True,CheckSourceBoolean</convert>
			<convert type="ConditionalShowHide">Blink</convert>
		</widget>
		<widget source="session.RecordState" render="FixedLabel" text="Recording" position="0,200" size="110,25" halign="left" foregroundColor="#ff0000" font="FdLcD;24" zPosition="1" noWrap="1" >
			<convert type="ConfigEntryTest">config.usage.blinking_rec_symbol_during_recording,False,CheckSourceBoolean</convert>
			<convert type="ConditionalShowHide" />