Zenity 'step' value ignored when using mouse
This is also posted at: http://
I am attempting (in both Ubuntu 10.04 & 11.04) to use a zenity scale dialog to allow the user to select and return a multiple of 5 quantity from 5 to 40, with a default value of 10 and a step value of 5 as follows:
<code>zenity --scale --title="Quantity" --text="How many copies?" --min-value=5 --max-value=40 --value=10 --step=5<code/>
Everything works as expected except it seems to ignore the 'step' value when I use the mouse to adjust the slider. I am able to select any quantity from 5 to 40 and it selects and returns the value without any constraint. If I use the keyboard arrow keys, it functions as expected, constraining it to a multiple of 5.
I appreciate any help/input you can provide.
~theBruno
Question information
- Language:
- English Edit question
- Status:
- Open
- For:
- Ubuntu zenity Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Chris Bruno for more information if necessary.