Hello, I have a problem (my friends say that I have a lot of problems... :-( ).
Can I create a Rebol/View form, separating the contexts inside? What I want to do, is something like this: view layout [ context1 [ f: field ] context2 [ f: field ] button [ alert context1/f/text alert context2/f/text ] ] Is it feasible? I need to refer the same variable name, insulating it. Obviously, in the previous case, the system renders either context1 or context2. Final output, when program starts, could be something like: |==== field in context1 =====| |==== field in context2 =====| |== button ==| Thank you! -- --Alessandro -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
