search for: newwin

Displaying 10 results from an estimated 10 matches for "newwin".

Did you mean: newpin
2006 Apr 29
3
Making R talk to Win/OpenBUGS in Linux (again)
...parameters <- c("theta", "mu.theta", "sigma.theta") schools.sim <- bugs(data, inits, parameters, model.file, n.chains = 3, n.iter = 1000,bugs.directory = "/usr/local/share/WinBUGS14/", working.directory = "/tmp", clearWD = FALSE, useWINE=T, newWINE=T, WINE="/usr/bin/wine",WINEPATH="/usr/bin/winepath") I do have the binary "/usr/bin/winepath", but can't tell how to give R2WinBUGS what it wants. Many failed efforts below: > schools.sim <- bugs(data, inits, parameters, model.file, n.chains = 3, n.it...
2006 Jun 21
0
Some R-Tcl/Tk-BWidget newbie questions.
...the window tn <- tkwidget(tt, "NoteBook") tkgrid(tn, sticky="news") ### --> I guess there is a simpler way to do this ... tbn <- tclvalue(tkinsert(tn, "end", "Algemeen", "-text", "Algemeen")) tkpack(tbw.algemeen <- .Tk.newwin(tbn)) tkpack(tab.algemeen <- tkframe(tbw.algemeen)) tbn <- tclvalue(tkinsert(tn, "end", "Relaties", "-text", "Relaties")) tkpack(tbw.relaties <- .Tk.newwin(tbn)) tkpack(tab.relaties <- tkframe(tbw.relaties)) tbn <- tclvalue(tkinsert(t...
2007 Jul 26
2
error in using R2WinBUGS on Ubuntu 6.10 Linux
...quot;,"alpha12","alpha2","sigma"), n.chains=2,n.iter=10000,n.burnin=1000, bugs.directory="/home/meyerjp/.wine/drive_c/Program Files/WinBUGS14/", working.directory="/home/meyerjp/rasch/working", debug=FALSE, WINEPATH="/usr/bin/winepath", newWINE=TRUE)
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
...type = struct.unpack("<B", partbuf[4:5])[0] - + # offset == 0 implies this partition is not enabled if offset == 0: continue @@ -153,7 +154,7 @@ class GrubLineEditor(curses.textpad.Text screen.noutrefresh() win = curses.newwin(1, 74, startx, starty + 2) curses.textpad.Textbox.__init__(self, win) - + self.line = list(line) self.pos = len(line) self.cancelled = False @@ -219,7 +220,7 @@ class GrubLineEditor(curses.textpad.Text if self.cancelled: return None...
2005 Oct 14
2
bug with tabs
Hi! I have already in an other post mentioned IBasic. But if I use tabs in IBasic and the word which comes after it is a internal command, so that it will be colered, in wine-20050930 it looks like that on the right side: http://user.web-gear.com/theuserbl/newwine.png I think using spaces works still very well. Only tabs for it makes this problem. An other thing (I don't know if it is a bug or a not implemented feature) is, that some programs don't update the window every time. For example: In IBasic there existing in the directory "sample...
2010 Sep 16
3
funciones en R potencialmente peligrosas via web?
...9;.C', '.Call', '.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.resto...
2002 Nov 06
1
Combo Box Wdget for Tcl/Tk under R
Hi, I have two questions: First, does anyone know how to put a combobox inside a GUI made with Tcl/Tk ? I think there isn't a simple way to do this (a command like tkcombobox()!), but is it possible to write a more complex code to achieve this ? Second, when I put two listboxes in the same window or frame (even in two different toplevel windows), I cannot select things in the two lists
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
...S_11char_traitsIcEENS_9allocatorIcEEE6appendEPKc 0000000000000000 DF *UND* 0000000000000076 GLIBC_2.2.5 sqrtf 0000000000000000 DF *UND* 0000000000000030 Base _ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEE6sentryC1ERS3_ 0000000000000000 DF *UND* 000000000000012a Base newwin 0000000000000000 DF *UND* 0000000000000007 GLIBC_2.2.5 _setjmp 0000000000000000 DF *UND* 0000000000000130 Base _ZNSt3__112basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEE6assignEPKcm 0000000000000000 DF *UND* 000000000000003d GLIBC_2.2.5 pthread_rwlock_init 000000000000...
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++