search for: tttry

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

Did you mean: totry
2007 Jan 23
0
Refreshing the GUI and packing images
Dear all I'm developing a grafical interface for Geneland that is presently one of the R packages available. My first question is about refreshing the interface while running a very long process. run<-function(){ ? ? ? ? tttry <- tktoplevel() ? ? ? ? tkwm.geometry(tttry, "+200+200") ? ? ? ? tkwm.title(tttry,"wait") ? ? ? ? warn<-tklabel(tttry,image=imagepleasewait) ? ? ? ? tkpack(warn) ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? tkfocus(tttry) ? ? ? ? tcl("update") ? ? ? ? ? ? ? ? ? ? ? ? print(&...