PDA

View Full Version : customising date chooser


TimDiacon
06-10-2005, 10:44 AM
Hello.

I am trying to customise the color of the fonts in date chooser. The example script given in the help section of...

_global.styles.HeaderDateText.setStyle("color", 0x660000);
_global.styles.WeekDayStyle.setStyle("color", 0x660000);

works fine. However when I then try to customise the regular dates using...

myDateChooser.setStyle("color", 0x000000);

This seems to over ride the previous code. I have tried swapping them around in terms of order but that doesn't work.

Any one know how to fix this?

TimDiacon
06-13-2005, 09:44 AM
Ooops sorry - realised I hadn't tagged my code.