Post Reply 
newRPL: [UPDATED April 27-2017] Firmware for testing available for download
12-09-2015, 02:15 AM
Post: #170
RE: newRPL: [UPDATED Dec-02-2015] Firmware for testing available for download
(12-08-2015 10:40 PM)Helix Wrote:  { A B } PURGE leaves { } on the stack, instead of nothing with the 50g.

This is temporary. Right now many commands that operate on lists simply use MAP (like PURGE). However, MAP returns a list with the results of the individual commands, therefore no result leaves an empty list on the stack.
I need to implement it slightly better, with a << MAP DROP >>. If I have time I'll do that for the next update, but I may push it for later.


(12-08-2015 10:40 PM)Helix Wrote:  I find that with long variable names, the menus appear a bit cluttered, especially the black menu. The main reason is that the first and last columns of pixels are used to display characters, contrary to the 50g.
A more pleasing look (at least for me), could be produced in several ways:
- returning to the system used by HP for the menus (which shortens the displayed names by two pixels)
This would be easy to do.
(12-08-2015 10:40 PM)Helix Wrote:  - inserting gray separators between the black menus, similar to the blank menus
- using only blank menus

I'll test the gray separators and see how they look.
The different color helps visualize that they are different menus, so I'm not sure about using all white, they need to be different somehow.
I'll work on a more polished look once the menus are fully functional, and we can test many different cases using TMENU.
I even thought of having the text slowly scroll on items that are longer than it fits on screen, but it might be too distracting, we'll see.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: newRPL: [UPDATED Dec-02-2015] Firmware for testing available for download - Claudio L. - 12-09-2015 02:15 AM



User(s) browsing this thread: 3 Guest(s)