Re: Spark DateFieldSpinner

2013-10-04 Thread Sebastian Mohr
dSpinner only or > for the whole app ? > > Maurice > > -Message d'origine- > De : Sebastian Mohr [mailto:flex.masul...@gmail.com] > Envoyé : jeudi 3 octobre 2013 23:38 > À : dev@flex.apache.org > Objet : Re: Spark DateFieldSpinner > > Thanks Maurice, yo

RE: Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
3 octobre 2013 23:38 À : dev@flex.apache.org Objet : Re: Spark DateFieldSpinner Thanks Maurice, you seem to be right. Looks like I have to get rid off the touch stuff for the Spark DateFieldSpinner, because, hovering is important for desktop apps, but, I don't know yet where to start. Will

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
ed > mousepad, so setting interactionMode="touch" would even allow you to do > some multi-touch gestures on desktop. > > Maurice > > -Message d'origine- > De : Sebastian Mohr [mailto:flex.masul...@gmail.com] > Envoyé : jeudi 3 octobre 2013 22:56 > À : dev@fl

RE: Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
e="touch" would even allow you to do some multi-touch gestures on desktop. Maurice -Message d'origine- De : Sebastian Mohr [mailto:flex.masul...@gmail.com] Envoyé : jeudi 3 octobre 2013 22:56 À : dev@flex.apache.org Objet : Re: Spark DateFieldSpinner So ... what does i

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
So ... what does it mean to set interactionMode="touch" in desktop apps? does it break anything? Or, will everything work the same as if I have set interactionMode="mouse"? Thanks! -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code:

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Lee ... sure :) I could also have done it like this interactionMode="{**InteractionM ode.TOUCH}" > (dont fall into the trap of thinking Flash Builder always has your best interests at heart) Also true! Before "Ground Zero Day" of Adobe Flex I probably wouldn't have agreed ;) -- Sebastian (PPMC

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
ah ok, i thought you were setting value via ActionScript rather than mxml. Although you can still use the constant value if you wish: interactionMode="{InteractionMode.TOUCH}" (dont fall into the trap of thinking Flash Builder always has your best interests at heart) On 03/10/2013 21:26, Seb

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Lee ... in FlashBuilder 4.6 autocomplete gives me two options "mouse" and "touch". So, there is no need to set the constant like this ... InteractionMode.TOUCH. It would be great if the interaction mode wouldn't matter for the Spark DateFieldSpinner, because, in desktop apps probably no one would

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
glad i could help :) technically, i guess you should actually use this: interactionMode = InteractionMode.TOUCH On 03/10/2013 21:03, Sebastian Mohr wrote: @Lee ... you made my day :) Added interactionMode="touch" and I can use the "Spark Default Theme" [1]. I also updated the source code [2]

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
@Lee ... you made my day :) Added interactionMode="touch" and I can use the "Spark Default Theme" [1]. I also updated the source code [2] [1] https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/DateFieldSpinnerTest.html [2] https://github.com/masuland/flex-whiteboard/tree/trunk/

[UX] RE: Spark DateFieldSpinner

2013-10-03 Thread Maurice Amsellem
show it's between 1.5 and 2x slower... WDYT? Maurice -Message d'origine- De : Sebastian Mohr [mailto:flex.masul...@gmail.com] Envoyé : jeudi 3 octobre 2013 21:30 À : dev@flex.apache.org Objet : Re: Spark DateFieldSpinner Hi, does anyone know what to do to enable the sw

Re: Spark DateFieldSpinner

2013-10-03 Thread Lee Burrows
possibly? interactionMode = "touch" On 03/10/2013 20:29, Sebastian Mohr wrote: 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/DateFieldSpinnerTest.htm

Re: Spark DateFieldSpinner

2013-10-03 Thread Sebastian Mohr
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/DateFieldSpinnerTest.html -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apa

Re: Spark DateFieldSpinner

2013-10-02 Thread Sebastian Mohr
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.dropboxusercont

Re: Spark DateFieldSpinner

2013-10-02 Thread Sebastian Mohr
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 wrote: > Hi, > > > Maybe, I can use t

Re: Spark DateFieldSpinner

2013-10-02 Thread Justin Mclean
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

Re: Spark DateFieldSpinner

2013-10-02 Thread Sebastian Mohr
al+-+Github+based+Whiteboard > > Thanks, > Om > > > > > > -Alex > > ________ > > From: Sebastian Mohr [flex.masul...@gmail.com] > > Sent: Tuesday, October 01, 2013 3:11 PM > > To: dev@flex.apache.org > > S

Re: Spark DateFieldSpinner

2013-10-01 Thread OmPrakash Muppirala
hr [flex.masul...@gmail.com] > Sent: Tuesday, October 01, 2013 3:11 PM > To: dev@flex.apache.org > Subject: Re: Spark DateFieldSpinner > > Forgot to mention ... I also committed the new code to > my fork (whatever this means) of our whiteboard [1]. > > [1] https://git

RE: Spark DateFieldSpinner

2013-10-01 Thread Alex Harui
: dev@flex.apache.org Subject: Re: Spark DateFieldSpinner Thanks Alex, I have added the code to my whiteboard fork [1], but, I don't know how to push this to our apache flex whiteboard. So far, I only used SVN, and, I am pretty afraid of these git command line commands ;) Therefore, I am usin

RE: Spark DateFieldSpinner

2013-10-01 Thread Alex Harui
ay, October 01, 2013 3:11 PM To: dev@flex.apache.org Subject: Re: Spark DateFieldSpinner Forgot to mention ... I also committed the new code to my fork (whatever this means) of our whiteboard [1]. [1] https://github.com/masuland/flex-whiteboard/tree/trunk/masuland -- Sebastian (PPMC) Interactio

Re: Spark DateFieldSpinner

2013-10-01 Thread OmPrakash Muppirala
/masuland > >>> > >>> > >>> -- > >>> Sebastian (PPMC) > >>> Interaction Designer > >>> > >>> Looking for a Login Example with Apache Flex? Please check out this > >>> code: > >>> http://code.google

Re: Spark DateFieldSpinner

2013-10-01 Thread Sebastian Mohr
http://code.google.com/p/masuland/wiki/LoginExample >>> >>> >>> >>> On Tue, Oct 1, 2013 at 7:47 PM, Alex Harui wrote: >>> >>>> Hi Sebastian, >>>> >>>> See if you can find the patterns that other components in the >>&g

Re: Spark DateFieldSpinner

2013-10-01 Thread Sebastian Mohr
;> Hi Sebastian, >>> >>> See if you can find the patterns that other components in the >>> experimental SWC used and come up with something. >>> >>> I think many will be interested in what you create. >>> >>> Thanks for offering to contr

Re: Spark DateFieldSpinner

2013-10-01 Thread Sebastian Mohr
gt;> >> See if you can find the patterns that other components in the >> experimental SWC used and come up with something. >> >> I think many will be interested in what you create. >> >> Thanks for offering to contribute. >> >> -Alex >

Re: Spark DateFieldSpinner

2013-10-01 Thread Sebastian Mohr
ith something. > > I think many will be interested in what you create. > > Thanks for offering to contribute. > > -Alex > > From: Sebastian Mohr [flex.masul...@gmail.com] > Sent: Tuesday, October 01, 2013 2:17 AM > To: dev@fle

RE: Spark DateFieldSpinner

2013-10-01 Thread Alex Harui
...@gmail.com] Sent: Tuesday, October 01, 2013 2:17 AM To: dev@flex.apache.org Subject: Re: Spark DateFieldSpinner I've checked Flex 4.10 again, but, I couldn't find a Spark DateField, so far Wouldn't it be interesting to work on a DateFieldSpinner component for us? If so, which

Re: Spark DateFieldSpinner

2013-10-01 Thread Sebastian Mohr
I've checked Flex 4.10 again, but, I couldn't find a Spark DateField, so far Wouldn't it be interesting to work on a DateFieldSpinner component for us? If so, which rules does this component have to follow so that this component could be added to the SDK? Thanks. -- Sebastian (PPMC) Interaction

Re: Spark DateFieldSpinner

2013-09-30 Thread Sebastian Mohr
Does anyone know how to use the Spark DateFieldSpinner without the need to select the Flex Mobile Theme in FlashBuilder? Thanks :) -- Sebastian (PPMC) Interaction Designer Looking for a Login Example with Apache Flex? Please check out this code: http://code.google.com/p/masuland/wiki/LoginExampl