diff --git a/EgwCoreLib.BlazorTest/Pages/TestLoading.razor.cs b/EgwCoreLib.BlazorTest/Pages/TestLoading.razor.cs
index eaaecf0..3648af6 100644
--- a/EgwCoreLib.BlazorTest/Pages/TestLoading.razor.cs
+++ b/EgwCoreLib.BlazorTest/Pages/TestLoading.razor.cs
@@ -13,14 +13,13 @@ namespace EgwCoreLib.BlazorTest.Pages
protected async Task StartLongTimer()
{
+ maxVal = numSteps * 10;
double stdWait = expTime / numSteps;
int nextWait = 1000;
int stepVal = maxVal / numSteps;
// imposto i valori x progress..
- maxVal = 100;
expTimeMSec = (int)(stdWait * 1000);
//nextVal = stepVal;
- //currVal = 0;
for (int currStep = 1; currStep <= numSteps; currStep++)
{
// aggiorno valori
diff --git a/EgwCoreLib.Razor/LoadingData.razor.cs b/EgwCoreLib.Razor/LoadingData.razor.cs
index 60b8647..842c2b2 100644
--- a/EgwCoreLib.Razor/LoadingData.razor.cs
+++ b/EgwCoreLib.Razor/LoadingData.razor.cs
@@ -45,6 +45,12 @@ namespace EgwCoreLib.Razor
[Parameter]
public CtrlSize DisplaySize { get; set; } = CtrlSize.Normal;
+ ///