Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Object content to gui-field and back

From: moeller_thorsten::gmx::de at: 17-Aug-2001 11:33

Hi, i need some assistance to a problem i encountered for an app i want to code. I have objects like this: test1: make object! [ text: "Test1" ] test2: make object! [ text: "Test2" ] The content of this objects are shown in layout-fields like this: view layout [ t1: field :test1/text t2: field :test2/text ] My problem now is, when i change the content of a field, the source object needs to be updated. Is there a way to define from which object the field gets its content, so it could be updated easily? Thorsten ICQ# 127316091 Mail: [thorsten--moeller--valleyroad--de] ****The Road goes ever on and on ..... ****