Jump to content


Photo

Recording on display not shown


  • Please log in to reply
1 reply to this topic

#1 toxdafox

  • Member
  • 19 posts

0
Neutral

Posted 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" />

Edited by toxdafox, 12 March 2020 - 07:23.


Re: Recording on display not shown #2 toxdafox

  • Member
  • 19 posts

0
Neutral

Posted 12 March 2020 - 23:30

 <widget alphatest="on" pixmap="buttons/rec.png" position="355,190" render="Pixmap" size="30,30" source="session.RecordState" zPosition="4">
    <convert type="ConditionalShowHide">Blink</convert>
  </widget>

Blink at Pixmap is working fine




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users