How can i clean my window?

Hello,

grafik
can i get rid of this PyRevitLoader ?

it should just be the name of the button

KR

Andreas

see the doc for forms.alert()

you can set the title and much more:

from pyrevit import forms, script
forms.alert(message, title="Beautiful script name")


https://pyrevit.readthedocs.io/en/latest/pyrevit/forms.html#pyrevit.forms.alert

2 Likes

@Jean-Marc ,

i solved it in dynamo

KR

Andreas