Notifications
Clear all
[Closed] [Max 2021] Buttons tooltips stuck as top most window?
Feb 09, 2021 12:13 am
Buttons tooltips (checkbutton, pickbutton, etc.) seem to get stuck as top most windows in Max 2021 when the rollout is set to modal.
If you Alt+Tab to another window, the tooltip appears over it.
Do you guys get the same result?
(
rollout RO_TOOLTIP "" width:112 height:88
(
button btn1 "Apply" pos:[8, 8] width:96 height:32
spinner spn1 "Value:" pos:[8, 64]
on RO_TOOLTIP open do
(
btn1.toolTip = "\nTry to modify the Spinner\nvalue and then click \"Apply\".\n\nDo it several times."
)
)
createdialog RO_TOOLTIP modal:true
)
4 Replies
Feb 09, 2021 12:13 am
Thanks miauu.
I think it is a bug then. Very anoying if you have many buttons controls with tooltips.
Feb 09, 2021 12:13 am
It exist in 3ds Max 2020 also. I sent a bug report using your code. I hope you don’t mind?