Return-Path: X-Original-To: apmail-pivot-user-archive@www.apache.org Delivered-To: apmail-pivot-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06D369199 for ; Thu, 22 Mar 2012 10:14:46 +0000 (UTC) Received: (qmail 39669 invoked by uid 500); 22 Mar 2012 10:14:45 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 39571 invoked by uid 500); 22 Mar 2012 10:14:45 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 39557 invoked by uid 99); 22 Mar 2012 10:14:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 10:14:44 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sandro.martini@gmail.com designates 209.85.212.178 as permitted sender) Received: from [209.85.212.178] (HELO mail-wi0-f178.google.com) (209.85.212.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 10:14:39 +0000 Received: by wibhq7 with SMTP id hq7so399171wib.7 for ; Thu, 22 Mar 2012 03:14:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=nXuq7+YL5qlP887iSDISZYAoqj+FugXUVwE9vJy2CjU=; b=YDQ2m/DKgPbe2htxaKEskPvyaNb7NJJ1Qtb0tNDnRq5R3556KO5V8nC4lp9ejN/fVK z+HWMOtXZORHzF4DrukHt9yoeG0TA40i24PfvhI1nUcfo7ZW/tSgmcQqC0o9RIJkL9aN necfZHmQyw2Jc/HO47RQir1ARFcMeJH4w3QDI+8UW9GBsUdLkFbJSQyPNUPZ2jn4cwqw JHKjc8f++63rSaGTMFj0w24/J+doOb162Qu9+0eNwgjWw7eg1834UzB3WgsxPpp9b//5 6sQqfm+29ifTeeTdswfpTgDVqwX4D6FM81Dwg2g9h0U8e2lwC3zMGQmKBPKZAymRk37t D04g== MIME-Version: 1.0 Received: by 10.180.104.65 with SMTP id gc1mr3730955wib.13.1332411258334; Thu, 22 Mar 2012 03:14:18 -0700 (PDT) Received: by 10.216.231.201 with HTTP; Thu, 22 Mar 2012 03:14:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 Mar 2012 11:14:18 +0100 Message-ID: Subject: Re: Suggestion for logarithmic scale for sliders From: Sandro Martini To: user@pivot.apache.org Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I like all proposal here, and latest from Jason seems more general ... as always please someone can add an issue (as improvement) in jira for this ? And now the real question ... for what release: 2.0.2 or 2.1 (I don't think before the end of 2012) ? Changes for this should be small so for me 2.0.2 is good (and we are always in time to move to 2.1 if something strange will happen during development of this feature). Of course a related (minimal) small test application is welcome :-) ... Bye, Sandro 2012/3/21 Jason Dorsey : > I would like to change my recommendation for LogSlider. Instead of > specifying the actual values we should specify the power. > > (updated) Logarithmic BXML: end: 4, base:16}" power=3D"3"/> > > That way you do not have to check to see if the values provided are valid > for the given base, and the =93value=94 will be gained by returning the b= ase to > the power. And of course you still have access to the power setting. > > > > Jason Dorsey | Engineering Intern > > 1233 West Loop South > > Houston, TX 77027 USA > > Jason.Dorsey@netiq.com > > www.attachmate.com=A0=A0|=A0=A0www.netiq.com > > > > From: Chris Bartlett [mailto:cbartlett.x@gmail.com] > Sent: Wednesday, March 21, 2012 1:19 PM > To: user@pivot.apache.org > Subject: RE: Suggestion for logarithmic scale for sliders > > > > I like both the original idea and Jason's add-on. > > +1 > > Chris > > On Mar 21, 2012 4:32 PM, "Jason Dorsey" wrote: > > I could see this very useful for graphical/scientific/mathematical/compSc= i > applications. We should be able to specify the base as well. > > > > Normal BXML: > > Logarithmic BXML: 65536, base:16}" value=3D"4096"/> > > > > Code: > > private Slider slider =3D null; > > private LogSlider logslider =3D null; > > slider =3D (Slider)namespace.get("slider"); > > slider =3D (logSlider)namespace.get("logslider "); > > > > Jason Dorsey | Engineering Intern > > 1233 West Loop South > > Houston, TX 77027 USA > > Jason.Dorsey@netiq.com > > www.attachmate.com=A0=A0|=A0=A0www.netiq.com > > > > From: Roger L. Whitcomb [mailto:Roger.Whitcomb@actian.com] > Sent: Wednesday, March 21, 2012 11:17 AM > To: user@pivot.apache.org > Subject: Suggestion for logarithmic scale for sliders > > > > Just wanted to see if anyone would find it useful to be able to specify a > logarithmic scale for a slider so you could get values from 1 to 10,000,0= 00 > (for instance) without having a huge jump in value for each pixel of mous= e > movement.=A0 So, the values could go:=A0 1, 10, 100, 1000, 10000 instead = of 1, > 2, 3, 4, 5, 6, =85 > > > > Thoughts?=A0 Thanks. > > > > Roger Whitcomb