You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by flying <ca...@foxmail.com> on 2013/06/07 09:45:38 UTC

HI everyone,Can you help me

when i do a ios programme use flex sdk.I have a question.

I have a form panel to allow user add something.the panel is bigger than the screen.so I add the scrollbar.
but, when i scroll the panel, The font in the textinput don't scroll with the panel.the detail in the image attachment.
can someone help me? thank you.

RE: HI everyone,Can you help me

Posted by Prabu Moorthy <Pr...@Symphonyteleca.com>.
Set skinClass="spark.skins.mobile.TextInputSkin"



PRABU MOORTHY

Symphony Teleca
Phone: 91-80-30272255, Fax: +91-80-3027 2000
Mobile: 91-9590100761
Prabu.Moorthy@Symphonyteleca.com<ma...@Symphonyteleca.com>
www.symphonyteleca.com<http://www.symphonyteleca.com>

Follow what's going on at Symphony Teleca's blog on www.symphonyteleca.com/blog<http://www.symphonyteleca.com/blog>. Please consider the environment before you print.

Notice to recipient: This e-mail (including any attachments) is meant for the intended recipient only, may contain confidential and proprietary information, and is protected by law. If you received this e-mail in error, please immediately notify the sender of the error by return e-mail, delete this communication and any attachments, and shred any printouts. Unauthorized review, use, dissemination, distribution, copying or taking of any action based on this communication is strictly prohibited.

From: flying [mailto:campolake@foxmail.com]
Sent: Friday, June 07, 2013 1:16 PM
To: users
Subject: HI everyone,Can you help me

when i do a ios programme use flex sdk.I have a question.

I have a form panel to allow user add something.the panel is bigger than the screen.so I add the scrollbar.
but, when i scroll the panel, The font in the textinput don't scroll with the panel.the detail in the image attachment.
can someone help me? thank you.

RE: HI everyone,Can you help me

Posted by Tianzhen Lin <ta...@usa.net>.
That's the issue with StylableStageText component used in TextInput Mobile
skin.  StylableStageText provides the convenience of specifying text input
method (number only, text, or URL) ...  however, somehow scroll is not
properly propagated to the component.

Until there is a good fix to this issue, when the component is not in focus,
do not use the StylableStageText component.  When user scrolls, the
textinput component is in focus, so a non StylableStageText component is
used to mimic the look until the user clicks on the TextInput again.  It is
a bit more work but it is reliable.

Other strategy would include that in complex form like this, tapping on the
text input would lead to a separate screen for input.  This is actually
being used in iPhone's Setting screen too.  If you go to Settings -> About,
the first input is "Name", and the editing of the "Name" is in a separate
view instead of in-place edit.

Tangent


-----Original Message-----
From: Sumudu Chinthaka [mailto:csumudu@gmail.com] 
Sent: Friday, June 07, 2013 4:19 AM
To: users@flex.apache.org
Subject: Re: HI everyone,Can you help me

spark.skins.mobile.TextInputSkin


On Fri, Jun 7, 2013 at 1:15 PM, flying <ca...@foxmail.com> wrote:

> when i do a ios programme use flex sdk.I have a question.
>
> I have a form panel to allow user add something.the panel is bigger 
> than the screen.so I add the scrollbar.
> but, when i scroll the panel, The font in the textinput don't scroll 
> with the panel.the detail in the image attachment.
> can someone help me? thank you.
>


Re: HI everyone,Can you help me

Posted by Sumudu Chinthaka <cs...@gmail.com>.
spark.skins.mobile.TextInputSkin


On Fri, Jun 7, 2013 at 1:15 PM, flying <ca...@foxmail.com> wrote:

> when i do a ios programme use flex sdk.I have a question.
>
> I have a form panel to allow user add something.the panel is bigger than
> the screen.so I add the scrollbar.
> but, when i scroll the panel, The font in the textinput don't scroll with
> the panel.the detail in the image attachment.
> can someone help me? thank you.
>