Post Reply 
DB48X: HP48-like RPL implementation for DM42
10-21-2024, 10:19 AM (This post was last modified: 10-21-2024 10:20 AM by c3d.)
Post: #340
RE: DB48X: HP48-like RPL implementation for DM42
(10-21-2024 10:04 AM)raprism Wrote:  
(10-21-2024 05:54 AM)c3d Wrote:  Release v0.8.2 now implements a Custom menu that shows up when pressing VAR twice.

With crdir I created a directory 'test', that is shown and can be entered in VAR (pressing F1). There is message on 'ToggleCustomMenu', but I don't see any effect.

You are in the 'test' directory, which is presumably empty. So the VAR key does not show anything (this can be controlled with the ShowEmptyMenu / HideEmptyMenu setting). If you do something like the code below, a menu will appear letting you evaluate, recall or store to A:

Code:

3 'A' STO

If you create a variable called `CST` (which expands to `CustomMenu`), then it will be used as the custom menu content. For example try this:

Code:

{ PATH HOME CRDIR RCL 'A' 42.42 } 'CST' STO

Quote:I cannot find any way to enable to show the path as part of some kind of status line. Is such a feature (like on HPs) planned?

Yes. At the moment, the header area is controlled by flags in a way similar to the DM42, but my plan is to have it controlled by a special variable called `Header` working in a way similar to the CustomMenu variable. In the meantime, the PATH command works and returns the path as a list.

DB48X,HP,me
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
DB48X v0.4.8 is out - c3d - 10-22-2023, 11:31 PM
Release v0.5.0: Statistics and flags - c3d - 11-20-2023, 08:57 AM
v0.6.5: Minor bug fixes - c3d - 02-11-2024, 11:23 PM
Release 0.7.1 "Whip" - Bug fixes - c3d - 03-04-2024, 12:46 AM
DB48X v0.7.4 release is out - c3d - 04-14-2024, 03:05 PM
DB48X v0.7.6: Solving menu - c3d - 05-13-2024, 12:04 AM
DB48X v0.7.7: Units in solver - c3d - 06-02-2024, 11:36 PM
v0.7.10 - Interactive stack - c3d - 07-14-2024, 11:31 PM
DB48X v0.7.13 is out - c3d - 08-05-2024, 07:31 AM
DB48X v0.7.15 - c3d - 08-25-2024, 08:45 PM
DB48X v0.7.16 - c3d - 09-02-2024, 01:36 AM
DOSUBS command - grbrum - 09-04-2024, 03:37 PM
v0.7.18 - APPLY, SUBST, WHERE - c3d - 09-15-2024, 11:58 PM
Program Editing Question - spiff72 - 09-16-2024, 03:27 PM
press 2 simultaneous buttons? - grbrum - 09-30-2024, 09:01 PM
CST Custom Menu - grbrum - 10-04-2024, 05:00 AM
RE: DB48X: HP48-like RPL implementation for DM42 - c3d - 10-21-2024 10:19 AM
v0.8.2: Assignments, Custom menu - c3d - 10-21-2024, 05:49 AM
CST - grbrum - 11-05-2024, 08:07 PM
Stuttgart video - c3d - 11-07-2024, 08:22 PM
Long Name Menus - usability - grbrum - 11-08-2024, 07:47 PM
Release v0.8.5: Keyboard fixes - c3d - 11-12-2024, 01:05 AM
CONVERT bug - grbrum - 11-12-2024, 07:44 PM
Christmas wishlist is open - c3d - 12-02-2024, 07:09 PM
DB48X/50X CATALOG 'behaviour' - n1msr - 12-03-2024, 10:24 AM
DB48x v0.8.8 - Power usage reduction - c3d - 12-08-2024, 11:40 PM



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