You could use query on the face, which is,
after all, just an object.
que: does [probe query/clear f]
query-f: does [que show f que]
view layout [
f: field "hello"
button "change text" [f/text: random "abcd" query-f]
button "change size" [f/size/x: 100 + random 100 query-f]
]
Anton.
> Hi All,
>
> what's the easiest way to find out, if a layout contains any
> dirty fields?
> (That is, fields that have been edited).
>
>
> Thanks to all who might anwer
>
> Ingo
--
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.