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

[REBOL] Rebview: How to update text in Window?

From: yvan_iigs::gmx::net at: 1-Jan-2005 14:55

Hello, I hope this is the right place to post it? I'm new here and a beginner with RebView I have the following problem, please take a look at the code below: REBOL [] a: ["First text" "second text" "last text"] foreach element a [ view layout [ text element ] ] What it does is open a window with the following text on it: First text when I close this window (close button) it opens a new window with he text: second text When I close that window it opens a new window with the text: last text I want to modify this absolute terrific program by inserting a button called next which when pressed should just replace the text with the next in the sequence. Just without to have to close the window manually. But I'm to dumb to do this :) Can anybody help? This should be really easy I think. Cheers Yvan