Thanks Brett and Romano,

You have answered my question and far beyond. This is the actual case
I was "working" on.

favorite: layout [
    style fv text 200 "?"
        style bt-fv btn-enter "change" [
        ; look for the previous face
        value: back find face/parent-face/pane face  ; <-- a block
        face: first value <- now a face !
        face/text: request-text "Enter your favorite"
        show face
    ] ; style

        h3 "your favorites"
        
        across
        
        fv bt-fv return
        fv bt-fv return
        fv bt-fv return
        fv bt-fv return
        fv bt-fv return
        fv bt-fv return

        btn-enter 60 "Ok" [unview favorite]
] ; layout

view center-face favorite

Brett, I have not digested all the material you send to me but I will.
Amazing! Thanks again to both of you.


---
Regards
Patrick

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to