destructionPolicy=”none” http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/components/View.html#destructionPolicy
On Thu, Aug 25, 2016 at 6:03 AM, Christofer Dutz <[email protected]> wrote: > Hi, > > > I am working on a little mobile application. Currently I have one view > which is sort of like a shedule-view (Couldn't get the flexlib one to > work). Layouting takes some time so I would like to reduce the number of > times this is done. Currently if I open die view, it layouts for about 2 > seconds and all is good then. Now if I select an entry and open the details > view and come back using navigator.popView() the layouting is done again. > > > Is there a way to prevent this? I always thought the views are like a > stack and as soon as you pop something from the top, the last one below is > shown. Not only would the speed up the user experience, but also the user > would be in the same position he was when opening the detail view. > > > Chris >
