Riduzione numero chiamate x grafo temperatura

This commit is contained in:
Samuele Locatelli
2021-04-03 18:28:36 +02:00
parent 4b53549a07
commit 1fb9ce030d
2 changed files with 8 additions and 4 deletions
@@ -34,7 +34,7 @@
<script type="text/javascript">
window.setTimeout(showCharts, 5);
window.setTimeout(hideCharts, 20);
window.setTimeout(hideCharts, 40);
//checkVisible();
function checkVisible() {
@@ -149,7 +149,9 @@ namespace GPW_Commesse.WebUserControls
grView.SelectedIndex = -1;
grView.DataBind();
}
showPanels();
#if false
showPanels();
#endif
}
private void editCommDay(string dataRif)
@@ -259,7 +261,9 @@ namespace GPW_Commesse.WebUserControls
{
editTemp(dataRif);
}
showPanels();
#if false
showPanels();
#endif
}
protected void lbtShowAll_Click(object sender, EventArgs e)
@@ -344,8 +348,8 @@ namespace GPW_Commesse.WebUserControls
showPanels();
tempVisible = true;
cmp_chart.dtRif = DateTime.Today;
}
showCharts(tempVisible);
}
grView.DataBind();
mod_commUtMancTimbr1.eh_nuovoValore += new EventHandler(mod_commUtMancTimbr1_eh_nuovoValore);
mod_commAttivitaDesk1.eh_nuovoValore += new EventHandler(mod_commAttivitaDesk1_eh_nuovoValore);