is it ok to do this...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have a long sequence of events that occurs in my one business class. i'd
like to show the user a progress bar of what's happening. is it normal to
have the values for the progress bar occur in the business class at each step?

i can't think of any other way to do it. please adivse.

thanks,
rodchar
 
rodchar,

I don't think so, the most nearest I can think about is letting your class
raise an event and catch that in your UI to set a step of the progressbar.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top