[ALLY] Refreshing field contents Re:
From: jean:holzammer:faedv-n:bayern at: 17-Oct-2000 12:04
> > I got the following code:
> >
> > mywindow: layout [
> > myfield: field
> > button "set field contents" [myfield/text: "a sample text"]
> > ]
> >
> > view mywindow
>
> > So when the user presses the button, the field still looks empty until
the
> user selects the field again.
> >
> > How can I tell view to refresh the contents of the window ?
>
> button "set field contents" [myfield/text: "a sample text" show myfield]
>
works fine, thanks.
Jean