search for: tclservicemod

Displaying 9 results from an estimated 9 matches for "tclservicemod".

Did you mean: tclservicemode
2005 Apr 23
1
tclServiceMode: stop Tcl/Tk from updating
In Windows, Tcl/Tk programs running under the tcltk package can update too frequently: for exmaple, we might go through a long sequence of operations to construct a complex display, and in Windows each addition will be shown separately. To work around this, I've added a function "tclServiceMode" which serves as an R interface to the "Tcl_SetServiceMode" function in the TCL API. Calling "tclServiceMode(on = FALSE)" will stop Tcl/Tk from responding to any events (redraws in particular) until "tclServiceMode(on = TRUE)" is called. As far as I know, events...
2009 Apr 22
1
Installation fails (PR#13669)
...: text html latex example TclInterface text html latex example TkCommands text html latex example TkWidgetcmds text html latex example TkWidgets text html latex example tclServiceMode text html latex example tcltk-defunct text html latex tcltk-package text html latex tkProgressBar text html latex example tkStartGUI text html latex tk_...
2009 May 21
0
problems building R-2.9.0 on solaris
...t html latex example TclInterface text html latex example TkCommands text html latex example TkWidgetcmds text html latex example TkWidgets text html latex example tclServiceMode text html latex example tcltk-defunct text html latex tcltk-package text html latex tkProgressBar text html latex example tkStartGUI text html latex...
2007 Nov 26
0
R-2.6.1 is released
...SPLAY was unset. (PR#10379) o postscript() was not always ignoring .Postscript.Options in the workspace (where it should not have occurred). o help.search() would give an error if it found a badly installed package, even if 'package' was not specified. o tclServiceMode() (package tcltk) now works under Unix-alikes. (Although documented, it used only to work under Windows.) o As Mac OS X 10.5.0 comes with incompatible /bin/sh shell, we force SHELL=/bin/bash (which is ok) in that case. [Only for 2.6.x: another solution is used in 2.7...
2007 Nov 26
0
R-2.6.1 is released
...SPLAY was unset. (PR#10379) o postscript() was not always ignoring .Postscript.Options in the workspace (where it should not have occurred). o help.search() would give an error if it found a badly installed package, even if 'package' was not specified. o tclServiceMode() (package tcltk) now works under Unix-alikes. (Although documented, it used only to work under Windows.) o As Mac OS X 10.5.0 comes with incompatible /bin/sh shell, we force SHELL=/bin/bash (which is ok) in that case. [Only for 2.6.x: another solution is used in 2.7...
2005 Jun 20
0
R 2.1.1 is released
...pgrade.packageStatus() allows user input "c" to cancel the upgrade, just as update.packages() does. o glm() now accepts 1D arrays (e.g. tables) as a response, dropping them to a vector whilst preserving names. o df() with one infinite df now works (to match pf()). o Added tclServiceMode() function to the tcltk package to allow updating to be suspended. o The Encoding: field of a DESCRIPTION file is now documented, and used by packageDescription() and library(help=). o There has been progress on translations: existing translations have been revised and expanded, a...
2005 Jun 20
0
R 2.1.1 is released
...pgrade.packageStatus() allows user input "c" to cancel the upgrade, just as update.packages() does. o glm() now accepts 1D arrays (e.g. tables) as a response, dropping them to a vector whilst preserving names. o df() with one infinite df now works (to match pf()). o Added tclServiceMode() function to the tcltk package to allow updating to be suspended. o The Encoding: field of a DESCRIPTION file is now documented, and used by packageDescription() and library(help=). o There has been progress on translations: existing translations have been revised and expanded, a...
2005 Oct 06
0
R-2.2.0 is released
...99$'. Also the handling of `%' as conversion specification terminator is now left to the system and doesn't affect following specifications. o The plot method for stl() now allows the colour of the range bars to be set (default unchanged at "light gray"). o Added tclServiceMode() function to the tcltk package to allow updating to be suspended. o terms.formula() no longer allows '.' in a formula unless there is a (non-empty) 'data' argument or 'allowDotAsName = TRUE' is supplied. We have found several cases where 'data' had not be...
2005 Oct 06
0
R-2.2.0 is released
...99$'. Also the handling of `%' as conversion specification terminator is now left to the system and doesn't affect following specifications. o The plot method for stl() now allows the colour of the range bars to be set (default unchanged at "light gray"). o Added tclServiceMode() function to the tcltk package to allow updating to be suspended. o terms.formula() no longer allows '.' in a formula unless there is a (non-empty) 'data' argument or 'allowDotAsName = TRUE' is supplied. We have found several cases where 'data' had not be...