NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: DonRidley on December 18, 2011, 05:35:39 PM

Title: NT6 how to refresh/reset button when progress reaches 100%
Post by: DonRidley on December 18, 2011, 05:35:39 PM
Hey Bruce,

I want to have the ability to reset/refresh a field when the progress control reaches 100%. 

Specifically, I am trying to un-hide a button when the progress control reaches 100%.

Thanks,

Don
Title: Re: NT6 how to refresh/reset button when progress reaches 100%
Post by: Bruce on December 19, 2011, 02:36:36 AM
look in the Value::ReportProgress routine (where Reportprogrss is the equate of the progress bar).
Last embed in the routine is called "After Value".

I think you can refresh another field from there using;
do refresh::somefield

cheers
Bruce
Title: Re: NT6 how to refresh/reset button when progress reaches 100%
Post by: DonRidley on December 19, 2011, 03:34:55 AM
Bruce,

That works but it behaves weird.  As the progress control does its thing, my email button appears on top of the progress control.  You can see both at the same time.  Then, when the progress control reaches 100%, the email button fully appears and the "Click here to download file" text is to the right.  According to the way I have the fields setup in the template, the email button should be at the bottom of all the other fields. 

I'll throw together an example app and send it to you today or tomorrow. 

Don