Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2864D10B2B for ; Thu, 3 Oct 2013 20:12:50 +0000 (UTC) Received: (qmail 51721 invoked by uid 500); 3 Oct 2013 20:12:49 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 51700 invoked by uid 500); 3 Oct 2013 20:12:49 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 51692 invoked by uid 99); 3 Oct 2013 20:12:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 20:12:48 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of flex.masuland@gmail.com designates 209.85.214.51 as permitted sender) Received: from [209.85.214.51] (HELO mail-bk0-f51.google.com) (209.85.214.51) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 20:12:42 +0000 Received: by mail-bk0-f51.google.com with SMTP id mx10so1173885bkb.10 for ; Thu, 03 Oct 2013 13:12:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=NAog/9gc85gj1XqpGhpms3M3F1DkfkJQWDZ0vbeZim0=; b=QUfenzB17alD42+5MWww2O2KE8be+xKk/KadKu72X759S1qzTbtKGQfqL+RJt4XhXe ZrtjgtI5bV4/zR7iJeeo1FdNa9iBmztLgLRaWoVlJfXwrzX7a83xI5n+VLiaw5CXPmR5 /DdwKO/9oZ8oNyLOjWKW+YcWrWIi+1uyodvJiHOZq58BuYB06rtRZOfnjRS2y/yNgoda B+D6lfzpRCORWMbsqg9vbK7/s0B+mwFFzBfdMrDV0l5zsy319q2RsvBszVzhgJglMcum r+mBPBu9ihd+ee6QSaW/Ljq+EHek38XVnMwG0cHpfsXJIYN+ek1ZmLZHQvBQAylYbvb6 DPDA== MIME-Version: 1.0 X-Received: by 10.205.15.72 with SMTP id pt8mr9348501bkb.17.1380831142330; Thu, 03 Oct 2013 13:12:22 -0700 (PDT) Received: by 10.205.100.200 with HTTP; Thu, 3 Oct 2013 13:12:22 -0700 (PDT) Date: Thu, 3 Oct 2013 22:12:22 +0200 Message-ID: Subject: [UX] Spark DateFieldSpinner From: Sebastian Mohr To: dev@flex.apache.org Content-Type: multipart/alternative; boundary=20cf301cbd5cbc076e04e7dbcd4f X-Virus-Checked: Checked by ClamAV on apache.org --20cf301cbd5cbc076e04e7dbcd4f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable @Maurice ... thanks for your advice ... Some desktop apps would love to use this component because it has a known and great user experience [UX]. So ... if it is great ... why not having one? --=20 Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExample On Thu, Oct 3, 2013 at 9:38 PM, Maurice Amsellem < maurice.amsellem@systar.com> wrote: > Hi Sebastian, > > If I can give an opinion on that: > > I don't think the DateFieldSpinner is adapted to desktop use. > > Make this simple test: > > - think of any date. > - time how much it takes to select it using the regular DateChooser > - time how much it takes with the DateFieldSpinner. > > My own tests show it's between 1.5 and 2x slower... > > WDYT? > > Maurice > > -----Message d'origine----- > De : Sebastian Mohr [mailto:flex.masuland@gmail.com] > Envoy=E9 : jeudi 3 octobre 2013 21:30 > =C0 : dev@flex.apache.org > Objet : Re: Spark DateFieldSpinner > > Hi, does anyone know what to do to enable the sweeping of Spark > DateFieldSpinner [1] outside of the "Mobile Theme"? > > [1] > > https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/Da= teFieldSpinnerTest.html > > > -- > Sebastian (PPMC) > Interaction Designer > > Looking for a Login Example with Apache Flex? Please check out this code: > http://code.google.com/p/masuland/wiki/LoginExample > > > > On Thu, Oct 3, 2013 at 12:15 AM, Sebastian Mohr >wrote: > > > Hi again ... In the latest version of the Spark DateFieldSpinner [1] I > > have improved the locale related switching & I added a customised > > DateRangeValidator [2] extending DateValidator that validates if the > > user sets his data within the correct range. Hope this helps. > > > > [1] > > https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner > > /DateFieldSpinnerTest.html > > [2] > > https://github.com/masuland/flex-whiteboard/blob/trunk/masuland/DateFi > > eldSpinner/src/org/apache/flex/validator/DateRangeValidator.as > > > > > > -- > > Sebastian (PPMC) > > Interaction Designer > > > > Looking for a Login Example with Apache Flex? Please check out this cod= e: > > http://code.google.com/p/masuland/wiki/LoginExample > > > > > > > > On Wed, Oct 2, 2013 at 11:00 AM, Sebastian Mohr >wrote: > > > >> Thanks Justin ... just gave it a try :) > >> > >> > >> -- > >> Sebastian (PPMC) > >> Interaction Designer > >> > >> Looking for a Login Example with Apache Flex? Please check out this > code: > >> http://code.google.com/p/masuland/wiki/LoginExample > >> > >> > >> > >> On Wed, Oct 2, 2013 at 10:39 AM, Justin Mclean < > justin@classsoftware.com>wrote: > >> > >>> Hi, > >>> > >>> > Maybe, I can use the EGit plugin for Eclipse to commit my next > changes. > >>> > But, for now, I use the GitHub.app. > >>> I found source tree[1] to be easier to use than the github app or > >>> the eclipse plugins. I don't have a design background. > >>> > >>> Thanks, > >>> Justin > >>> > >>> 1. http://www.sourcetreeapp.com > >> > >> > >> > >> > > > > > --20cf301cbd5cbc076e04e7dbcd4f--