no. I think here is a misunderstanding. I just said it can have a negative value, have a negative direction and pass 0. THis can occur both for a progressbar and a slider and eventually also for a spinner. In the case of a slider and a progress bar we talk about startValue and endValue (2 widgets), but for a spinner (1 widget) it also could be min and max.
Kent On Sun, 2006-02-26 at 21:19 +0100, Sebastian Werner wrote: > Kent Olsson schrieb: > > You forgot one thing here Sebastian! > > > > QxSlider also has a startValue and an endValue. Additionally, the scale > > can start at -5 pass 0 and finish at +5. It means that two classses > > QxSlider and QxProgressBar have this, while QxSpinner doesn't. > > In your opionion a min value couldn't be negative? Why not. I think it's > fully OK to have a min=-5 and a max=+5. > > Sebastian > > > > > My opinion in this has been strengthened. > > > > Kent > > > > On Sat, 2006-02-25 at 16:52 +0100, Kent Olsson wrote: > >> I would like to add one more property called 'stepValue' in this class, > >> then it would cover the the need of QxSlider and QxProgressBar, > >> including QxSpinner as from before, I am finishing up right now. > >> > >> Proposed name changes being more universal: > >> > >> min -> startValue > >> max -> endValue > >> > >> the reason is stepping in both directions with a positive or negative > >> step value > >> > >> Attaching proposed changes as a diff. > >> > >> Kent > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > > that extends applications into web and mobile media. Attend the live webcast > > and join the prime developer group breaking into this new coding territory! > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > _______________________________________________ > > Qooxdoo-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
