Cristallium

Results 3 issues of Cristallium

Hi, Based on TDJ, setting an height for FooterBar in mxml make an issue on layout : ``` ... ``` the quick fix is to set the height in css...

Hi Guys, It seem a found a little bug on sdk 0.9.8#2556 I make an Apache Royale application from an old Flex Application. I have this in some classes :...

This code will result in an issue : ``` var d1:Date = new Date(); d1.hours = d1.minutes = d1.milliseconds = 0; trace ("d1->" + d1.getTime()); ``` will output : `d1->NaN`...