search for: newmenu

Displaying 6 results from an estimated 6 matches for "newmenu".

2008 Jul 06
1
Windows Only: winMenuAdd() problem
...version/setup. So any help would be appreciated. First the problem, then the info. The following code can be cut and pasted into your R session ############################# ### start R ### create a plot on device 2 (which can be determined by dev.cur()) plot(1:10) winMenuAdd("$Graph2Main/newmenu") ## the menu has been added to the graphics window #### now close all graphics devices ## (can also be done by pointing and clicking on the Windows close icon) graphics.off() ## Now repeat plot(1:10) winMenuAdd("$Graph2Main/newmenu") ## No menu has been added ! -- This is...
2001 Dec 05
9
Windows testing
R 1.4.0 is now sinking into feature freeze, and we'd like some help testing it under Windows. Duncan Murdoch and Uwe Ligges have already volunteered. I've put a copy of SetupR140.exe at http://www.stats.ox.ac.uk/pub/bdr/RWin Also in that directory is a file TESTING suggesting some tests, not all of which have been run on this build. As the graphics internals have been changed a lot
2006 Oct 30
2
Going back to classic menu from vesamenu.c32
I'm currently building a tree-like boot menu for my network, using pxelinux and vesamenu.c32. I jump from one page to another with "kernel vesamenu.c32" and "append newmenu". However, at some points I'd like to use the classic interface, for example with a distribution install image (in order to have the exact same interface as on the CD). I tried loading pxelinux.0 again, but it disregards any appends and loads pxelinux.cfg/default, as the first time. Any...
2008 Jun 19
5
No sub-menus in complex.c32
>> Hi, >> >> I have created my own custom menu using menu/complex.c as an example. >> This was way back in the syslinux 2.x days, so the menu system had not >> yet been converted to COM32. With a few minor changes, I now have >> this compiling and running under v3.63. The problem is that only the >> top level menu works. Trying to access any sub-menu
2004 Feb 03
3
SYSLINUX 2.09-pre4
I have just released SYSLINUX 2.09-pre4 with a few changes: a) SYSLINUX should now correctly handle mode changes from within a COMBOOT program. b) Tweaks to the menu system to avoid the "grey text on black" problem. c) A new color scheme for the menu system (Murali, check it out and see if you think it works for you.) ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
2018 Mar 02
0
Wine release 3.3
...rs: Add a DirectMusic section. dswave/tests: Add IDirectMusicObject::ParseDescriptor() tests. dmime/tests: Add IDirectMusicObject::ParseDescriptor() tests. dmusic/tests: Add IDirectMusicObject::ParseDescriptor() tests. Nikolay Sivov (45): shell32/tests: Add a basic test for NewMenu object creation. shell32/tests: Run context menu tests on background menu too. shell32: Added IShellExtInit stub for context menus. shell32: Add IObjectWithSite stub for context menus. shell32/tests: Run more tests on menus created with SHCreateDefaultContextMenu(). us...