Table perspective Refresh logo

Hi,

I saw on the licence manager project that when loading or refreshing data we have a nice loading logo.
Do you know how i can reproduce this ?

Regards

Calling a query using system.db.runNamedQuery is synchronous (also referred to as blocking), meaning the script will halt there until the query is completed. You could try to take advantage of this by displaying the loading logo before calling system.db.runNamedQuery, and then hiding it in the next line.