You could try using another event, instead of creationComplete, like add or added.
Or, you could, via AS, destroy your previous components and have new instances of them instead. It's a problem I've encountered before, when I want Flex to make new components every time and it would just keep putting back the old ones. The only way of assuring this would happen was to re instantiate these components via AS. Hope it helps. On 10/30/07, Aditya Kumar <[EMAIL PROTECTED]> wrote: > > Since I have many forms I will have to call creationComplete for each of > them when i login once again. To avoid this is there anyway to clear the > cache so that Flex will call the creationComplete upon relogin. > > > > Couldn't you call creationComplete method yourself from the logoff > > method? > > > > -Mete > > > > --- In [email protected], "Aditya Kumar" <[EMAIL PROTECTED]> > > wrote: > > > > > > Hi, > > > > > > I want to clear the cache so that after I logoff from the Flex > > Application > > > and then login back again without closing the browser, I want the > > > application to call the creationComplete event which currently doesn't > > > > > happen. Essentially i am populating the forms during > > creationComplete and > > > hence want the application to fire the creationComplete event after > > every > > > logoff happens. Is this the right way to do it? > > > Please suggest. > > > > > > Thanks & Regards, > > > Aditya. > > > > > > > > > > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.com > > Yahoo! Groups Links > > > > > > > > > >

