Date and hour in the gauges.xml

Une question, un bug ?
Répondre
kubwa
Nouveau membre
Messages : 2
Inscription : jeu. août 07, 2008 9:08 pm

Date and hour in the gauges.xml

Message par kubwa »

Hj, I would want to add date and hour to gaeges.xml. Can you help me? Thanks
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: Date and hour in the gauges.xml

Message par TiToine »

Hi,

You should add a textbox:

Code : Tout sélectionner

	<textbox width="500" height="30" margin="5" position-x="0" position-y="185">
		<text text="generated the $CurrentDate[%A %d %B %Y at %Hh%M]" alignement="9">
			<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
		</text>
	</textbox>
Modify position-x and position-y to put the text box where you want.
kubwa
Nouveau membre
Messages : 2
Inscription : jeu. août 07, 2008 9:08 pm

Re: Date and hour in the gauges.xml

Message par kubwa »

Thank you TiToine
Répondre