D
David-L. Nadeau
Hi !
I have a little problem. I have a process that runs when a user click a
button. The process is long to execute (+/- 5 minutes). So, I put a progress
bar and now I want to show the evolution of the process in a label (Step
1/5: Create... Step 2/5 Update....etc.) I don't know why but when I try to
update the text in my label in the middle of my process (Label.text = "Step
1/5: Create...", Label.text = "Step 2/5: Update...", etc.) the label doesn't
react. It comes available only when the process is finished.
What's wrong ?
David
I have a little problem. I have a process that runs when a user click a
button. The process is long to execute (+/- 5 minutes). So, I put a progress
bar and now I want to show the evolution of the process in a label (Step
1/5: Create... Step 2/5 Update....etc.) I don't know why but when I try to
update the text in my label in the middle of my process (Label.text = "Step
1/5: Create...", Label.text = "Step 2/5: Update...", etc.) the label doesn't
react. It comes available only when the process is finished.
What's wrong ?
David