search for: code_enter

Displaying 4 results from an estimated 4 matches for "code_enter".

2005 Nov 06
2
Does advanced menu actually support ontimeout?
I've finally gotten around to playing with the advanced menu, though the complex example is definitely still beyond me. I'm trying to figure out a few basics from it, such as the tab key for line editing (don't know what I've done wrong here since it seems like I copied that part right) and the timeout. It looks to me like the only ontimeout implemented so far is an option to not
2005 Sep 28
1
complex menu and timeout handler
hy, i'm looking for a way to register the start of a specific menu entry (the parameter is "linux") with the ontimeout handler, unfortunately the complex example only offers beep(). what is the correct way to start this specific entry? something like char *call = "linux"; return call; thx in advance, marco
2006 Nov 22
2
Problem with "additional" submenus
...uot; for the 5th parameters and I get the exact same results. Here is my code, hopefully someone can spot what I am doing wrong: #ifndef NULL #define NULL ((void *) 0) #endif #include "menu.h" #include "com32io.h" #include <string.h> TIMEOUTCODE ontimeout() { return CODE_ENTER; } int main(void) { t_menuitem * curr; // Choose the default title and setup default values for all attributes.... init_menusystem(NULL); set_window_size(1,1,23,78); // Leave one row/col border all around reg_ontimeout(ontimeout, 3000, 0); // Advanced Server 4 Submenu add_named_...
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