aharui commented on issue #709: Issue in Populating ADG data for first time in Detail Grid URL: https://github.com/apache/royale-asjs/issues/709#issuecomment-584495581 Variables in DateBase.as need to have an initial value. You should be able to do this yourself. Look for variables such as: private static var _dayNamesShort:Array; The ASDoc should tell you the initial value where it says @default. Variables with "override" in the name do not need to have an initial value.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
