- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by asettico - 2009-08-18
Last edited by mcuelenaere - 2009-08-18
Opened by asettico - 2009-08-18
Last edited by mcuelenaere - 2009-08-18
FS#10542 - No value listed in Scroll bar position screen
In the screen “Scroll bar position” are showed no value.
I think that the related management function has not been implemented, as the last argument in apps/settings_list.c row 611 is NULL.
Referred to r22406.
Closed by mcuelenaere
2009-08-18 18:37
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2009-08-18 18:37
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
In r22410.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
I don’t think that’s related, that argument is used as a callback when the setting gets changed (it is NULL because no callback should be used, the list code will pick this up itself when drawing).
This is probably language related though, I’ve seen this once too; but can’t reproduce it.. (LANG_YES & LANG_NO didn’t show up, perhaps this has to do with undeprecating them?)
The strange this is that the items are not showed, but they are there!
If you scroll the selection bar as if it’s visible, the setting is changed.
About the NULL argument: I don’t know the RB API, I simply compared that definition with the BOOL_SETTING item at line 576, but now I understand the difference. Sorry.