Arrrr just a thought.
Now I know:P -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Muller Sent: Sunday, 28 September 2003 8:20 AM To: Flash Developers List Subject: [fugli] Re: advanced calendar component problem with setDisplayedMonth Steve Most, if not all, components manage information internally as arrays or arrays of objects, therefore 0 is January as Kay points out. Andrew Steve Onnis wrote: > Kay > > What month is 0? > > I would say thats an invalid month, so it always switches to the current > month > > Steve > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Kay Smoljak > Sent: Sunday, 28 September 2003 12:04 AM > To: Flash Developers List > Subject: [fugli] advanced calendar component problem with > setDisplayedMonth > > > OK, it's 10pm on the 27th Sep... RIA entry needs to be in by the 1st Oct, > so let's say by 10pm on the 30th Sep... that gives me 72 hours to polish > this thing up. Eight of those hours I have to be at work... 64 hours. > Factor in some time for sleep... Time is running out :) > > I'm fighting with the Advanced Calendar Component from DRK2. I'm having > one major issue with it - setDisplayedMonth *always* goes to the current > month. This is the code I'm using: > > eventCalendar.setDisplayedMonth(new Date(2003,0,1)); > > All the docs I can find seem to indicate that is correct. I've tried > feeding it someDate.getMonth and just "0", but no dice. Any clues here? > > TIA, > Kay. > > --- > You are currently subscribed to fugli as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ > > > -- Andrew Muller Senior Macromedia Certified Instructor - ColdFusion, Flash Certified Advanced Macromedia ColdFusion Developer - CF5, CFMX Certified Macromedia Flash Developer - FL5, FMX Daemon Internet Consultants [EMAIL PROTECTED] Macromedia Certified Training http://www.daemon.com.au/go/training T: 61 2 9380 4162 F: 61 2 9380 4204 17 Roslyn Gardens Elizabeth Bay NSW 2011 AUSTRALIA Daemon: Serious Web Development FarCry, the open source CMS for ColdFusion MX http://farcry.daemon.com.au/ --- You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to fugli as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
