2 Pages V   1 2 >  
Reply to this topic
 feature request: description for menu entry
post Jan 3 2009, 10:10 PM
Post #1
mr_
Frequent Member   ***
Group: Members

  Joined: 19-June 08
Posts: 357
Thank(s): 9


Germany


Ultimate Boot CD is using isolinux for their menu. isolinux seams to have a nice optical feature, depending on what you choose you can show a small description of the menu entry.

see screenshot here
http://img247.imageshack.us/img247/4967/ub...linuxultvi2.png
(the message at the bottom will change depending on which menu entry).
I think if UBCD will switch from isolinux to grub4dos them will need this handy feature?

Also nice looking is the multi level menu, example at http://linux.softpedia.com/screenshots/Syslinux_3.jpg


+Quote Post
post Jan 3 2009, 11:33 PM
Post #2
Icecube
Silver Member   ****
Group: Advanced user

  Joined: 7-September 08
Posts: 641
Thank(s): 172


Belgium


The default Ultimate Boot CD iso will still be isolinux based. The grub4dos menu will be an option for users who have problems with floppy images loaded by memdisk, but for which grub4dos floppy emulation works.


--------------------
+Quote Post
post Jan 3 2009, 11:54 PM
Post #3
mr_
Frequent Member   ***
Group: Members

  Joined: 19-June 08
Posts: 357
Thank(s): 9


Germany


It's like sparkling wine or seltzer, you can not have both. wink.gif Therefore I make this request here.
+Quote Post
post Jan 28 2009, 09:54 PM
Post #4
Icecube
Silver Member   ****
Group: Advanced user

  Joined: 7-September 08
Posts: 641
Thank(s): 172


Belgium


I would like to see this feature too.

I think it won't be that hard to implement because grub4dos (and grub) already can display the following text at the place where I want to see the HELP TEXT.
CODE
Use the UP and DOWN keys to highlight an entry. Press ENTER or 'b' to boot.
Press 'e' to edit the commands before booting, or 'c' for a command-line.


The highlighted entry will be booted automatically in 10 seconds.



--------------------
+Quote Post
post Feb 5 2009, 07:47 PM
Post #5
caze
Newbie   *
Group: Members

  Joined: 18-January 09
Posts: 29
Thank(s): 1


has anyone already experimented with help feature of gfxmenu in this regard?
+Quote Post
post Feb 9 2009, 06:03 AM
Post #6
Icecube
Silver Member   ****
Group: Advanced user

  Joined: 7-September 08
Posts: 641
Thank(s): 172


Belgium


Thanks to the grub4dos developer to implement the help text display function similar to the combination of isolinux with menu.c32 or vesamenu.c32.

I have tested it with UBCD50 for with I am making a native grub4dos menu. It works fine.

Quote from the documentation:
QUOTE
The help message at the bottom of the screen will vary as you choose the menu.

You may append your help text to the title line. The help text must begin
with "\n", for example:

CODE
    title This is the title\nThis is the help text.\nAnd this is the 2nd line of the help text.


Some C-style quote sequences are interpreted as follows:

\NNN character with octal value NNN (1 to 3 digits)

\\ backslash

\a alert (BEL)

\b backspace

\f form feed

\n new line

\r carriage return

\t horizontal tab

\v vertical tab

\xHH byte with hexadecimal value HH (1 to 2 digits)


--------------------
1 user(s) said "Thank you!" to Icecube for this fantastic post:
caze
+Quote Post
post Feb 14 2009, 11:12 PM
Post #7
Icecube
Silver Member   ****
Group: Advanced user

  Joined: 7-September 08
Posts: 641
Thank(s): 172


Belgium


@ tinybit
I tried grub4dos (14 February 2009):
CODE
color cyan/black black/light-gray green/black

It shows the colors for the help text fine, but when there is no help text, the following text is still shown in light-grey:
QUOTE
Use the UP and DOWN keys to highlight an entry. Press ENTER or 'b' to boot.
Press 'e' to edit the commands before booting, or 'c' for a command-line.


When you try, the following, it looks weird (help text part) (yes, very ugly colors, I know. It is just an example innocent.gif )
CODE
color green/light-gray blue/black red/yellow

Attached Image

Attached Image

Is it also possible to shift the help text and the "Use the UP and DOWN keys ..." one space to the right (so one space from the left border).

In the first picture you can see how I want it (added a space at the beginning of each line of the help text myself).

The "The highlighted entry will be booted automatically in X seconds." may mess the colors up too, when you have fixed the background color of the help text to cover the whole part below the menu. So don't forget it (unless it is a feature of course).


--------------------
1 user(s) said "Thank you!" to Icecube for this fantastic post:
tinybit
+Quote Post
post Feb 16 2009, 12:08 PM
Post #8
Icecube
Silver Member   ****
Group: Advanced user

  Joined: 7-September 08
Posts: 641
Thank(s): 172


Belgium


Grub4dos (15 February 2009) solves the color drawing problem from above.
It is also possible to use all listed colors as fore- and background now.
In older versions you couldn't set white as background color (Error 23: while parsing number).

New synthax:
CODE
color NORMAL [HIGHLIGHT [HELPTEXT [HEADINGS]]]

Example:
CODE
color green/black light-cyan/light-red light-magenta/white blue/dark-gray


Attached Image


--------------------
+Quote Post
post Feb 16 2009, 03:06 PM
Post #9
tinybit
Frequent Member   ***
Group: Developer

  Joined: 14-August 07
Posts: 485
Thank(s): 70


China


QUOTE (Icecube @ Feb 16 2009, 01:08 PM) *
Grub4dos (15 February 2009) solves the color drawing problem from above.
It is also possible to use all listed colors as fore- and background now.
In older versions you couldn't set white as background color (Error 23: while parsing number).

New synthax:
CODE
color NORMAL [HIGHLIGHT [HELPTEXT [HEADINGS]]]

Example:
CODE
color green/black light-cyan/light-red light-magenta/white blue/dark-gray


Attached Image


Thanks for the quick feedback.
+Quote Post
post Feb 16 2009, 11:14 PM
Post #10
kDn
Member   **
Group: Members

  Joined: 11-August 08
Posts: 57
Thank(s): 15


Ukraine


1. Grub4dos (15 February 2009) have a bug. When splashimage is present screen shifts 1 line top on pressing navigate keys. Try to press and hold "Up" key.

2. Feature request:
Can you add option like configfile /menu.lst which executed when leaving gfxmenu? It's useful when we have UTF-8 encoded gfx-style menu (national language support) and other menu in ASCII splash/text-style (for normal look like in text mode, where national symbols not printable >0x80 (no codepage)). Or (as another solution) - something like titlegfx for gfx-style, when we have:

title Text Mode title
titlegfx UTF-8 encoded title (здесь что-то на русском)
map /boot/OfflineNTPassword.iso (hd32)
map --hook
chainloader (hd32)
+Quote Post

2 Pages V   1 2 >
Reply to this topic
1 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Forum Header - LiveXP
2 Galapo 429 30th August 2010 - 05:14 PM
Last post by: Nuno Brito
No New Posts Forum Cleanup
2 Nuno Brito 656 22nd August 2010 - 10:24 AM
Last post by: Wonko the Sane
No New Posts Forum headers
4 Nuno Brito 407 21st August 2010 - 11:33 AM
Last post by: Nuno Brito
No New Posts Forum Post problem
Image attachment & Thread Merge problem
7 Holmes.Sherlock 432 18th August 2010 - 05:55 AM
Last post by: Holmes.Sherlock
No New Posts Forgot the administrator password? The Sticky Keys trick
0 Michael Pietroforte 261 12th August 2010 - 08:03 PM
Last post by: Michael Pietroforte