Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving the state in a new file does not work #1002

Closed
c3d opened this issue Jun 29, 2024 · 3 comments
Closed

Saving the state in a new file does not work #1002

c3d opened this issue Jun 29, 2024 · 3 comments
Labels
bug Something isn't working dm32 Problem is specific to the DM32 done Issues that are done on dev (will be in next release) user Reported by an actual user, yay!

Comments

@c3d
Copy link
Owner

c3d commented Jun 29, 2024

Reported on MoHPC:

Concerning, the state saving function, I observed that I am not able to save the calculator state under a new name (useful if a want to communicate the precise configuration of a given problem). Doing Setup>State>Save state, leads to ; I then correctly enter a new Filename, but the calculator then prompts with - [R/S] to Confirm. And there I am stuck because the [R/S] key is inaccessible since the DM32 key template is gone. I tried any key (including [=]) with no success. One indirect way to circumvent this is to create copies of given states in the computer and upload them afterwards into the calculator. And then save my new states under these pre-existing named ones.

@c3d c3d added bug Something isn't working user Reported by an actual user, yay! dm32 Problem is specific to the DM32 labels Jun 29, 2024
@c3d
Copy link
Owner Author

c3d commented Jun 29, 2024

Interesting that the problem only occurs on DM32.

On DM42, you can terminate the entry with ENTER, not R/S.
On DM32, neither ENTER nor R/S seem to work.

Need to check with the stock DM32 firmware if that actually works.

@c3d
Copy link
Owner Author

c3d commented Jun 30, 2024

I asked @smdavid about the reason for this behaviour.

He answered that there may be two things to look into, the keymap definition given by keymap.bin and the application-level alpha translation. I asked for more clarification, because I don't understand how either of those impacts the file selection routine specifically.

@c3d
Copy link
Owner Author

c3d commented Aug 27, 2024

There is a temporary workaround. When you need to create a new file for state saving purpose, you can use the STO command. For example:

42 "/state/savefile.48s" STO

Then you can overwrite that file from the standard file dialog and that actually works.

@c3d c3d added the done Issues that are done on dev (will be in next release) label Aug 31, 2024
@c3d c3d closed this as completed in 709436d Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dm32 Problem is specific to the DM32 done Issues that are done on dev (will be in next release) user Reported by an actual user, yay!
Projects
None yet
Development

No branches or pull requests

1 participant