Menu

Label on form does not show text

How to
Jan Huizer
2020-03-07
2020-03-10
  • Jan Huizer

    Jan Huizer - 2020-03-07

    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

     
  • neuts-jl

    neuts-jl - 2020-03-10

    This function is implemented in the next version

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.