Hi
I have a simple Calendar class which creates a new month display when the 
application first loads and each time the user changes the month.

I need to add appointments on specific days for each month.
I have an appointment array, which contains a list of date strings in the 
format 'month/day/year'.

Now to add appointment icons or objects, I iterate thru every day in the 
current month, then for each day, I iterate thru this appointment array to see 
if there is a match to one of these date strings.

It seems to me there must be a less computationally expennsive way to add 
appointments to a calenndar, than the way I've described.

Or am I wrong?


[e] jbach at bitstream.ca
[c] 416.668.0034
[w] www.bitstream.ca
--------------------------------------------
"...all improvisation is life in search of a style."
             - Bruce Mau,'LifeStyle'
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to