How to set menu window permissions

Thank you for the information.

Thanks to you, I was able to solve it.

May I ask you one more question?

Can I get a pop-up window that says, "Please log in because you are not at that level?"

You don't have to delete a post every time you make a mistake. Use the 🖉 pencil icon and fix the original post.

ok. thank you

Could you do something like this?
(set the navIcon to material/security and the opacity of the item to 0.3)
image

1 Like

I want to express it in color if it's not at that level as an expression, but it doesn't work out well.

You can't use Java colour objects in Perspective, which is what that color function returns, you'll need to return a CSS colour instead, like a hex string '#ff0000' or "rgb(1,2,3)"

3 Likes