Displaying 20 results from an estimated 196 matches for "submenu".
2004 Jan 28
1
Submenues
Hello wxruby users,
Kevin, thank you for the answer about the status bar flicker. I think this
is a question for wxWindows mailing lists.
It''s great that 0.2 version will be released soon! It is impossible
to create submenues in 0.1. Could you add the ruby function
append_submenu(id, item, submenu, helpString) to the Wx::Menu class in 0.2,
which calls the wxWindows function
void wxMenu::Append( int id, const wxString& item, wxMenu *subMenu,
const wxString& helpString = "" ),
ple...
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....
2009 Apr 08
1
menu module behaviour for menu exit
Hi,
I was looking for a way to have a submenu go back to the previous menu
when you use Escape inside the submenu. Or to return back to a menu when
you return from a com32 entry (eg. kbdmap, hdt or rosh).
I had hoped something like this worked:
----
default bootlocal
prompt 1
label menu
menu hide
kernel menu.c32
label bootlocal...
2004 Jan 21
2
[Fwd: Re: Comboot Menu]
Thanks for the comment. The next pass for a file format ...
------ FILE BEGINS -----
# Comment lines
[menu]
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | whatever
submenu= <number>
data="arbitrary string"
item="text to display"
status="status line text"
action= SUBMENU | INACTIVE | RUN | EXIT
submenu= <number>
data="arbitrary string"
....
[menu]
....
----- FILE ENDS ------
The numb...
2007 Nov 01
1
Rcmdr Plugin and menus.txt
...I'm trying to write a plugin for R Commander, following the model of
the TeachingDemos plugin. I am struggling trying to even add items by
editing the menus.txt file. I would welcome any help from anyone who
has messed with it. Essentially the problem I am having is: I cannot
create a submenu to a newly created menu. Here is what the menus.txt
file looks like:
# type menu/item operation/parent
label command/menu
activation install?
menu psychMenu topMenu
""...
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 prefer...
2014 Sep 11
2
Arrow key feature request
...eyes
can stay focused on the screen.
Current (disliked-by-me) behavior:
LEFT ARROW: Jump to top menu entry (same as HOME and PAGE UP)
RIGHT ARROW: Jump to bottom menu entry (same as END and PAGE DOWN)
Preferred (requested) behavior:
LEFT ARROW: Return to previous menu (same as ESC on a submenu)
RIGHT ARROW: Enter submenu (or no action if not on a submenu entry)
Thanks,
Alex
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/defa...
2004 Mar 16
0
MDI and submenues
Hello wxruby-users,
Kevin, thanks for fast addition of the support of MDI and submenues!
I''ve tested it under WinXP and all works very well. There is a test
example at the end of the message.
--
Best regards,
Pavel
mailto:papushev@inp.nsk.su
#================================================
require ''wxruby''
include Wx
class MyFrame < MDIParentFrame...
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 f...
2019 Apr 16
1
Fix: menu immediate for submenu
Hello,
the hot key assigned to a MENU BEGIN (via MENU LABEL) doesn't cause the submenu to be entered automatically when MENU IMMEDIATE is used (at previous level). Here's a patch over syslinux 6.03. Patch was tested on Debian.
Regards
Dany
*Sample config*
# hot keys: S,1,2 are immediate (screen flash), but not E
MENU IMMEDIATE
LABEL standard
MENU LABEL ^Standard
MENU BEGIN
M...
2011 Jul 14
1
PyGrub And Grub2 Submenus
...on:
menuentry ''Ubuntu, with Linux 2.6.38-10-generic'' --class ubuntu --class
gnu-linux --class gnu --class os {
<snip>
}
menuentry ''Ubuntu, with Linux 2.6.38-10-generic (recovery mode)'' --class
ubuntu --class gnu-linux --class gnu --class os {
<snip>
}
submenu "Previous Linux versions" {
menuentry ''Ubuntu, with Linux 2.6.38-8-generic'' --class ubuntu --class
gnu-linux --class gnu --class os {
<snip>
}
menuentry ''Ubuntu, with Linux 2.6.38-8-generic (recovery mode)'' --class
ubuntu --class gnu-linux --class...
2014 Sep 11
0
Arrow key feature request
...[Page Up] and [Page Down] keys seem to obtain the same
result. But in a "larger" menu, the [Page Up] and [Page Down] keys
will move the selection one page up/down, respectively.
>
> Preferred (requested) behavior:
> LEFT ARROW: Return to previous menu (same as ESC on a submenu)
> RIGHT ARROW: Enter submenu (or no action if not on a submenu entry)
>
> Thanks,
> Alex
Some comments, FWIW...
The behavior you are proposing for the [Right] arrow key seems to be
relevant only on very specific cases, and it would be the same as
[Enter]. IMHO, the current u...
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...
2006 Feb 13
1
Asterisk: Agent logs into queue, and there are calls in the queue, but calls don't go to agent
...6 zt_handle_event:
Ring/Off-hook in strange state 6 on channel 13
-- Executing BackGround("Zap/13-1", "dbpn-main-menu") in new stack
-- Playing 'dbpn-main-menu' (language 'en')
== CDR updated on Zap/13-1
-- Executing Goto("Zap/13-1", "submenu-ext|s|1") in new stack
-- Goto (submenu-ext,s,1)
-- Executing Wait("Zap/13-1", "1") in new stack
-- Executing BackGround("Zap/13-1", "please-enter-extension") in new
stack
-- Playing 'please-enter-extension' (language 'en'...
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi
I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu).
Consider:
BIOS->(DHCP-TFTP)->pxelinux.0 works fine.
BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy
2005 Nov 18
3
pxelinux-3.11, simple menu & submenu
...in configuration file!
This seems to come from com32/modules/menu.c:
fputs("No LABEL entries found in configuration file!\n", stdout);
But I don't understand it. Any clue on what I did wrong ??
@+,
Fab
-pxelinux.cfg/default
DEFAULT menu.c32
MENU TITLE "One"
LABEL submenu
MENU LABEL Second
KERNEL menu.c32
APPEND othermenu.conf
-pxelinux.cfg/othermenu.conf
DEFAULT menu.c32
MENU TITLE "Two"
LABEL memtest86
MENU LABEL memtest86
KERNEL memtest86
LABEL memtest86+
MENU LABEL memtest86+
KERNEL memt...
2008 Aug 04
1
About "MENU TITLE" and possible hotkey handling
3.71, using isolinux and simple menu system menu.c32
To avoid having many different menu config files (one for each submenu) I'm
trying switching from the once required syntax
====
MENU LABEL > ^Firmware/BIOS
KERNEL menu.c32
APPEND menufw.cfg
====
to
====
MENU BEGIN
MENU TITLE ^Firmware/BIOS
<stuff that was inside menufw.cfg>
MENU END
====
However, it's not clear to me how the "...
2009 Mar 14
1
Submenu show delay (MenuShowDelay)
Hi,
I'm having an annoying problem with wine regarding the menu delays in wine applications (how long it takes for a submenu to appear when I move the mouse over it in a menu). The delay seems to be stuck at zero, and no matter what I do I cannot seem to be able to increase it to a "normal" value. As I understand the delay should be determined by the MenuShowDelay registry variable in HKEY_CURRENT_USER/Control...
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