Hello Alessandro, thanks, didn't work but at leastI know why now.
On 3.05.2006, you wrote: > > view layout > [ > text "title" field > text "format" field > button "OK" > ] > > Try assigning variables to text as follows: > > view layout > [ > t1: text "title" field > t2: text "format" field > button "OK" > ] > > > --Alessandro > > On 5/3/06, Yvan <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> this has to be a very very basic newbie question, at least I hope so. >> >> Okay, consider the following piece of code: >> >> view layout >> [ >> text "title" field >> text "format" field >> button "OK" >> ] >> >> All I want to achieve is: >> >> when clicking the OK button, >> - the values entered in the two fields should be saved in two different >> variables >> - the layour should be closed >> >> How can I achieve that? >> >> Cheers >> Yvan >> >> >> -- >> To unsubscribe from the list, just send an email to >> lists at rebol.com with unsubscribe as the subject. >> >> Regards -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
