Skip to content
Back to formatted view

Raw Message

Message-ID: <480CC5ED.8000902@statistik.tu-dortmund.de>
Date: 2008-04-21T16:50:53Z
From: Uwe Ligges
Subject: Creation of dialog box
In-Reply-To: <e135b25e0804210316o5f2409b7g3674837fc5b9b34f@mail.gmail.com>

There is a package in the R souces called "windlgs" in 
.../src/gnuwin32/windlgs which has examples, but you may want to go some 
way that is cross platform and avoid Windows specific programming at all.

Best wishes,
Uwe Ligges


Ingrida B wrote:
> Dear, List members,
> 
> My student are creating some functions to implement the median polish
> kriging (one of prediction method in geostatistic). She want to create
> some dialog box (to input some data) and menu. For this she is using
> winMenuAddItem and winDialogString commands in function. But
> WinDialogString makes just one string to fill data. Which of commands
> she must use to create dialog box with a few strings?
> Regards
> Ingrida
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.