Rank: Advanced Member Groups: Member
Joined: 12/5/2007 Posts: 57
|
I am trying to process the event fired when the button defineds as the stop button for a progress bar is clicked. At present, when I click the button, the button defined as the start button becomes enabled again and the original button becomes disabled but the server side event does not appear to fire.
Also, is there a way to receive some kind of a server side post when the task is completed?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Neither button will fire any event. The ProgressBar fires RunTask event and that is the only event occurred during the whole process. I am exactly sure what you meant by "receive some kind of a server side post". You can take a look of this sample and see if it fits your need: http://demo.essentialobjects.com/Default.aspx?path=ProgressBar\progressbar_adv2Thanks!
|
Rank: Advanced Member Groups: Member
Joined: 12/5/2007 Posts: 57
|
I have just downloaded the latest demo source. From the description of the demo it would appear that this is what I am after, I will let you know once I have looked at it closer.
Thanks
|