これらの2つの別々のウィンドウを同時に表示させるにはどうすればいいですか? Red []
view/flags [ below
text "second view"
f2: field "f2 text"
] 'no-buttons
view/flags [ below
text "first view"
b
私は、単純なコード次き: Red []
view [
text "Value of x:" f1: field "" return
text "Value of y:" f2: field "" return
text "Read Sum:" tt: text "" return
button "Calculate" [
tt/text: to