iPXE's built in menu system ("tooltip/statusbar" text on the bottom for selections) - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: iPXE's built in menu system ("tooltip/statusbar" text on the bottom for selections) (/showthread.php?tid=6789) |
iPXE's built in menu system ("tooltip/statusbar" text on the bottom for selections) - Torgeir - 2013-01-04 14:55 Hi! Just another question I was wondering if it would be possible to add an feature like "tooltip" text, or perhaps more describing an "statusbar" text. Which changes when you change an menu item. It looks so nasty, when I have it like this (and more than 1-2 items) Makes it hard to read the "tooltip" info: Code: item testing Testing (this is just for testing) If it instead would pop up on the bottom of the screen it would look cleaner, more appealing. If you know what I mean. Just a suggestion. Torgeir RE: iPXE's built in menu system ("tooltip/statusbar" text on the bottom for selections) - mcb30 - 2013-01-04 15:57 (2013-01-04 14:55)Torgeir Wrote: I was wondering if it would be possible to add an feature like "tooltip" text, or perhaps more describing an "statusbar" text. Which changes when you change an menu item. That would be good; the problem is that iPXE has no concept of shell quoting, and hence no way to specify multiple free-text string arguments to the "item" command. Michael |