cancel
Showing results for 
Search instead for 
Did you mean: 

Opening a message while addon is in transaction

Former Member
0 Kudos

Hi !

i would like to know how i could pop a message like "Please wait data is being compiled" until the addon finishes its work and then close the pop message...

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member184566
Active Contributor
0 Kudos

Hi Alain

What i usualy do is make a SMALL sbo form that has no border and no title. When you are in the screen painter look at the different form types. Then on it i add my text or a label that i'll use as a progress bar. For example 10/50 completed.

Then all you do is just before your add-on does it's bit you load the small form, then once your add-on is done you close the form using oform.close().

Hope this helps

Former Member
0 Kudos

Thanks Louis very wyse solution !!

Alain

p.s.: I cant allow you points on this post ???

former_member184566
Active Contributor
0 Kudos

Don't worry, it's fine Alain

Answers (0)