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 instanti

RE: [flexcoders] alert listener

2005-06-23 Thread Matt Horn
flexcoders] alert listener I have an alert listener that’s instantiated upon login to my application like so: public var alertListener:Object = new Object(); function createListener() {     alertListener.click = func

[flexcoders] alert listener

2005-06-23 Thread Robert Brueckmann
I have an alert listener that’s instantiated upon login to my application like so:   public var alertListener:Object = new Object();   function createListener() {     alertListener.click = function(event) {         getURL("index.html");     } }   T

RE: [flexcoders] Alert Listener

2005-04-14 Thread Abdul Qabiz
X: The Definitive Guide by Colin Moock Hope that helps... -abdul From: Fernando Barros [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 7:11 PM To: flexcoders@yahoogroups.com Subject: RES: [flexcoders] Alert Listener It was funny! So easy and I was d

RES: [flexcoders] Alert Listener

2005-04-14 Thread Fernando Barros
…   ->->- Fernando 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, sTitu

RE: [flexcoders] Alert Listener

2005-04-14 Thread Abdul Qabiz
comSubject: [flexcoders] Alert Listener Hi there,   I have fixed the problems with yours helps but I still have some doubts.   Look this: import mx.controls.Alert; class classes.Confirmar{     public function Confirmar()     {}         public function

[flexcoders] Alert Listener

2005-04-14 Thread Fernando Barros
Hi there,   I have fixed the problems with yours helps but I still have some doubts.   Look this: import mx.controls.Alert; class classes.Confirmar{     public function Confirmar()     {}         public function click(evt):Boolean     {