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

[REBOL] Re: list: multiple columns update

From: robert:muench:robertmuench at: 14-Feb-2002 23:19

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Robert M. Muench > Sent: Thursday, February 14, 2002 6:58 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: list: multiple columns update
Hi, I further investigated my problem. The problem seems to be that I'm using panels. So I have something like this: test: layout [ button "Test" panel: box 20x20 ] At some other place I'm assigning a layout to panel/pane that holds the list. ... panel/pane: layout myDialog Inside myDialog I have the code that handles all kinf of functionallity. I used a show test at several places but this doesn't seem to update panel (?? why ??) but if I use show panel instead the display is updated. But with this some other problem araises. If the dialog is displayed all the lables have red text?? What does this mean? I think it might a visual feedback about the parts of the GUI that are marked dirty and need to be updated. Any idea? Robert