Author Topic: A loading message  (Read 1248 times)

ThY

  • Jr. Member
  • **
  • Posts: 122
Hello, are there any tips around to display a loading message ?

I'm asking that for a plugin i'm working on, which can take several seconds to do what is asked.
I would like the user to know something is going on.

I'm a beginner and i didn't find anything like that in the API methods.
Is the only way a window form opening and closing when the task is done ?

Thank you for your help :)

Steven

  • Administrator
  • Hero Member
  • *****
  • Posts: 33857

ThY

  • Jr. Member
  • **
  • Posts: 122
Thank you, i'm sorry for this useless post.
I swear i tried MB_SetBackgroundTaskMessage, but i don't know what i did, it wasn't working.

I just needed some sleep i guess. It's working fine :)

Is it good practice to remove the message with an empty string ?

boroda

  • Hero Member
  • *****
  • Posts: 4156
Is it good practice to remove the message with an empty string ?
yes, i always do this in my plugins.