[flexcoders] Re: disable fwdMonth and prevMonth buttons in DateChooser

2005-11-14 Thread keishichi2001
Thanks Aldo.

i tried the CalendarLayout, but compiler reported me an error, can't
resolve component name...
You might notice, the component isn't appeared on FlexBuilder2.0.
So i bet the component isn't released at this time

I'll check the next version.


Thanks,
Keishichi



--- In flexcoders@yahoogroups.com, Aldo Bucchi [EMAIL PROTECTED] wrote:

 have you checked out mx.controls.CalendarLayout ??
 
 from the docs:
 
 The CalendarLayout class handles the layout of the date grid in a
 month. CalendarLayout can be extended to develop DateControls with
 either single month display control or side-by-side month displays.
 
 I haven't used it myself though...
 
 On 11/11/05, keishichi2001 [EMAIL PROTECTED] wrote:
  Thanks Manish,
 
  Yeah, personally i think people may want to switch ON/OFF these
buttons.
  DateChooser is the one of powerful component, so we may use the
  component at any situation, like simple calendar for just viewing.
 
  please remain the var as public :)
 
 
  Thanks,
  Keishichi
 
 
 
  --- In flexcoders@yahoogroups.com, Manish Jethani
  [EMAIL PROTECTED] wrote:
  
   On 11/11/05, keishichi2001 [EMAIL PROTECTED] wrote:
Flex2.0
   
can i do this? with setting any props...
I can't find suitable prop...
  
   You can grab the internal forward button and set it to disabled.
  
 dateChooser.fwdMonthButton.enabled = false;
  
   I'm told that this variable is public by mistake and will be made
   private in the next build (so don't count on it).  Do you have a
   strong use-case for disabling these buttons?
  
 
 
 
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 
 --
 : Aldo Bucchi :
 mobile (56) 8 429 8300







 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Re: disable fwdMonth and prevMonth buttons in DateChooser

2005-11-12 Thread Manish Jethani
On 11/11/05, keishichi2001 [EMAIL PROTECTED] wrote:

 Yeah, personally i think people may want to switch ON/OFF these buttons.
 DateChooser is the one of powerful component, so we may use the
 component at any situation, like simple calendar for just viewing.

 please remain the var as public :)

I've logged an enhancement request in our bugbase.  Thanks!


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: disable fwdMonth and prevMonth buttons in DateChooser

2005-11-11 Thread keishichi2001
Thanks Manish,

Yeah, personally i think people may want to switch ON/OFF these buttons.
DateChooser is the one of powerful component, so we may use the
component at any situation, like simple calendar for just viewing.

please remain the var as public :)


Thanks,
Keishichi



--- In flexcoders@yahoogroups.com, Manish Jethani
[EMAIL PROTECTED] wrote:

 On 11/11/05, keishichi2001 [EMAIL PROTECTED] wrote:
  Flex2.0
 
  can i do this? with setting any props...
  I can't find suitable prop...
 
 You can grab the internal forward button and set it to disabled.
 
   dateChooser.fwdMonthButton.enabled = false;
 
 I'm told that this variable is public by mistake and will be made
 private in the next build (so don't count on it).  Do you have a
 strong use-case for disabling these buttons?








 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [flexcoders] Re: disable fwdMonth and prevMonth buttons in DateChooser

2005-11-11 Thread Aldo Bucchi
have you checked out mx.controls.CalendarLayout ??

from the docs:

The CalendarLayout class handles the layout of the date grid in a
month. CalendarLayout can be extended to develop DateControls with
either single month display control or side-by-side month displays.

I haven't used it myself though...

On 11/11/05, keishichi2001 [EMAIL PROTECTED] wrote:
 Thanks Manish,

 Yeah, personally i think people may want to switch ON/OFF these buttons.
 DateChooser is the one of powerful component, so we may use the
 component at any situation, like simple calendar for just viewing.

 please remain the var as public :)


 Thanks,
 Keishichi



 --- In flexcoders@yahoogroups.com, Manish Jethani
 [EMAIL PROTECTED] wrote:
 
  On 11/11/05, keishichi2001 [EMAIL PROTECTED] wrote:
   Flex2.0
  
   can i do this? with setting any props...
   I can't find suitable prop...
 
  You can grab the internal forward button and set it to disabled.
 
dateChooser.fwdMonthButton.enabled = false;
 
  I'm told that this variable is public by mistake and will be made
  private in the next build (so don't count on it).  Do you have a
  strong use-case for disabling these buttons?
 








 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links










--
: Aldo Bucchi :
mobile (56) 8 429 8300


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/