Try something like this:
<mx:DateField upSkin="mx.skins.ProgrammaticSkin"
overSkin="mx.skins.ProgrammaticSkin"/>
The 'empty' skins will be applied to the internal downArrowButton in
the ComboBase class use for that calendar button.
Regards,
Oscar
http://www.holaflex.com
--- In [email protected], "jack_freud" <[EMAIL PROTECTED]> wrote:
>
> I'm hoping to hide the icon as well, and reduce the size of the halo
> to just the size of the textbox area.
>
> Thanks
>
> --- In [email protected], "Alex Harui" aharui@ wrote:
> >
> > I would subclass, grab the "buttonDown" event at a high priority and
> > call stopImmediatePropagation
> >
> >
> >
> > ________________________________
> >
> > From: [email protected]
> [mailto:[EMAIL PROTECTED] On
> > Behalf Of jack_freud
> > Sent: Wednesday, April 16, 2008 12:52 PM
> > To: [email protected]
> > Subject: [flexcoders] Hide calendar for DateField
> >
> >
> >
> > Is it possible to hide the datefield's calendar? I couldn't find a
> > property. I tried hiding it with a little canvas but the halo to
> show
> > the control has focus extends off to the right where the icon for
> the
> > calendar is.
> >
> > Thanks!
> >
>