RE: [flexcoders] alert listener

2005-06-23 Thread Robert Brueckmann
, June 23, 2005 3:59 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] alert listener   Use Application's getURL:   mx.core.Application.getURL("index.html");   - Original Message - From: Robert Brueckmann To: flexcoders@yahoogroups

Re: [flexcoders] alert listener

2005-06-23 Thread JesterXL
Use Application's getURL:   mx.core.Application.getURL("index.html");   - Original Message - From: Robert Brueckmann To: flexcoders@yahoogroups.com Sent: Thursday, June 23, 2005 3:44 PM Subject: [flexcoders] alert listener I have an alert listener that’s instantiated upon login

RE: [flexcoders] alert listener

2005-06-23 Thread Matt Horn
try this: mx.core.Application.application.getURL("index.html");   hth,   matt horn flex docs From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robert BrueckmannSent: Thursday, June 23, 2005 3:45 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] alert

RE: [flexcoders] Alert Listener

2005-04-14 Thread Abdul Qabiz
ndo Barros Internet Officer ->->- De: Abdul Qabiz [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 14 de abril de 2005 10:00 Para: flexcoders@yahoogroups.com Assunto: RE: [flexcoders] Alert Listener Alert.show(sMensagem, sTit

RE: [flexcoders] Alert Listener

2005-04-14 Thread Abdul Qabiz
Alert.show(sMensagem, sTitulo, Alert.OK | Alert.CANCEL, null, mx.utils.Delegate.create(this, click), '', Alert.OK);   It should solve your problem...   -abdul     From: Fernando Barros [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 5:56 PMTo: flexcoders@yahoogroups.comSubject: