Re: [flexcoders] Re: Exit

2008-01-15 Thread Savan Patel
Thanks Guys, Alger, thanks for solving the doubts :) I am sure it will help others as well. :) Regards, Savan - Original Message From: Randy Martin <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturday, 12 January, 2008 9:26:20 AM Subject: RE: [flexcoders] Re: Exit Y

RE: [flexcoders] Re: Exit

2008-01-11 Thread Randy Martin
You can implement a simple exit function for a flex app by putting this code in the of index.template.html: Then, you can do this in your app: And somewhere in the mxml: Works like a charm. ~randy _ From:

Re: [flexcoders] Re: Exit

2008-01-10 Thread Savan Patel
Hi Alger, Thanks :) This thread is about manual Exit issue. Can have same thing for forcefull exit as well? for example: When user closes/refreshes the browser without logging out, we need to perform forcefull logout to end that particular session. While I worked on the item, I was