Re: [wxPython-users] time control
by Chuck Esterbrook other posts by this author
Mar 25 2003 3:05AM messages near this date
RE: [wxPython-users] time control
|
Re: [wxPython-users] time control
On Monday 24 March 2003 07:14 am, Will Sadkin wrote:
> > - clicking doesn't work well (it often selects one digit rather
> > than both. The spin control then only updates the one digit)
>
> This was intentional design; it depends on where you click. If
> you click at the front of the field, the entire thing is selected;
> if you click after the 1st digit, it selects just that digit.
> You can also click at the front and then hit shift-left and
> select just the 1st digit. I wanted the user to be able to
> select one digit at a time and then spin through its logical
> values. I take it this is not desired behavior?
Sounds un-intuitive to me. I can't imagine users needing to spin through
individual digits rather than time components.
--
Chuck
http://ChuckEsterbrook.com
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@[...].org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org
Thread:
Will Sadkin
Chuck Esterbrook
Roger Binns
|