Hi guys!
I’d like to share my way of making a balloon tip using pyRevit.
Specifically my smartbutton replaces standard modal Saving and Synchronization reminder dialog by nice balloon tip:
link to the source code:
Hi guys!
I’d like to share my way of making a balloon tip using pyRevit.
Specifically my smartbutton replaces standard modal Saving and Synchronization reminder dialog by nice balloon tip:
link to the source code:
Very cool! I had no idea InfoCenter has a baloon tip API. Very nice!
We do have notification APIs in pyRevit e.g. forms.toast()
Maybe we can at lease wrap this ballooning functionality in the forms
module for easy access
Sure! If you think it worth it