[REBOL] rebol/view
From: tsummerfelt1::home::com at: 12-Sep-2000 9:30
so far most of my rebol programming has consisted of changing the other
rebol programs from the library
i'm still trying to wrap my mind around rebol/view
i have something like this:
track: layout [
size 190x105
at 10x10 label "Total"
}
view track
specifically, i would like to change the label on the window. generally
i'd like to change /add 'widgets' (i'm coming from tcl/tk) from
another function.
'show' complains to me regardless of how i try to use it.
i was looking for a quick working example, i should be able to take it
>from there...
.t
*--------------------------------------------------------------------------
|
| http://members.home.net/tsummerfelt1
|
*--------------------------------------------------