I already tried doLater() but to no effort - even after the doLater call the inner controls don't seem to be finished. My workaround right now is to set up a timer with setInterval that after a few ms calls the highlightDays() method.
Dirk. > As far as the events firing before internal components are ready I'm > honestly not sure why that would be. In general > creationComplete means that everything is good to go, > but maybe you need to wait a little after that > using a doLater?

