search for: wtesta

Displaying 1 result from an estimated 1 matches for "wtesta".

Did you mean: testa
2007 Aug 22
2
gWidgets (tcltk): problem extracting values from widgets in glayout grid
...) will return "bbb", either by itself or as part of an array? Or do I need to do something else entirely? (R2.5.1; Windows XP) > #### gWidgets test > options("guiToolkit"="tcltk") > require(gWidgets) [1] TRUE > > ###### Case 1: this works ######## > wtesta = gwindow("wtesta",visible=TRUE) > wtesta1 = gedit("aaa",container=wtesta) > print(svalue(wtesta1)) [1] "aaa" > > ### Case 2: this makes an identical window & widget, with "b" replacing "a" > ### but does't return the value &g...