Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Proposal for a new "yes-no" Dialog
« previous next »
  • Print
Pages: [1] 2

Author Topic: Proposal for a new "yes-no" Dialog  (Read 6279 times)

(:@)

  • Guest
Proposal for a new "yes-no" Dialog
« on: February 14, 2008, 04:31:09 AM »
I find the yes-no dialog on my h100 a bit confusing. For example if I want to delete a file, the yes-no dialog displays 'PLAY = Yes' and 'Any Other = No'. I always think I have to press the Play-button for 'Yes' but the real button to confirm is the Select-button. Changing the text to 'SELECT (Button) = Yes' wouldn't be much clearer.
My proposal is to implement the yes-no dialog as a menu with two choices: yes and no.

The pros and cons are:
pros:
* clear
* save some bytes (I guess)

cons:
* only one line for the description text
* much work (especially updating the language files)
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Proposal for a new "yes-no" Dialog
« Reply #1 on: February 14, 2008, 04:41:17 AM »
It should say NAVI = Yes, as this is what it is marked as, and we refer to 'select' as.

There was a patch floating around many moons ago for a Yes/No dialogue - you may be able to find it on the tracker, although I suspect it will be so horribly out of date you may as well start again.
« Last Edit: February 14, 2008, 05:06:28 AM by BigBambi »
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Proposal for a new "yes-no" Dialog
« Reply #2 on: February 14, 2008, 04:57:31 AM »
I am against it. The current mode  is faster, safer and can be operated blindly. With a menu you need to visually check the current selection, potentially make adjustments, wait until you are convinced that the new selection is stable (you didn't accidently overshoot and/or UI lag is not causing a delay in screen update) and then confirm the selection.

If the labelling is wrong for your target, it is easy to edit the language file. In fact it already is target specific:

  < source >
    *: "PLAY = Yes"
    h100,h120,h300: "NAVI = Yes"
    ipod*,x5,m5,gigabeatf,e200,c200,h10,h10_5gb: "SELECT = Yes"
    player: "(PLAY/STOP)"
  < /source >

if it doesn't work for you, there is a bug somewhere.
Logged

(:@)

  • Guest
Re: Proposal for a new "yes-no" Dialog
« Reply #3 on: February 14, 2008, 05:52:06 AM »
Concerning the "NAVI = Yes": It's my fault (maybe a bug in my own build). I've tested it with an official build and it shows "NAVI = Yes".

Quote from: BigBambi on February 14, 2008, 04:41:17 AM
There was a patch floating around many moons ago for a Yes/No dialogue - you may be able to find it on the tracker, although I suspect it will be so horribly out of date you may as well start again.
It's not that important that I want to screw up my build with an old patch. But thank you for the hint.

Quote from: roolku on February 14, 2008, 04:57:31 AM
I am against it. The current mode  is faster, safer and can be operated blindly. With a menu you need to visually check the current selection, potentially make adjustments, wait until you are convinced that the new selection is stable (you didn't accidently overshoot and/or UI lag is not causing a delay in screen update) and then confirm the selection.
I don't know if we are talking about the same menu. I don't see the problem operating it blindly, because it will show up as:
Delete xy?
[icon]Yes
[icon]No

Confirm it with select (as it is now) or just move the 'cursor' to the item below and select it. There are only two choices possible, I don't think it will take long to update the selection if 'No' is chosen.

The settings in rockbox can be adjusted through menus and this one is not much different.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Proposal for a new "yes-no" Dialog
« Reply #4 on: February 14, 2008, 06:00:58 PM »
the proposal is certainly not new... that was one of the first thing I patched when I came to the project... it was rejected...

Using the list widget for the yes no screen would actually make it much easier to blind users, when the move up/down it would say "yes" and "no" and the question can be voiced easily. + there should be a binary decrease if this was changed... maybe ill have a play with this tongiht
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline roolku

  • Developer
  • Member
  • *
  • Posts: 350
Re: Proposal for a new "yes-no" Dialog
« Reply #5 on: February 14, 2008, 08:06:36 PM »
Quote from: (:@) on February 14, 2008, 05:52:06 AM
I don't know if we are talking about the same menu. I don't see the problem operating it blindly, because it will show up as:
Delete xy?
[icon]Yes
[icon]No

Confirm it with select (as it is now) or just move the 'cursor' to the item below and select it. There are only two choices possible, I don't think it will take long to update the selection if 'No' is chosen.

That is what I have on my gps unit and it is really irritating. I can't count the number of times that I wanted to delete something and accidentally aborted the process as the device registered two key presses and wrapped around back to the "no" when I wanted to select "yes".

Quote
The settings in rockbox can be adjusted through menus and this one is not much different.

And I very much dislike the trend to replace what used to be a quick press of a button by long-winded menu navigation. (That by the way is the reason I don't use a more recent version of your sncviewer).  
But it all comes down to preference. I can't understand the people who, for example, prefer the mouse to keyboard shortcuts on the PC.
Logged

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Proposal for a new "yes-no" Dialog
« Reply #6 on: February 15, 2008, 01:31:11 AM »
Quote from: roolku on February 14, 2008, 08:06:36 PM
That is what I have on my gps unit and it is really irritating. I can't count the number of times that I wanted to delete something and accidentally aborted the process as the device registered two key presses and wrapped around back to the "no" when I wanted to select "yes".
That could be prevented by not letting the setting wrap at all but...
I also don't like this proposal because it introduces one other (unnecessary) button press when you want to chose "no". This is also a bit confusing in my opinion because the operation would stay the same for "yes" and for chosing "no" I have to first navigate down in the "list" (at which point I could be done with the current way) and then have to confirm once more.
Logged

Offline JdGordon

  • Member
  • *
  • Posts: 1817
  • Constantly breaking stuff
Re: Proposal for a new "yes-no" Dialog
« Reply #7 on: February 15, 2008, 01:34:27 AM »
thats assuming Yes is the default, which imo it should not be
Logged


Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline pixelma

  • Rockbox Expert
  • Member
  • *
  • Posts: 645
Re: Proposal for a new "yes-no" Dialog
« Reply #8 on: February 15, 2008, 02:07:52 AM »
The default doesn't matter here... it is always an additional button press if you want to chose "the other" option whether it is "yes" or "no".
Logged

(:@)

  • Guest
Re: Proposal for a new "yes-no" Dialog
« Reply #9 on: February 15, 2008, 05:20:04 AM »
Quote from: roolku on February 14, 2008, 08:06:36 PM
And I very much dislike the trend to replace what used to be a quick press of a button by long-winded menu navigation. (That by the way is the reason I don't use a more recent version of your sncviewer).  
But it all comes down to preference. I can't understand the people who, for example, prefer the mouse to keyboard shortcuts on the PC.

Keyboard shortcuts are quicker but the problem is to remember them. I just make the experience that I can't remember the shortcuts anymore after some time of not using them.

Quote from: jdgordon on February 14, 2008, 06:00:58 PM
the proposal is certainly not new... that was one of the first thing I patched when I came to the project... it was rejected...

It's a pity. A further discussion leads to nothing, since it was already rejected. At least I am not the only one who think this is a better way for a yes-no dialog.
« Last Edit: February 15, 2008, 06:20:33 AM by BigBambi »
Logged

Offline AlexP

  • Global Moderator
  • Member
  • *
  • Posts: 3688
  • ex-BigBambi
Re: Proposal for a new "yes-no" Dialog
« Reply #10 on: February 15, 2008, 05:45:49 AM »
For what it is worth I tried the patch out first time round, and prefer the current way, as I find it quicker.  

Quote from: (:@) on February 15, 2008, 05:20:04 AM
Keyboard shortcuts are quicker but the problem is to remember them. I just make the experience that I can't remember the shortcuts anymore after some time of not using them.

A 'keyboard shortcut' is hardly difficult to remember if it is written on screen!
Logged
H140, F60, S120, e260, c240, Clip, Fuze v2, Connect, MP170, Meizu M3, Nano 1G, Android

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Proposal for a new "yes-no" Dialog
« Reply #11 on: February 15, 2008, 05:46:17 AM »
Personally, I'd hate to use the list for the Yes/No dialog. It just slows everything down?

I mean, yeah, it unifies the look slightly. But what's the benefit to actually *using* the device? It adds slows the ability of a knowledgeable user to use that screen.
Logged

Offline shotofadds

  • Developer
  • Member
  • *
  • Posts: 368
Re: Proposal for a new "yes-no" Dialog
« Reply #12 on: February 15, 2008, 05:47:35 AM »
Oh crap, there goes my first hit-the-edit-instead of reply button mistake with my touchscreen comment. Apologies to (:@), whose reply I just obliterated :(

Is it possible to retract an edited post?
« Last Edit: February 15, 2008, 05:52:20 AM by shotofadds »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Proposal for a new "yes-no" Dialog
« Reply #13 on: February 15, 2008, 05:52:31 AM »
The only solution I've found is "hit back several times, then manually copy and paste the old post back into itself"
Logged

Offline shotofadds

  • Developer
  • Member
  • *
  • Posts: 368
Re: Proposal for a new "yes-no" Dialog
« Reply #14 on: February 15, 2008, 05:58:56 AM »
I tried that, but my browser cache was not forthcoming. :-[

/me repeats "Do not operate heavy machinery whilst hung over" 100 times

Still, I stand by my comment that a list-style screen would be necessary for the touchscreen targets under development.
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  User Interface and Voice
| | |-+  Proposal for a new "yes-no" Dialog
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.108 seconds with 16 queries.