> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
> Robert M. Muench
> Sent: Thursday, February 14, 2002 6:58 PM
> To: [EMAIL PROTECTED]
> 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
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.