Re: Custom component similar to DatePicker

2014-07-02 Thread mark goldin
Message d'origine- > De : mark goldin [mailto:markzolo...@gmail.com] > Envoyé : mercredi 2 juillet 2014 18:00 > À : users > Objet : Re: Custom component similar to DatePicker > > I am considering this. But I need to have a text field of my own, not the > one that comes

RE: Custom component similar to DatePicker

2014-07-02 Thread Maurice Amsellem
If you are using Flex 4, you can simply duplicate ComboBoxSkin to use your own TextInput class (see spark.skin.spark.ComboBoxSkin). -Message d'origine- De : mark goldin [mailto:markzolo...@gmail.com] Envoyé : mercredi 2 juillet 2014 18:00 À : users Objet : Re: Custom component si

Re: Custom component similar to DatePicker

2014-07-02 Thread mark goldin
I am considering this. But I need to have a text field of my own, not the one that comes with the combo. On Wed, Jul 2, 2014 at 10:52 AM, Subscriptions wrote: > Perhaps a DropDownList with a custom skin? > > > On 02/07/2014 16:37, mark goldin wrote: > >> I need to create a component that would

Re: Custom component similar to DatePicker

2014-07-02 Thread Subscriptions
Perhaps a DropDownList with a custom skin? On 02/07/2014 16:37, mark goldin wrote: I need to create a component that would consist of two controls: TextInput and an icon. Something looking and working similar to a DateField. But when I click on an icon I will show a list to choose some values fr

Custom component similar to DatePicker

2014-07-02 Thread mark goldin
I need to create a component that would consist of two controls: TextInput and an icon. Something looking and working similar to a DateField. But when I click on an icon I will show a list to choose some values from. I want that list being shown below the text field - just like a calendar is shown.