Displaying 20 results from an estimated 61 matches for "submenus".
Did you mean:
submenu
2012 Jul 25
1
submenus and menu title
From
http://www.syslinux.org/wiki/index.php/Comboot/menu.c32
*** QUOTE - BEGIN ***
MENU BEGIN [tagname]
MENU END
Begin/end a submenu. The entries between MENU BEGIN and MENU END form a submenu, which is marked with a > mark on the right hand of the screen. Submenus inherit the properties of their parent menus, but can override them, and can thus have their own backgrounds, master passwords, titles, timeouts, messages and so forth.
*** QUOTE - END ***
I wasn't able to see the same (supposedly inherited) menu title in the submenu as it is display...
2005 Mar 30
1
menu.c32, submenus
I am trying to create submenus, or more specifically a single submenu, using PXELINUX and the menu.c32. I have a tftp share with a basic config:
/ (root of tftp)
pxelinux.0
menu.c32
/diskdiag (dir)
/diskdiag/dskdiag.0
/pxelinux.cfg (dir)
/pxelinux.cfg/default
/pxelinux.cfg/dskdiag
one of the menu items in /pxelinux.cfg/defau...
2012 Jul 06
1
Bug#680479: xen-utils-4.0: pygrub does not support grub2 submenus
Package: xen-utils-4.0
Version: 4.0.1-5.2
Severity: important
Tags: upstream patch
pygrub in Debian Squueze does not support Grub2 submenus. At least
Ubuntu Precise uses a submenu for older kernel versions, so a Precise
domU with more than one kernel installed will be unbootable (without
manual fixes) on a Squeeze dom0.
Attached is a patch that adds submenu support to pygrub.
-- System Information:
Debian Release: 6.0.5
APT prefers...
2007 Dec 22
0
[ wxruby-Bugs-16519 ] crash with Submenus - need GC protection
...14
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16519&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex Fenton (brokentoy)
Assigned to: Alex Fenton (brokentoy)
Summary: crash with Submenus - need GC protection
Initial Comment:
With submenus within MenuBars, if the menu contents are created using MenuItem and append_item to the submenu, the app will crash if the submenu is opened after GC has run
Perhaps need a DISOWN typemap?
-------------------------------------------------------...
2013 May 29
0
Suggestion: MENU DISABLE and MENU HIDE for submenus
...etimes useful for troubleshooting / simplifying / improving
(sections of) menus, without having to temporarily delete or comment
out (possibly large) parts of an already-existent menu.
I'd like to suggest, if it is possible, the extension of these two
directives, so to be also applicable to submenus. A submenu "parent"
entry would be either disabled or hidden, respectively, just as a
simple menu entry is currently affected by these two directives.
I wish I had the necessary skills to pursue this suggestion by
myself. Since I don't have them...
TIA,
Ady.
2011 Jul 14
1
PyGrub And Grub2 Submenus
...entry line, and this submenu causes
that check to fail. There''s also the error about nesting menuentries, but I
see not logic for matching against a submenu. The workaround is to remove
the submenu and it''s closing bracket from the grub.cfg, but the fix would be
to add support for submenus to pygrub.
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2007 Nov 07
2
Adding submenus to existing consol GUI menu
If possible I would like to add two sub-menus to the R Console under
Windows.
For example, I would like to add:
winMenuAddItem("File", "Load CSV...", "loadCSV()")
winMenuAddItem("File", "Save CSV...", "saveCSV()")
and have them appear under the initial 'File' item rather than add a new
'File' menu item. I seem to
2007 Jul 18
3
immediate Descendants not working in IE
Hi, im currently styling a menu using a java script effect which hides
the nested submenus on load, and also shows/hides them on mouseover.
It is working in firefox, using ...
var ul = $("nav").getElementsByTagName("ul")[0];
var lis = ul.immediateDescendants();
I then loop through lis to initially hide all the submenus. This works
fine in firefox, but not in IE. T...
2012 Sep 06
1
Menu system bug - MENU DEFAULT not working
Hello,
I'm reporting a bug, see attached syslinux.cfg
I'm using submenu entries to emulate checkbox inputs.
The idea is simple, there are submenus generated for all possible cases,
and each Enter keypress loads appropriate submenu section.
The logic of the menu is correct. Just syslinux has some bug.
It doesn't set MENU DEFAULT properly for all submenus.
If your first Enter keypress is on OptionA, it will work.
However if your first Ent...
2004 Sep 16
5
Earthlink Releases SIP Based P2P File-Sharing App
This is BAAAAAAAD! Now even SIP get's "tainted"...
http://slashdot.org/articles/04/09/16/1317247.shtml?tid=95
_________________________________________________________________
Surf the net and talk on the phone with Xtra JetStream @
http://xtra.co.nz/jetstream
2003 Nov 12
1
pause after dialed option
Hi guys
I've set up a layered menu system on one of my asterisk servers where
there is a main menu and several submenus; one for each department. Each
menu plays a background intro message giving its various options. My
problem is when I'm in the main menu and press the option to go to one of
the submenus there seems to be a 5-8 second pause before it plays the
background of the submenu. Is there any way...
2006 Aug 04
4
Tabs
...TgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People
Can someone outline the best method?
Specifically,
Is creating a tabs.html in \..apps\views\layouts and using
class PhotoController < ApplicationController
layout "tabs"
....in my controller the best method?
How can I refresh the submenus and page text when clicking from tab to tab?
Thank you,
jim
_________________________________________________________________
Don’t just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
2006 Nov 22
2
Problem with "additional" submenus
Hello all,
First off, thanks for the great work.
I have recently added "more submenus" to a functioning advanced menu
that only had one "submenu off of the main menu before" The addition of
the new submenus has caused the main menu to not function correctly and
I have been pouring over the code for several weeks and I just cannot
see the error that I have introduced....
2007 Sep 02
2
submenu using vesamenu.c32 and menu.c32
Hello everyone
I'm new to using menu.c32 and vesamenu.c32. I have used the original
method of using pxelinux menus. I've read the wiki page and it speaks of
being able to create submenus by making one of my menu options reference
to (vesa)menu.c32 as the kernel and append the config file. I'm not sure
I'm doing it correctly it was a little over simplified. Any help would
be great.
Thanks, Ryan
2006 Jul 07
1
Documentation / Submenu
Hi,
i tried webgen and find it good and fast to use.
But imho the documentation is bad and incomplete.
Actually i''m stuck and have no idea how to build a menu with submenus
as seen on the webgen page. (like the documentation menu)
Any hints, pointers or howto''s ?
Cheers,
Michael
2005 Dec 22
2
using slidedown and slide up in a multiple level menu
can someone take a look at a menu I am trying to build using slideUp and
slideDown. I finally got it working in IE and now in Firefox, it works
fine on the first level, but not on the submenus. They just slide over the
top of the divs that follow them. Where am I going wong?
http://mod.dreamchasers.com/menutest.php
Thanks!
Chad
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.r...
2009 Aug 01
3
things weirdly different in new installation
...ffers restart, cancel, shutdown,
and also standby and hibernate. and the standby and hibernate options
work, too.
The new box, it only offers restart, cancel, or shutdown.
Oddly, the main "System" dropdown offers "suspend" as well as "logoff"
and "shutdown" submenus.
Since it's a desktop, I won't often want to suspend or hibernate, but
it may occasionally be nice to have the option to hibernate (e.g.,
power is off, UPS is about dead, hibernate could save my work.)
Ideas, anyone?
Thanks!
--
---- Fred Smith -- fredex at fcshome.stoneham.ma.us -------...
2007 Oct 01
1
Patch to add option-key menus (similar to SuSE patch)
I've written a patch to add option-key submenus to menu.c32 and
vesamenu.c32 for doing things like changing the video mode. This was
inspired the the patch that SuSE applies to the syslinux family and
Grub, without the ugly pseudo-PostScript spaghetti.
The patch may be found at
http://www.valleyhold.org/~gordons/syslinux-optmenus.diff (it'...
2008 Feb 15
1
vesamenu.c32 + include + CLI woes
...syslinux.zytor.com/archives/2007-June/008673.html
After several hours of searching through the list, I am still convinced that his problem was never solved and is very valid. I recently moved from the old syslinux config options model (all labels in 1 default config file) to having a main menu and submenus using vesamenu.c32. The main menu points to all of the submenus and also has a label for localboot. Each submenu has tons of labels that fit the category of the submenu.
The problem is that not every user wants to navigate the menu structure to find the label they want to boot, but they would rath...
2008 Mar 01
0
SYSLINUX 3.62 released
...nlen()
submenu snapshot: it compiles now...
[v]rsprintf(): actually set the return pointer...
refstr_get(): handle NULL, force inline
Simple menu: use refstrings consistently; now works again
refstr: handle NULL in refstr[n]dup()
simple menu: first cut at working submenus
simple menu: The use of realloc() requires indirect pointers
Document hierarchial menus so far...
Allow an included file to be treated as a submenu.
Allow MENU LABEL <-> MENU TITLE for submenus to work both ways
Set m->title for both root and submenus
Ad...