Notifications
Clear all

[Closed] Displaying unicode character on a rollout label?

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

it wonโ€™t display if the symbol is not in the standard max dialog font. youโ€™ll have to use an image.

1 Reply
(@miauu)
Joined: 10 months ago

Posts: 0

How to put an image in the titlebar of the rollout?

I would create a custom titlebar, but may be there are better options.

Maybe high version.