search for: subwin

Displaying 7 results from an estimated 7 matches for "subwin".

Did you mean: submin
2003 Mar 27
0
R TclTk iwidgets::combobox
...new R session (in Windows) and managed to get both ways working now : ### THIS WORKS !!! ### library(tcltk) tclRequire("IWidgets") tt<-tktoplevel() combo <- tkwidget(tt,"iwidgets::combobox") tkpack(combo) ### AND THIS WORKS TOO !!! ### tt<-tktoplevel() win <- .Tk.subwin(tt) .Tcl(paste("iwidgets::combobox",.Tk.ID(win),.Tcl.args())) tkpack(win) But they both fail in my old R session - maybe I've tclRequired another package or loaded another package which is interfering or maybe a Tcl object hasn't been cleaned from memory properly. Thanks very...
2003 Mar 26
0
R TclTk iwidgets::comboboc
Hi, I am trying to create a drop-down combobox in R TclTk. The following works fine for a ListBox but fails for a combobox: ################# THIS WORKS FINE - CREATES AN EMPTY LISTBOX ## tt<-tktoplevel() win <- .Tk.subwin(tt) .Tcl(paste("listbox",.Tk.ID(win),.Tcl.args())) tkpack(win) ################## THIS FAILS - ATTEMPTS TO CREATE A COMBOBOX ## tt<-tktoplevel() win <- .Tk.subwin(tt) .Tcl(paste("iwidgets::combobox",.Tk.ID(win),.Tcl.args())) Error in structure(.External("dotTcl"...
2010 Sep 16
3
funciones en R potencialmente peligrosas via web?
...39;, '.Call.graphics', '.External', '.External.graphics', '.Fortran', '.readRDS', '.saveRDS', '.Script', '.Tcl', '.Tcl.args', '.Tcl.callback', '.Tk.ID', '.Tk.newwin', '.Tk.subwin', '.Tkroot', '.Tkwin', 'basename', 'browseURL', 'bzfile', 'capture.output', 'close', 'close.screen', 'closeAllConnection', 'data.entry', 'data.restore', 'dataentry...
2003 Mar 06
1
tkexit
Sorry, my question is if exists a command tkexit in R, i need a command how exit of tcl for close an aplication. How to use him. Thank
2006 Jun 03
4
xentop.c error
Just downloaded the xen-unstable and updated it using mercurial. When i try to do a make install on a Celeron D 64bit processor, i get the following error: xentop.c:291: error: `KEY_DOWN'' undeclared (first use in this function) xentop.c:294: error: `KEY_UP'' undeclared (first use in this function) xentop.c:314: error: `KEY_BACKSPACE'' undeclared (first use in this
2017 Jan 23
2
undefined symbols during linking LLDB 4.0 RC1
...ush 0000000000000000 DO *UND* 0000000000000010 Base _ZNSt3__17codecvtIcc11__mbstate_tE2idE 0000000000000000 DF *UND* 0000000000000024 GLIBC_2.2.5 fileno 0000000000000000 DF *UND* 0000000000000040 Base wmove 0000000000000000 DF *UND* 0000000000000014 Base subwin 0000000000000000 DF *UND* 0000000000000019 GLIBC_2.2.5 fetestexcept 0000000000000000 DF *UND* 00000000000000c0 GLIBC_2.2.5 round 0000000000000000 DF *UND* 0000000000000044 Base _ZNKSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE5rfindEcm 0000000000000000 D...
2017 Jan 19
2
undefined symbols during linking LLDB 4.0 RC1
Hello, I update my building scripts to build LLVM 4.0 RC1 (with clang, lldb, libc++, libc++abi, lld) on CentOS 6 and I got a lot of undefined symbols during linking LLDB. I'm using clang-3.9 and this configuration: -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/clang -DCMAKE_CXX_COMPILER=/usr/bin/clang++