On 3/6/14 3:28 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:
>On Thu, Mar 6, 2014 at 2:48 PM, Alex Harui <aha...@adobe.com> wrote: > >> We can try that. >> >> I was able to reproduce Om's problem. You have to start truly fresh by >> deleting the shared object that stores the cache preferences (or >>probably >> by setting the cache folder to an invalid path). >> >> >I never enabled the cache supported by the Installer. Is it enabled by >default? >I am talking about Adobe AIR's cache. Installer Cache is not enabled by default so anyone running an install first time the use 3.0 and if they don't enable the cache they'll hit this error, so good catch. > > >> That's probably worth an RC5. >> >> Regarding the jumping of the screen, that repositioning code has been >> there for a while, at least in 2.7. It may be more noticeable now that >>we >> have to load strings from the server instead of them being hard-coded >>into >> the app. >> >> So, if we're going to do an RC5, what do we want to do about the >>jumping: >> >> 1) nothing >> 2) don't show any window at all (visible=false) until the strings are in >> and the window is position. This could make start up seem slower. >> 3) don't reposition the window. >> 4) other ideas? >> > >Can we load the strings after the window center's itself on the screen? Also possible, but then the screen appears blank for a bit, then the strings appear. Thoughts? -Alex