On 7/29/16, 10:20 PM, "bilbosax" <waspenc...@comcast.net> wrote:
>I'll give that a try, but I am a little perplexed. The very first thing >that >is supposed to happen when the app opens in the creationComplete of the >main >MXML file is to create a database if it does not exist in the application >directory. It gets created every time in Flash Builder, but in the >release >build, the program opens and responds to some things, but the database >never >gets created. If there are silent errors happening, there are A LOT of >them. > I think it only takes one error to prevent creationComplete from happening. If some lower-level class throws an uncaught exception before the framework gets around to dispatching creationComplete, creationComplete will never be dispatched. HTH, -Alex