In Flex 1.5 we were creating a variable like this:

var wcc : LocalConnection = new LocalConnection();      
wcc.send("DORADO_UPLOAD_WINDOW_CONTROL", "closeWindow");
delete wcc;   

Now as all the actionscript classes are by default sealed ,so if we 
need to delete any object we need to create it dynamically,as we can't 
delete fixed property so we are getting the error:  
  
Attempt to delete the fixed property _conn.  Only dynamically defined 
properties can be deleted.
 

Am not able to declare the dynamic properties.
Can anyone plz tell me how to proceed for this problem.

Thanks,
Monika                        





--
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

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to