[hafqa] [hafqa] [Bug 1242] gtk.Scale resolution is restricted to powers of 10 via set_digits
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Thu May 3 16:52:55 EEST 2007
- Previous message: [hafqa] [Bug 1243] gtk.Scale's set_draw_value breaks tick marks
- Next message: [hafqa] [Bug 1239] HPaned and VPaned set_position is broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=1242 sean at cs.gmu.edu changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From sean at cs.gmu.edu 2007-05-03 16:52 ------- If you've verified the bug and have no resolution, why did you close it as resolved? I'm asking that it be reopened. As you have just discovered, the "step size" is another GTK bug: they don't actually *have* a step size. They have a *paging* size that's keyboard-only, as if users primarily used a keyboard. More importantly, N800 users practically NEVER use a keyboard to move a slider. As it stands, there is no way to change the tick resolution of a slider to something other than a power of 10. The workaround I've done in my code is to use powers of 10 internally but to totally change the slider format string to display something else. It's pretty brutally ugly. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 1243] gtk.Scale's set_draw_value breaks tick marks
- Next message: [hafqa] [Bug 1239] HPaned and VPaned set_position is broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]