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
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
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
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
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:
@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
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
@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
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]
@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/
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
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
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
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
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
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
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
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
: 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
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
/masuland
> >>>
> >>>
> >>> --
> >>> Sebastian (PPMC)
> >>> Interaction Designer
> >>>
> >>> Looking for a Login Example with Apache Flex? Please check out this
> >>> code:
> >>> http://code.google
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
;> 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
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
>
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
...@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
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
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
28 matches
Mail list logo