[flexcoders] Re: How to hide backMonthButton and fwdMonthButton of DateChooser Control?

2006-03-23 Thread flexhtoo
--- In flexcoders@yahoogroups.com, Gordon Smith [EMAIL PROTECTED] wrote: In Beta 2, try mx:DateChooser initialize=backMonthButton.visible = false; fwdMonthButton.visible = false/ - Gordon Thanks Gordon for your reply. It get work in Beta 1. Do you know New Flex Beta 2 come out? I

RE: [flexcoders] Re: How to hide backMonthButton and fwdMonthButton of DateChooser Control?

2006-03-23 Thread Gordon Smith
Hmmm... these properties are no longer public, but you could always use geChildAt() to get references to anything to want inside a component. It looks like they'd be getChildAt(10) and getChildAt(11). - Gordon -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]