luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

Import to address not working. #18

Closed busti closed 7 years ago

busti commented 7 years ago

Specifying a starting address when importing a binary file does not work.
The data ends up at address 0 regardless.

prohde commented 7 years ago

That's a Java thing. If you use the arrow buttons on the right side or if you press enter after entering a number it works. The component updates its value after end of input. Unfortunately end of input is not fired after pressing a numeric key on the keyboard. Changing the value with the arrow buttons on the right side fires the event es well as pressing enter. I am sorry for any inconveniences but I did not find a way to fix this behavior.

busti commented 7 years ago

Thank you, that works for us.
Maybe a button to manually fire the event would be more intuitive?

prohde commented 7 years ago

Closed by PR #24