Notifications
Clear all
[Closed] Displaying unicode character on a rollout label?
Sep 24, 2017 3:40 am
The following code:
rollout roll "🔒"
(
label l1 "🔒"
)
createdialog roll
Gives this result:
The rollout title displays the character properly, but not the label. Any ideas? I need the label to be a regular win32 control and not a .NET objectโฆ
4 Replies
Sep 24, 2017 3:40 am
it wonโt display if the symbol is not in the standard max dialog font. youโll have to use an image.
1 Reply
Sep 24, 2017 3:40 am
I would create a custom titlebar, but may be there are better options.