non modal dialog with custom font. possible?

Dirk A

Member
Licensed User
Longtime User
Hi ,
i would like to have a dialog / messagebox where i can use a certain font and text size but it has to be non modal (so it has to disappear after some time,like a toastmessageshow ) Is this possible ? Because i don't see a close function with the customdialog.
Or perhaps is there a global setting where you can specify the font or text size of the toastmessages ?
 

Ricky D

Well-Known Member
Licensed User
Longtime User
I'd use a panel and a timer.

Show the panel, start the timer and when timer ticks you hide it. I have created non modal popup with panels but I don't need the timer.

Cheers Ricky
 
Upvote 0
Top