search for: winmenu

Displaying 8 results from an estimated 8 matches for "winmenu".

Did you mean: inmenu
2004 Jun 01
1
WinMenu's question
I am using the Windows menu functions below which will work on the first pass, but if I repeat the same script I cannot get the WinMenuAddItem to work. This is a problem if I change the menu structure and reread the source code I am forced to quit and restart Rgui. "try.menu" <- function(){ OS <- .Platform$OS.type GUI <- .Platform$GUI if (!(OS == "windows" & GUI == "Rgui")) return(&...
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) 594-7765 mailto: bert_gunter...
2004 May 21
2
Re: Windows versus Unix packages in CRAN ...
Janusz Kawczak wrote: > You simply need to remove the stuff related to MS Win from zzz.R; > in partricular the lines after if( .... ) to clear your message. > As you can see, the info relates to the WinMenu under MS Win. I think people have been more than a little disingenuous in claiming that getting the Rmetrics package to go under Linux is transparent. If you have to dig into the code and edit it, then transparent it ain't. It may be perfectly easy ***once you know what you're doing***, b...
2004 May 23
0
Re: Windows versus Unix packages in CRAN ...
Concerning the Rmetrics packages, (1) There is a _much_ better thing to do than >simply ... to remove the stuff related to MS Win from zzz.R; > in partricular the lines after if( .... ) to clear your message. > As you can see, the info relates to the WinMenu under MS Win. as Janusz Kawczak suggests, and that is to *wrap* the troublesome code in if (exists("winMenuAdd")) { ... original code goes here ... } The resulting code should then work *both* in Windows *and* in Unix. The documentation in the FAQ *does* provide qu...
2001 Sep 26
0
winelib and mfc
...app3d.o apphelp.o apphelpx.o appinit.o appterm.o appui.o appui1.o appui3.o arcex.o auxdata.o cmdtarg.o dlgcore.o dlgtempl.o except.o filelist.o filest.o filex.o fixalloc.o list_p.o map_pp.o nolib.o objcore.o olelock.o plex.o thrdcore.o timecore.o wincore.o winfrmx.o wingdi.o winhand.o winmain.o winmenu.o winocc.o winstr.o winutil.o appcore.o arccore.o filecore.o strcore.o appmodul.o winfrm.o libmfc.spec.o -L/usr/local/lib -lwine -lwine_unicode -lwine_uuid -lm -lmsvcrt to make this things i used the winemaker and the last version wine by CVS. Thank You. Guilherme Kunz guiok@ig.com.br...
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
...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 help files normally uses LaTeX package `ae' to handle Latin-1 charact...
2000 Feb 11
1
R 0.99.0a for Ms Windows (9X/NT)
...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 help files normally uses LaTeX package `ae' to handle Latin-1 charact...
2004 Sep 19
0
MFC compile problem
...p src/wincore.cpp src/winctrl1.cpp src/winctrl2.cpp src/winctrl3.cpp src/winctrl4.cpp src/winctrl5.cpp src/winctrl6.cpp src/winctrl7.cpp src/winfrm.cpp src/winfrm2.cpp src/winfrmx.cpp src/wingdi.cpp src/wingdix.cpp src/winhand.cpp src/winmain.cpp src/winmdi.cpp src/winmenu.cpp src/winmini.cpp src/winocc.cpp src/winsplit.cpp src/winstr.cpp src/winutil.cpp src/indicate.rc src/l.chs/indicate.rc src/l.chs/prompts.rc src/l.cht/indicate.rc src/l.cht/prompts.rc src/l.deu/indicate.rc src/l.deu/prompts.rc src/l.esp/indicate.rc src/l.esp/prompts.rc...