RE: [flexcoders] Cairngorm .99 ViewHelper Bug ?

2005-06-14 Thread Alistair McLeod
- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rich Tretola Sent: 13 June 2005 20:42 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm .99 ViewHelper Bug ? The issue is a timing issue as in testing I was destroying and creating the same view

RE: [flexcoders] Cairngorm .99 ViewHelper Bug ?

2005-06-13 Thread Alistair McLeod
Hi Rich, Has you debugging narrowed it down any? Does the unload handler get called? When the view is created for the second time, is an exception thrown? Do any errors appear in flashlog.txt? It's hard to know whats going on unless you post all your code or give us more info. Cheers, Ali --

Re: [flexcoders] Cairngorm .99 ViewHelper Bug ?

2005-06-13 Thread Rich Tretola
The issue is a timing issue as in testing I was destroying and creating the same view on consecutive lines which didn't give the unload event a chance the unload the viewhelper. So it was an issue where it was trying to create the second view before the first's viewhelper was unregistered. How

RE: [flexcoders] Cairngorm .99 ViewHelper Bug ?

2005-06-13 Thread Steven Webster
: 13 June 2005 20:42 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm .99 ViewHelper Bug ? The issue is a timing issue as in testing I was destroying and creating the same view on consecutive lines which didn't give the unload event a chance the unload the viewhelper. So