I'm looking for lock max UI, while my Script is open.
in the code below is a little code that open a new rollout inside other, but I wanna while second rollout is open User can't navigate or touch anything in MAX even previous rollout, just like when Align command open it's rollout and you can't do anything...
rollout test "test"
(
button btn "Win"
on btn pressed do
(
rollout win "win"
(
button clo "Close"
on clo pressed do
(
DestroyDialog win
)
)
createdialog win 150 150
)
)
createdialog test 100 100
By 3dline · 2013-08-23
barigazy · 2013-08-23
miauu · 2013-08-23