Re: Fooling Program's Evaluation of Current Time Zone Offset

2019-11-02 Thread Alex Harui
I assume you meant 12AM? I'm not an expert on Date handling, but my instinct would be to convert the Date to Date.time() (milliseconds since Jan 1, 1970) and figure out the Date.time() that corresponds to the boundary between days. And then you are either past that number or not. HTH, -Alex

Fooling Program's Evaluation of Current Time Zone Offset

2019-11-02 Thread Tucsonjhall
I have an app that has many references to a comparison function in my DateUtilities to see if two dates are on the same day. Unfortunately, the logical approach is used a couple hundred times in my application. Now I see that in unusual circumstances a user may want to count an event that starts at

Re: How to set the compiler so that there is no compiled ResourceBundles at all?

2019-11-02 Thread Darrell Loverin
Starting with Flex4 each module can override the default styles in the main application. Styles that are different for a module are being setup in the generated code. If you are using a model where all modules use the same styles as the main application, then try compiling with "-isolate-styles=fal