sylvandb / gruvin9x

Automatically exported from code.google.com/p/gruvin9x
0 stars 0 forks source link

TRAINER "Cal" should *NOT* actually enter edit mode when [MENU] pressed #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get to the SETUP / TRAINER screen
2. Navigate down to the "Cal" field
3. Press [MENU] to reset values to zero
4. Note that you are now in a hidden edit mode, where [Up] and DOWN] won't 
work. You have to press [MENU] again to exit edit mode.

Bertrand: I have no idea how to fix this, as I simply don't understand the menu 
and events system well enough. I'm sure there's something very simply that can 
be done though, which you are bound to know.

See "general_menus.cpp" line 413, as at r968

Thanks.

Original issue reported on code.google.com by gru...@gmail.com on 22 Sep 2011 at 8:24

GoogleCodeExporter commented 8 years ago

Original comment by bson...@gmail.com on 22 Sep 2011 at 9:23

GoogleCodeExporter commented 8 years ago
This "Cal" button resets to 0 all values at its right (which means than the new 
offset=old offset + current value).

Do you mean that you would like to be able to edit these offsets one by one 
with the cursor? Then it's a feature request for next version, right?

Bertrand.

Original comment by bson...@gmail.com on 22 Sep 2011 at 12:10

GoogleCodeExporter commented 8 years ago
No. I mean that pressing [MENU] works fine to reset vales, but it also enters 
hidden edit mode due to way menu code/macro works. So you have to press [MENU] 
again (or I guess [EXIT], too) to get out of edit mode before [UP/DOWN] can be 
used to move between fields again. It's because it's not SIMPLEMENU but two 
dimensional MENU macro being used.

Original comment by gru...@gmail.com on 22 Sep 2011 at 8:52

GoogleCodeExporter commented 8 years ago

Original comment by gru...@gmail.com on 23 Sep 2011 at 2:03

GoogleCodeExporter commented 8 years ago

Original comment by bson...@gmail.com on 23 Sep 2011 at 7:54