Forum GraphWeather

Forum d'aide GraphWeather
Nous sommes actuellement le Dim Avr 28, 2024 12:38 am

Le fuseau horaire est UTC+1 heure




Publier un nouveau sujet Répondre au sujet  [ 10 message(s) ] 
Auteur Message
MessagePublié: Lun Août 04, 2008 7:25 pm 
Hors-ligne
Membre

Inscription : Dim Mars 16, 2008 1:14 pm
Message(s) : 83
Hi Antoine,
Some bugs that I've found in rev 2.0.152a :
Date format > Not correct (in Italian i read name in German ... for example...however I've not fond any in italian)
Rainfall > absolute_rainfall Not correct : display ZERO mm!!! (in old revision ,rev 80 for example,it work fine)
Cumulative in period > In rev 80 I've read 713mm and in rev 152a I read 673 mm...why!!?!? (same dat) :shock:

Mario


Haut
 Profil  
Répondre en citant  
MessagePublié: Lun Août 04, 2008 11:14 pm 
Hors-ligne
Site Admin
Avatar de l’utilisateur

Inscription : Lun Mars 20, 2006 11:16 am
Message(s) : 3356
Localisation : Montréal
Hi Mario,

There is a bug on the english version for the data fomat langage choice. Will be fixed on next release.

Did you try tu uses the new tag like $Stats[...] ?

Antoine.


Haut
 Profil  
Répondre en citant  
MessagePublié: Mar Août 05, 2008 6:18 am 
Hors-ligne
Membre

Inscription : Dim Mars 16, 2008 1:14 pm
Message(s) : 83
TiToine a écrit:
Did you try tu uses the new tag like $Stats[...] ?
Antoine.

Thank's for the replay but I do not understand:
Ok for the languages... :D
I don't use any costum template or similar, I use only your object (with copy and paste from one to other stylesheet)
"Absolute Rainfall" is present in old rev and in the new release.The difference is that in the old it is work,in the new it do not work ( see Gauge style sheet). :?
The error in TOTAL .... is there an error in the old or in the new release?...this $ is present in all the rev!! :shock:

About new tag...where can I found a little "tutorial" to understan wath mean each voice? :?:

Have a nice day

Mario


Haut
 Profil  
Répondre en citant  
MessagePublié: Mar Août 05, 2008 11:44 am 
Hors-ligne
Site Admin
Avatar de l’utilisateur

Inscription : Lun Mars 20, 2006 11:16 am
Message(s) : 3356
Localisation : Montréal
Can you post a screenshot of your gauges.

The new tags ares here (in French but easy to understand):
viewtopic.php?f=2&t=618


Haut
 Profil  
Répondre en citant  
MessagePublié: Mar Août 05, 2008 2:38 pm 
Hors-ligne
Membre

Inscription : Dim Mars 16, 2008 1:14 pm
Message(s) : 83
TiToine a écrit:
Can you post a screenshot of your gauges.



Antoine,
I've posted it time ago , look at this post on ENGLISH FORUM >> Rev 2.0.132 >> Total Rainfall = zero and Autoscale


Mario


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Août 06, 2008 4:32 pm 
Hors-ligne
Membre

Inscription : Dim Mars 16, 2008 1:14 pm
Message(s) : 83
Antoine,
I've seen a particular : today is raining and , on gauge, under TOTAL , I've read the new rainfall.
It seem to be that new release do not read the old cumulative value from the history dat.
is it possible?
:)
Mario


Haut
 Profil  
Répondre en citant  
MessagePublié: Mer Août 06, 2008 11:34 pm 
Hors-ligne
Site Admin
Avatar de l’utilisateur

Inscription : Lun Mars 20, 2006 11:16 am
Message(s) : 3356
Localisation : Montréal
The total rainfall on gauge is read on stats. Before it was cumulative.

If your stats are valid, the gauge should be valid.


Haut
 Profil  
Répondre en citant  
MessagePublié: Jeu Août 07, 2008 7:05 pm 
Hors-ligne
Membre

Inscription : Dim Mars 16, 2008 1:14 pm
Message(s) : 83
TiToine a écrit:
The total rainfall on gauge is read on stats. Before it was cumulative.

If your stats are valid, the gauge should be valid.


Antoine...How can I display TOTAL RAINFALL on gauge? wath is the correct syntax?In 2008 the total rainfall is 673 mm!!
My stat are valid!!
I've try follow your post without succes!! :cry:

Note : I use your GAUGES stylesheet and TOTAL is different from the value display using the stat page (0 vs 673!!!)

PLS...can you explain me ?

MArio


Haut
 Profil  
Répondre en citant  
MessagePublié: Jeu Août 07, 2008 10:55 pm 
Hors-ligne
Site Admin
Avatar de l’utilisateur

Inscription : Lun Mars 20, 2006 11:16 am
Message(s) : 3356
Localisation : Montréal
Sorry I thought the changes was made in the gauge.xml.
This is the block to change, it's the french block but you should recognize the same pattern in your gauge.xml

Code :
   <!-- ================= Absolute rainfall ================= -->
   <lineargauge width="25" height="250" shadow="0" orientation="1" position-x="349" position-y="20" margin-top="34" margin-right="0" margin-bottom="42" margin-left="0" >
      <title text="Total :\n$Stats[Year,TotalRainfall] $Unit[Rainfall]" alignement="relative" angle="0" position-x="0.47" position-y="0.92">
         <font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
      </title>
      <axis color="66000000" min="0" max="1000" side="left" titlemargin="30" titleside="left">
         <labels labelinterval="1" side="right" hide="0">
            <font color="FF000000" facename="Arial" size="14" weight="400" italic="0" />
         </labels>
         <ticks majorticks="6" minorticks="3" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" minorticksize="18" majorticksize="25"/>
      </axis>
      <index>
         <stats_year_totalrainfall color1="500000FF" color2="500000FF" filled="1" reverse="0" side="right" thick="25" axisdelta="0"/>
      </index>
      <border cornerradius="0" color="FF000000" thick="0" />
      <background color="00000000" stretch="1" />
      <gaugebackground color="FF000000" texture="" />
   </lineargauge>


Antoine.


Haut
 Profil  
Répondre en citant  
MessagePublié: Ven Août 08, 2008 6:09 am 
Hors-ligne
Membre

Inscription : Dim Mars 16, 2008 1:14 pm
Message(s) : 83
Anotine,
Ok, now I've understand, I see again my "totale rain" in gauges!
Thank's for the help :wink:

Mario


Haut
 Profil  
Répondre en citant  
Afficher les messages publiés depuis :  Trier par  
Publier un nouveau sujet Répondre au sujet  [ 10 message(s) ] 

Le fuseau horaire est UTC+1 heure


Qui est en ligne ?

Utilisateur(s) parcourant ce forum : Aucun utilisateur inscrit et 29 invité(s)


Vous ne pouvez pas publier de nouveaux sujets dans ce forum
Vous ne pouvez pas répondre aux sujets dans ce forum
Vous ne pouvez pas éditer vos messages dans ce forum
Vous ne pouvez pas supprimer vos messages dans ce forum
Vous ne pouvez pas insérer de pièces jointes dans ce forum

Recherche de:
Aller vers :  
cron
POWERED_BY
Traduction et support en françaisHébergement de site