How to remove "an actionscript error has occured"
hi everyone,
i want remove box keeps on popping every time actionscript error has occured.
this box i'm trying tell you.
i tried try catchs statement still pops up.
i want replace box alert.show() user somehow understand error.
how that?
this code when tried try catch statement
try{
//this code is
}
catch(e:error){
alert.show("an error has occured","admin says");
}
hoping reply.
maybe need implement fault handler:
http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_6.html
if post answers question or helps, please mark such.
greg lafrance - flex 2 , 3 ace certified
www.chikaradev.com
flex training , support services
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment