Hello Yvan,

you can do e.g.

view layout [
    text "title"  title:  field
    text "format" format: field
    button "OK" [
        if all [
            not empty?  title/text
            not empty? format/text
        ][
            unview/all
        ]
    ]
]  

HTH,

Christian

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to