what is promptDisplay please explain.

On Fri, Jun 21, 2013 at 1:09 PM, Malek S <male...@gmail.com> wrote:

> Hi,
>
> I want to listen for keyBoardEvents for spark textinput.
>
> something like this
>
> *
>
> protected
> *
>
> *function* keyDownEvent( event:KeyboardEvent ):*void*
> * *
>
> {
>
> promptDisplay.visible=
>
> *false*;
>
> *var* _txtEmty:Boolean = *super*.textField.text.length == 0;
>
> *if*(_txtEmty && event.keyCode != 229)
>
>    promptDisplay.visible=
>
> *true*;
>
> }
>
>
>
> But i am getting compiler error on promptDisplay.Visible
>
>
>
> basically promptDisplay does not support this property. anyother
> suggestions are welcome
>
> --
> You received this message because you are subscribed to the Google Groups
> "Flex India Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to flex_india+unsubscr...@googlegroups.com.
> To post to this group, send email to flex_india@googlegroups.com.
> Visit this group at http://groups.google.com/group/flex_india.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
Thanks !

Best Regards,
Moin
Mob No:-+91-8420448739

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to flex_india+unsubscr...@googlegroups.com.
To post to this group, send email to flex_india@googlegroups.com.
Visit this group at http://groups.google.com/group/flex_india.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to