In my application there are a few actions in progress after pressing the button
all the actions are done well
To inform the user what the programm is doing, I want to show this in a label on the screen
self.setProperty('lblVoortgang.caption','Busy with step 1....')
program do the first step
self.setProperty('lblVoortgang.caption','Busy with step 2....')
program do the second step
self.setProperty('lblVoortgang.caption','Busy with step 3....')
program do the third step
etc.
Problem is: the text will never be shown in the label on the screen
Only the last one will be shown after this:
nsbase.dialog.showMessage('info',"Ready, all data is completed.")
I can not found any refresh command for the screen
Is there a way to do this.
Hope to hear.
Kind regards,
Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear all,
In my application there are a few actions in progress after pressing the button
all the actions are done well
To inform the user what the programm is doing, I want to show this in a label on the screen
self.setProperty('lblVoortgang.caption','Busy with step 1....')
program do the first step
self.setProperty('lblVoortgang.caption','Busy with step 2....')
program do the second step
self.setProperty('lblVoortgang.caption','Busy with step 3....')
program do the third step
etc.
Problem is: the text will never be shown in the label on the screen
Only the last one will be shown after this:
nsbase.dialog.showMessage('info',"Ready, all data is completed.")
I can not found any refresh command for the screen
Is there a way to do this.
Hope to hear.
Kind regards,
Jan
This function is implemented in the next version