NetTalk Central

Author Topic: Popup Progress Window - Is this possible?  (Read 2831 times)

Neil Porter

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
Popup Progress Window - Is this possible?
« on: October 08, 2013, 07:48:40 AM »
I have a NetWebForm that has quite a lot of length validation steps.

At present I have poached some code from the Timer Example so that when the user presses the Save button on the form I have a tag that allows me to display a status message that gets updated every second. This tag contains the current validation step, and so my user gets to see some progress, and the 1 second timer means my form doesn't timeout whilst waiting for all of the validation to complete.

I would love to be able to open a small popup window showing the progress of the validation, where this might be as simple as changing a display value from Step 1 to Step 2 etc. Once all of the steps are complete, this window would close and the normal processing would continue.

Has anyone managed to do this?

Regards,

Neil.

Clarion 11.0.13244
NetTalk 11.04

robirenz

  • Jr. Member
  • **
  • Posts: 88
    • View Profile
    • Email
Re: Popup Progress Window - Is this possible?
« Reply #1 on: October 08, 2013, 01:56:36 PM »
Nettalk 6 does have progress control.
you can use that and have it move every certain number of milliseconds you chose...

really easy to set up.

Best Regards...

Roberto Renz

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile