View [
Size 400x400
button "click" [
view/flags [
Size 300x100
text "modal window"
]['modal 'pop-up]
]
]
Problem is if I click button 4 times it will create 4 modal window. But I want no other modal window if 1 modal window is already open. How can I do it