GraphWeather 3.0.32 beta

Dernière version disponible
Répondre
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

GraphWeather 3.0.32 beta

Message par TiToine »

Bonjour à tous,

Une nouvelle version est disponible:
Français: http://graphweather.protosigma.com/file ... .32_fr.exe
English: http://graphweather.protosigma.com/file ... .32_en.exe

Elle corrige plusieurs choses:
- Correction du calcul du nombre de "jours venteux".
- Erreur calcul Windchill
- Ajout qui permet d'afficher des points sur un BarGraph. Pour l'utiliser, il faut ajouter dans la description data les propriétés pattern="00000000" et thick="x" x étant une valeur qui définit la dimension du point.
- Correction plugin VantagePro pour les sensors additionnels ex: "temperature_1"

Merci à Christian Martelle pour son patch.


Christian,

Tu me disais que la DLL doit être d3dx9_43.dll doit être incluse. La bonne méthode c'est de l'installer via les "redistributable directx" de Microsoft (on n'a pas le droit de distribuer la dll au sein d'un projet). Il suffit de télécharger et d'installer l’exécutable suivant https://www.microsoft.com/en-ca/downloa ... px?id=8109
GW devrait automatiquement trouver et charger d3dx9_43.dll.

Merci,
Antoine.
Avatar de l’utilisateur
jturlier
Membre
Messages : 3149
Inscription : mar. août 22, 2006 8:38 am
Localisation : 34410 Sérignan - Languedoc
Contact :

Re: GraphWeather 3.0.32 beta

Message par jturlier »

Bonjour,
Merci Antoine, et merci aussi à Christian pour votre dévouement.
Amicalement à vous deux.
Grosses bises à Adrien !
Jean
Avatar de l’utilisateur
jturlier
Membre
Messages : 3149
Inscription : mar. août 22, 2006 8:38 am
Localisation : 34410 Sérignan - Languedoc
Contact :

Re: GraphWeather 3.0.32 beta

Message par jturlier »

Il reste un bug que j'avais, ainsi que Pierre-André, remarqué avec les bargraph's, Au chargement du script, GW se ferme.
Le xml suivant le provoque.

Code : Tout sélectionner

<?xml version="1.0" encoding="iso-8859-1" ?>
<stylesheet>
<image width="400" height="300" />

<frame width="400" height="25" position-x="0" position-y="0" shadow="0">
<title text="Précipitations  (mm)" alignement="vcenter|hcenter" angle="0">
<font color="ffffffff" facename="Arial" size="18" weight="800" italic="0" />
</title>
<background color1="FF3366FF" color2="FF3366FF" gradient="1" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>

<frame width="400" height="275" position-x="0" position-y="25" shadow="0">
<title text="" alignement="lvcenter|hcenter" angle="0">

      <line text="Du $StartDate[%A %d %B %Y à %Hh%M]" />
      <line text="Au $StopDate[%A %d %B %Y à %Hh%M]" />
<font color="FF000000" facename="Arial" size="14" weight="600" italic="0" />
</title>
<background color1="FFBBBBFF" color2="FFFFFFFF" gradient="1" gradient-direction="135" stretch="1" />
<border cornerradius="0" color="55555555" thick="1" />
</frame>


<!-- ================= First Lineplot ================= -->
<bargraph width="365" height="235" shadow="0" position-x="30" position-y="50" margin-top="5" margin-right="20" margin-bottom="10" margin-left="10">

<xaxis color="FF000000" grid="1"  autoscale="0" min="0" max="0">
<labels labelinterval="1" format="%Hh%M" angle="0" side="left" hide="0">
<font color="FF000000" facename="Arial" size="14" weight="500" italic="0" />
</labels>
<ticks majorticks="7" minorticks="5" side="bottom" hidefirst="0" hidelast="0" hideminorticks="1" hide="1" />
</xaxis>

<y1axis color="FF000000" grid="1" autoscale="1" min="0" max="0" titleside="top" titlemargin="35">
<labels labelinterval="1" angle="0" format=".0" side="left" hide="0" >
<font color="FF000000" facename="Arial" size="14" weight="500" italic="0" />
</labels>
<ticks majorticks="5" minorticks="0" side="right" hidefirst="0" hidelast="0" hideminorticks="0" hide="0" /> 
</y1axis>

<legend position-x="400" position-y="20" hide="1" shadow="0">
</legend>

<data>
<relative_rainfall axisbind="y1axis" legend="Précipitations" color1="660000FF" color2="330000FF" antialiasing="0" filled="0"  thick="1.2" />
</data>

<border cornerradius="0" color="55555555" thick="0" />
<background color1="00000000" stretch="1" />
<graphbackground color1="FF808080" color2="FFaaaaaa" gradient="1" gradient-direction="90" />
</bargraph>

</stylesheet>
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: GraphWeather 3.0.32 beta

Message par TiToine »

Salut Jean,

Peux-tu essayer cette dll en attachement?
Je vais refaire un build si ça fonctionne.

Merci,
Antoine.
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
Avatar de l’utilisateur
jturlier
Membre
Messages : 3149
Inscription : mar. août 22, 2006 8:38 am
Localisation : 34410 Sérignan - Languedoc
Contact :

Re: GraphWeather 3.0.32 beta

Message par jturlier »

Bonsoir Antoine, c'est parfait ça fonctionne à merveille !
Merci encore pour ta rapidité.
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: GraphWeather 3.0.32 beta

Message par TiToine »

jturlier a écrit :Bonsoir Antoine, c'est parfait ça fonctionne à merveille !
Merci encore pour ta rapidité.
Jean, la nouvelle version 3.0.33 est disponible.
Répondre