Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
markdemich #1
Event for web page unload
I have a flex application that needs to do a little clean up (acutally do a
server post) when the user leaves the webpage. In java I could do it when
getting an Applet Stopped. In ActiveX, I would just do it when the activeX
window received the WM_CLOSE event. Is there anyway to do it from a flex
application?
markdemich Guest
-
CF code in unload event
I have some CF code that I want to execute when a user leaves a page. I put it in a javascript OnUnload routine. However the code seems to be... -
datagrid page event not firing
I am having trouble with a datagrid as part of a composite web control. In CreateChildControls, I rebind the datagrid to a datatable in a session... -
UnLoad Event
Does a page either dump all control rendering html to the response buffer prior to the UnLoad event? Basically I want everything sent to the... -
how to add a page-event using C#
When you select a control on page press f4 for properties list. Between all buttons on property you will see button events (it is 4 button from... -
Page Load Event Fires Twice
This is a classic asp newsgroup. While you may be lucky enough to find a dotnet-savvy person here who can answer your question, you can eliminate... -
ntsiii #2
Re: Event for web page unload
You will need to use a browser event, like onBeforeUnload, to call into the flex app through ExternalInterface.
Google this, it is a common requirement. You will surely find some code.
Tracy
ntsiii Guest



Reply With Quote

