Re: Mobile TextInput swipe

2013-11-25 Thread Lee Burrows
To unsubscribe, send an email to dev-unsubscr...@flex.apache.org On 25/11/2013 09:56, vijay kumar wrote: Please remove me from this mailing list On Sun, Nov 24, 2013 at 6:52 AM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: Hi Team, I am cu

Re: Mobile TextInput swipe

2013-11-25 Thread vijay kumar
Please remove me from this mailing list On Sun, Nov 24, 2013 at 6:52 AM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Hi Team, > > I am currently working on the swipe issue with ScrollableStageText on > mobile and would like your advice / help > > The issue is the following: you can

Re: Mobile TextInput swipe

2013-11-24 Thread Alex Harui
back"/"menus" keys). > >WDYT? > >Maurice > > >-Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] >Envoyé : dimanche 24 novembre 2013 16:44 >À : dev@flex.apache.org >Objet : Re: Mobile TextInput swipe > >All this reminded m

Re: Mobile TextInput swipe

2013-11-24 Thread DarkStone
; I agree most of your say, your thought is as good as mine : ) > Glad that you do ;-) > > Regards, > > Maurice > > -Message d'origine----- > De : 周 戈 [mailto:darkst...@163.com] > Envoyé : dimanche 24 novembre 2013 21:54 > À : Apache > Objet : Re: Mobile

RE: Mobile TextInput swipe

2013-11-24 Thread Maurice Amsellem
t;I agree most of your say, your thought is as good as mine : ) Glad that you do ;-) Regards, Maurice -Message d'origine- De : 周 戈 [mailto:darkst...@163.com] Envoyé : dimanche 24 novembre 2013 21:54 À : Apache Objet : Re: Mobile TextInput swipe Hi Maurice, I agree most of your say, y

Re: Mobile TextInput swipe

2013-11-24 Thread 周 戈
n the > skin classes. > > _ > > > Maurice > > -Message d'origine- > De : 周 戈 [mailto:darkst...@163.com] > Envoyé : dimanche 24 novembre 2013 18:43 > À : Apache > Objet : Re: Mobile TextInput swipe > > Hi all, > >&g

RE: Mobile TextInput swipe

2013-11-24 Thread Maurice Amsellem
s" keys). WDYT? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : dimanche 24 novembre 2013 16:44 À : dev@flex.apache.org Objet : Re: Mobile TextInput swipe All this reminded me that I don't think there were any serious upgrades to

RE: Mobile TextInput swipe

2013-11-24 Thread Maurice Amsellem
obile components.swc. So you can't (and you shouldn't) implement the new behavior solely in the skin classes. _ Maurice -Message d'origine- De : 周 戈 [mailto:darkst...@163.com] Envoyé : dimanche 24 novembre 2013 18:43 À : Apache Objet : Re: Mobile TextInput

Re: Mobile TextInput swipe

2013-11-24 Thread 周 戈
>>> >>> As DarkStone says, touchInteractionStart is triggered after mousedown, so >>> if the focus in bound to mouseDown, it's too late. >>> >>>> Does there really need to be more than one StageText instance in play? >>>> When TI1 los

Re: Mobile TextInput swipe

2013-11-24 Thread 周 戈
d to mouseDown, it's too late. >> >>> Does there really need to be more than one StageText instance in play? >>> When TI1 loses focus can TI2 use that same StageText instance? >> >> Actually, it does: ScrollingStageText uses an internal pool, that will

Re: Mobile TextInput swipe

2013-11-24 Thread Alex Harui
be more than one StageText instance in play? >>When TI1 loses focus can TI2 use that same StageText instance? > >Actually, it does: ScrollingStageText uses an internal pool, that will >reuse the same instance if it has the same properties (multiline, font >size, etc). > >--

RE: Mobile TextInput swipe

2013-11-24 Thread Maurice Amsellem
alking about, which is not committed yet. Will you be able to share your code as well? Maurice -Message d'origine- De : DarkStone [mailto:darkst...@163.com] Envoyé : dimanche 24 novembre 2013 09:35 À : dev@flex.apache.org Objet : Re: Mobile TextInput swipe Hi all, 1. touchInterac

RE: Mobile TextInput swipe

2013-11-24 Thread Maurice Amsellem
ltiline, font size, etc). -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : dimanche 24 novembre 2013 06:38 À : dev@flex.apache.org Objet : Re: Mobile TextInput swipe BTW, I haven't tried any versions of your code, but I'm still surprised that text selecti

Re: Mobile TextInput swipe

2013-11-24 Thread DarkStone
Hi all, 1. touchInteractionStart dispatched before mouseDown, so it's better to listen for mouseUp to show StageText instance, otherwise it will definitely interrupt scrolling of the flash display list. 2. Use only one StageText instance sounds like a brilliant idea, but if you put 10 Scrollab

Re: Mobile TextInput swipe

2013-11-23 Thread Alex Harui
BTW, I haven't tried any versions of your code, but I'm still surprised that text selection works. I would think that trying to swipe-select a word or placing the insertion cursor at an exact spot would also be problematic with the bitmap proxy in the way. Let's step back a bit. Why is it too la