Displaying 20 results from an estimated 27 matches for "windialog".
2004 Oct 29
1
winDialog (equivalent) on Unix anyone ?
Hi,
We have a few R scripts, that have a minimalistic
GUI Interface using winDialog() calls.
Is there any cross-plattform equivalent we can port to,
such that the code will run on both Windows and Unix ?
I thought about either tcltk or gtk Stuff.
I was astonished that I couldn't find anything
similar that had been implemented since the 0.99 release,
or do I miss something o...
2006 Sep 05
2
winDialog UNIX equivalent?
Hi all,
I'm using winDialog and winDialogString in scripts running on a XP-machine. Since we're using some Linux-machines (Suse 10.0 and 10.1 on x86) I'm interested in equivalents of the above functions usable under Linux-OS. Are there any?
Thanks, Richard
--
Richard Müller - Am Spring 9 - D-58802 Balve-Eisborn
www.o...
2005 Aug 22
1
Internationalization questions
...ation questions, related to questions that I posed
previously. These pertain to Windows (I've tried under Win XP but assume the
issue is more general) and R 2.1.1 patched and 2.2.0 devel.
(1) I've noticed that the standard Windows dialogs in R -- whether initiated
from the Rgui menus, from winDialog(), or from tcltk functions such as
tkmessageBox() -- do not have button labels translated when running in a
non-English locale. For example, when running in a French locale, the
command
winDialog(type="yesnocancel", message=gettext("Save workspace image?",
domain="RGui&q...
2003 Jan 16
2
Built-in R GUI type features
All:
The select.list() command brings up a "modal dialog box with a (scrollable)
list of items ..." etc. -- i.e., a GUI control. I also know about winDialog,
file.choose and the winMenu commands. What other such GUIisms are built into
** base ** R (I know about the tcltk package)? Or, better yet, how can I
search on or list them?
Many thanks.
Bert Gunter
Biometrics Research RY 84-16
Merck & Company
P.O. Box 2000
Rahway, NJ 07065-0900
Phone: (732)...
2007 Dec 29
3
tcltk again
...admonition of Prof. Ripley to search the documentation to solve my problem
helped, today I read a lot more on Tcl/Tk than before ;-)
But now I'm stuck again. With the help of my script some functions are plotted
on the display, then I ask if the user wants to save it as pdf. In windows I
use winDialog and it works. But I can't succeed in Linux. In short:
----------------------------------------------------
X11()
...
res <- tkmessageBox(title="Beenden?",
message="Vor dem Beenden als PDF speichern?",
icon="question", type="okcancel")...
2000 Mar 29
2
Dialog boxes
...ve used S-Plus for some time. I've
developed some specialized plotting functions that I want to distribute
and would like to provide users with a dialogbox for entering input
arguments. Has anyone developed functions in R for displaying
dialogboxes that could accept multiple inputs? I found winDialog and
winDialogString, but these only accept and return a single value. Does
anyone know how these might be extended for more flexibility?
Thanks
--
Jack Lewis Redwood Sciences Laboratory
707-825-2929 voice Pacific Southwest Research Station
707-825-290...
2000 Oct 21
1
Creating dialogs in Windows 9x
I noticed the See Also section of the help page for winDialog refers to a
"package windlgs in the package source distribution..." but I can't seem to
find any documentation on this. Does anyone know if it exists or where to
find out more about it? Any information would be helpful, thanks.
--------------------------------------------
Till E. Sto...
2002 Nov 17
1
position of windows-dialogue
Hello all,
to interrupt a BATCH program I inserted, as adviced in this list, a windows
dialogue box (winDialog("ok")). The graphic display opens on the right part
of the screen, which is OK. The Windows dialoge opens in the center of the
screen and hides a part of the graphics window. Is it possible to determine
the coordinates where the Windows dialogue box opens? I'd like to set the
defa...
2003 Oct 22
1
Windows RConsole Focus
...success;
UNPROTECT(1);
return ans;
}
src/main/names.c
----------------
{"winConsoleFocus",do_winconsolefocus,0,11, 0,
{PP_FUNCALL, PREC_FN, 0}},
src/include/Internal.h
----------------------
SEXP do_winconsolefocus(SEXP, SEXP, SEXP, SEXP);
src/library/base/R/windows/winDialog.R
---------------------------------------
winConsoleFocus <- function()
invisible(.Internal(winConsoleFocus()))
2008 Jul 01
1
select.list() cannot be used non-interactively
...in the .Rout file:
type<-select.list(list=c("Type 1","Type 2","Type 3"))
Error in select.list(list = c("Type 1", "Type 2", "Type 3"): select.list() cannot be used non-interactivelyExecution halted
Why?
How can I solve my problem?
winDialog and winDialogString work correctly!
Many thanks!
Fabio
_________________________________________________________________
[[alternative HTML version deleted]]
2005 Mar 30
4
how i can get input from "user input"
Hello,
Could you please tell me how i can get an input from the user in R?
C-Ming
Mar 29, 2005
---------------------------------
[[alternative HTML version deleted]]
2011 May 17
5
Email out of R (code)
Hi all,
I thought I would post code to send an email out of R. The code uses
Grothendieck and Bellosta's interface package rJython for executing Python
from R. The code itself provides basic email functionality for email servers
requiring authentication. It should be easy to extend it (e.g., for sending
attachments). I hope it's useful.
require(rJython)
rJython <- rJython()
2003 Mar 12
1
Rcmd BATCH
Hello,
I''ve a question: I invoke R from a text editor in a Win2000 operating system using
Rcmd.exe BATCH inFile outFile
I''ve two problems:
a) If I use windows() as graphics device, all windows close immediately after script execution,
how can I let them not to die?
b) Is it possible to redirect the content of outFile to the console output?
Many thanks.
Paolo
2003 May 07
1
graphics with rterm
I would like to use R as the graphical interface for a fortran program I am
writing. Presently my fortran code produces a set of data files then sends
an "rterm ..... <filename.r >out.out" line to my windows system. This causes
rterm to read in the data files, draw plots on my screen in milliseconds
.... and then terminate and disappear, plots and all, forever. It's this
last
2010 Jul 28
2
message box
Hi,
I need some help figuring out how to make a pop-up message box appear with
error messages when running a script using Rterm. Windows XP R2.10.1
...possibly with the ability to either continue or abort the script?
Thanks.
M
--
[[alternative HTML version deleted]]
2002 Nov 27
0
Problems with dialog boxes etc. in XEmacs/ESS for Windows
...cs, version 1.02 of ESS, and various versions of Windows,
including 2000, 95, and 98SE.
The problems don't occur in every circumstance, but they are reproducible
to a degree. For example, if upon opening an R-process buffer under ESS on
a Windows 95 machine, I immediately issue the command
winDialog("ok", "test")
no dialog opens, and the R process hangs. The same command works OK in the
same situation on several Windows 2000 systems, and also works later in a
session under Windows 95. Similarly, on Windows 2000, I find that the "File
-> Save as" menu item i...
2004 Aug 05
0
Request for new Windoze GUI Widget
Folks:
I have found R's fewWindoze GUI Widgets (like winDialog,
choose.files,winMenuAdd etc.) to be quite useful in building simple but
functional interfaces (I hesitate to call them GUI's) for one-off
applications for non-R users. It's quite easy for me to write
statistical "solutions" in R, slap on a little GUI that allows users
access to t...
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
...items will be greyed out if the corresponding files are not
installed.
Many of the menu items now call internal functions and so are much
faster, but produce nothing on the console.
Help files will be displayed in the internal pager with headings
in a contrasting colour.
There are new functions winDialog() and winDialogString() to produce
dialog boxes, and functions winMenu* (use ?winMenus) to manipulate
user menus.
Following Unix, the handling of help(, offline=TRUE) has been altered.
It will be necessary to adjust helpPRINT.bat to set the TEXINPUTS path
to find Rd.sty. TeX processing of these he...
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
...items will be greyed out if the corresponding files are not
installed.
Many of the menu items now call internal functions and so are much
faster, but produce nothing on the console.
Help files will be displayed in the internal pager with headings
in a contrasting colour.
There are new functions winDialog() and winDialogString() to produce
dialog boxes, and functions winMenu* (use ?winMenus) to manipulate
user menus.
Following Unix, the handling of help(, offline=TRUE) has been altered.
It will be necessary to adjust helpPRINT.bat to set the TEXINPUTS path
to find Rd.sty. TeX processing of these he...
2002 May 19
1
rterm.exe and graphics windows
I have started using R 1.5.0 on Windows 2000. The refinement of this system
in such a short time is astounding, and I thank those who have worked on it
and made it available!
I have been using rterm.exe to develop R scripts in my preferred editor
(not emacs) by sending the command
rterm.exe --save < %f
where the editor substitutes the filename for %f. This works wonderfully,
and the