similar to: reporting tool

Displaying 20 results from an estimated 90000 matches similar to: "reporting tool"

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
2008 Mar 01
0
SYSLINUX 3.62 released
Hello all, I have just released SYSLINUX 3.62. This is almost identical to 3.62-pre16, with a small number of changes to the Makefiles and documentation. The focus of this release has largely been removing build-in limitations as much as possible. Quite a bit of work has gone into it. I'd like to specially thank my employer, rPath Inc.; I've spent a lot of time on this I wouldn't
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
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
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/default is as follows: LABEL DISKDIAG MENU LABEL [^B] Disk Diagnostics
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's over 30K, so posting it here didn't seem
2007 Dec 22
0
[ wxruby-Bugs-16519 ] crash with Submenus - need GC protection
Bugs item #16519, was opened at 2007-12-22 18: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
2013 May 29
0
Suggestion: MENU DISABLE and MENU HIDE for submenus
Hello Syslinux Team, As known, the "MENU DISABLE" and "MENU HIDE" directives are valid only after a LABEL directive. In addition to their main purpose, they are sometimes 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,
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. The sub
2008 Feb 15
1
vesamenu.c32 + include + CLI woes
Hi all, In June 2007 Jerry Nelson started a thread on this mailing list about a problem he was seeing. The thread was http://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)
2018 Jul 30
2
[Bug 107431] New: Crash system
https://bugs.freedesktop.org/show_bug.cgi?id=107431 Bug ID: 107431 Summary: Crash system Product: Mesa Version: 18.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
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
2007 Oct 19
1
tcltk: help with tkmenubutton
I am struck here. What magic inchantation is required with tkmenubutton? I am converting the examples of Perl/Tk from page... http://gd.tuwien.ac.at/languages/perl/Hajji-Perlkurs/part4/tkperl.html ... to R's tcltk. But I don't know how to convert one line in this example: library(tcltk) # create a main window mw <- tktoplevel() # a menu consists of a horizontal menubar, # with
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
2006 Aug 12
1
[pxelinux] load a special (non menu.c32) cfg file from menu.c32
Hi! I have a PXE Server witch uses a the simple menu system. Is all working great also with submenus. What i want is a entry in the pxelinux.cfg/default file that can load a non-menu cfg file for the pxelinux.0. The background is, that i have here a DamnSmallLinux that is booting from PXE. it has a own cfg file but without the simple menu system (with F1-F2-F3 and a logo.16). If i move
2004 Aug 13
1
Bug or feature in winMenuDel?
I just noticed the following in Rgui: > winMenuAdd('test') # adds a menu > winMenuAddItem('test', 'item', 'x') # adds an item to it > winMenuDel('test') # deletes the menu... > winMenuItems('test') # but leaves the item behind. item "x" Would anyone object if I changed winMenuDel so that it deleted the
2003 May 23
1
menu system
Is there any kind of menu system that will work with syslinux. I have alot of different installs and utilities that boot from pxe, The users need an initial menu with submenus to organize and select these things.
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 _______________________________________________
2007 May 23
1
VB6 app under WINE 0.9.37
Hi, Having installed the following winetricks : vcrun6 dcom98 mdac28 jet40 cc580 native_mdac (not sure if this is needed if mdac28+jet40 already installed) I managed to start a VB6 application and try to work with it quite similar to native Windows. However, sometimes there happen problems which cause to restart the whole application. This app often hides its main menu on opening
2004 Feb 03
2
SYSLINUX 2.09-pre5 - Menu Depth "Feature"
HPA, I believe I've found a possible bug with /menu. This against the unmodified -pre5 snapshot. SRC: http://www.survivaldisk.com/menutest.c COMPILED: http://www.survivaldisk.com/menutest.com It's easiest explained if you just compile the .c and experience it for yourself, anyways. If you have two submenus nested within each other and then call a third menu it will bring up the