Revision history [back]

click to hide/show revision 1
initial version

asked 2017-01-03 04:30:52 +0800

KartikBandri gravatar image KartikBandri

Issue with progress meter

Hi All,

We are facing issue with progressmeter in our application while loggingout of the application this was working in zk version 3X but recently we updated to Zk library to version 8.0 caan any one please help me to resolve this issue

Please find below code

<timer id="progressTimer" repeats="true" delay="1000" <="" p="">

onTimer="setProgress()"/> <progressmeter id="progress" width="100%"/>

void setProgress() { int value = progress.getValue(); timeout.setValue(String.valueOf(9 - (value / 10))); progress.setValue (value + 10);

if(value > =90) { progressTimer.stop(); closeWindow(); } }

Issue with progress meter

Hi All,

We are facing issue with progressmeter in our application while loggingout of the application this was working in zk version 3X but recently we updated to Zk library to version 8.0 caan any one please help me to resolve this issue

Please find below code

<timer id="progressTimer" repeats="true" delay="1000" <="" p="">

onTimer="setProgress()"/> <progressmeter id="progress" width="100%"/>

width="100%"/>

void setProgress() setProgress() { int value = progress.getValue(); timeout.setValue(String.valueOf(9 - (value / 10))); progress.setValue (value + 10);

10);

if(value > =90) =90) { progressTimer.stop(); closeWindow(); } }

}
Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More