Which git repository location would be the best place to save the Spark
DateFieldSpinner in, so that, others could work on it, too? Further, is
there an Apache Flex webspace where me or others could upload the Spark
DateFieldSpinner example [1] (or further examples) to?
[1]
https
ect.
>
> Om
>
> >
> >
> > --
> > 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
> >
> >
> >
t;
> Looking for a Login Example with Apache Flex? Please check out this code:
> http://code.google.com/p/masuland/wiki/LoginExample
>
>
>
> On Fri, Oct 4, 2013 at 9:32 AM, Sebastian Mohr wrote:
>
> > Also have in mind ... the Spark DateFieldSpinner could be used to set
t
October 04, 2013 3:32 AM
To: dev@flex.apache.org
Subject: Re: [UX] Spark DateFieldSpinner
Also have in mind ... the Spark DateFieldSpinner could be used to set time
values (like hours & minutes), too ... not only dates :)
--
Sebastian (PPMC)
Interaction Designer
Looking for a Login Example wi
Accessible to screen readers and the like. It's for people with vision
impairment. It's a really big issue in some places that mandate it.
-Mark
-Original Message-
From: Sebastian Mohr [mailto:flex.masul...@gmail.com]
Also ... this component needs to be "accessible", whatever this me
google.com/p/masuland/wiki/LoginExample
>
>
>
> On Fri, Oct 4, 2013 at 9:12 AM, Sebastian Mohr wrote:
>
>> > And if you add Keyboard-enabled (arrows) that would be perfect.
>> Please have in mind, to use the keyboard with in the Spark
>> DateFieldSpinner
>&g
Also have in mind ... the Spark DateFieldSpinner could be used to set time
values (like hours & minutes), too ... not only dates :)
--
Sebastian (PPMC)
Interaction Designer
Looking for a Login Example with Apache Flex? Please check out this code:
http://code.google.com/p/masuland/
> And if you add Keyboard-enabled (arrows) that would be perfect.
Please have in mind, to use the keyboard with in the Spark DateFieldSpinner
you need to have a focus enabled SpinnerList which is probably not the
case for the moment.
--
Sebastian (PPMC)
Interaction Designer
Looking for a Lo
> I love the look of spinners in general. But if I could use a mousewheel
to
> skim quickly through a spinner and it could have easing effects. I'd be
> all for the desktop version.
Right, Mousewheel support would be great, too :)
--
Sebastian (PPMC)
Interaction Designer
Looking for a Login E
> where you says hovering is important for desktop apps, do you mean for
the DateFieldSpinner only or for the whole app ?
For our Spark DateFieldSpinner only :)
--
Sebastian (PPMC)
Interaction Designer
Looking for a Login Example with Apache Flex? Please check out this code:
h
Excellent idea.
Mouse wheel is much more accurate than mouse swiping.
And if you add Keyboard-enabled (arrows) that would be perfect.
-Message d'origine-
De : Mark Kessler [mailto:kesslerconsult...@gmail.com]
Envoyé : vendredi 4 octobre 2013 01:14
À : Dev@Flex
Objet : Re: [UX]
I love the look of spinners in general. But if I could use a mousewheel to
skim quickly through a spinner and it could have easing effects. I'd be
all for the desktop version.
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
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 check the code
tomorrow. It's time to sleep now.
--
Sebastian (PPMC)
I
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
> @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 want to set it.
>>>
>>>
>>>
>>
>> --
>> Lee Burrows
>> ActionScripter
>>
>>
>
>
r wrote:
>
>> @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 fo
Actually, I didn't expect to convince you :-).
More of a way to kick-start the [UX] discussion group.
Maurice
-Message d'origine-
De : Sebastian Mohr [mailto:flex.masul...@gmail.com]
Envoyé : jeudi 3 octobre 2013 22:16
À : dev@flex.apache.org
Objet : Re: [UX] Spark DateFi
2013 21:26, Sebastian Mohr wrote:
@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 DateFie
@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 a
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]
the DateFieldSpinner.
>>
>> My own tests 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
> 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 sweeping of Spark
> DateFie
quot;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.dropboxuse
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/apachef
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 Ex
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]
h
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
unk/masuland
>
>
> --
> 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 Tue, Oct 1, 2013 at 11:44 PM, Sebastian Mohr >wrote:
>
> >
:
http://code.google.com/p/masuland/wiki/LoginExample
On Tue, Oct 1, 2013 at 11:44 PM, Sebastian Mohr wrote:
> I have updated the Spark DateFieldSpinner example [1] (view
> source enabled). SelectedDate, MinDate, MaxDate and LocaleDate
> can now be set from outside of the DateFieldSpinner .
I have updated the Spark DateFieldSpinner example [1] (view
source enabled). SelectedDate, MinDate, MaxDate and LocaleDate
can now be set from outside of the DateFieldSpinner ... I also added
this DateSpinnerSkin [2] that helped to switch back the "Spark Default
Theme" without crashi
gt; @Alex ... do you know where I can find the source of the
> Flex Mobile Theme library?
>
> themes/Mobile/mobile.swc
>
> @All ... does anyone know how to detach this dependency so
> that the Spark DateFieldSpinner could be used with any theme?
>
> > See if you can find t
o our whiteboard?
@Alex ... do you know where I can find the source of the
Flex Mobile Theme library?
themes/Mobile/mobile.swc
@All ... does anyone know how to detach this dependency so
that the Spark DateFieldSpinner could be used with any theme?
> See if you can find the patterns that other co
...@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
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 Tue, Oct 1, 2013 at 1:19 AM, Sebastian Mohr wrote:
> Does anyone know how to use the Spark DateFieldSpinner without the need to
> s
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
Hi,
I wonder if anyone has already considered to
combine the DateField with the Mobile DateSpinner?
I have created a small example app with view source
enabled [1] ...
[1]
https://dl.dropboxusercontent.com/u/352808/apacheflex/datefieldspinner/DateFieldSpinnerTest.html
To make this work in Flash
43 matches
Mail list logo