Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Tom Chiverton
On Tuesday 03 Nov 2009, Darrin Kay wrote: > OK I have a sequence issue, I have a page that calls an event, which goes > all the way to a cf page and the DB, on the Result I need to have a > function on the page get called. Either have the page use ChangeWatcher to observe the model, or pass 'this

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
uff like this... > > C > > -- > *From:* Darrin Kay > *To:* flexcoders@yahoogroups.com > *Sent:* Tue, November 3, 2009 11:49:29 AM > > *Subject:* Re: [flexcoders] can you get a command result in Cairngorm call > a function on the calling page? >

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread claudiu ursica
> > ____ From: Darrin Kay >To: flexcod...@yahoogro ups.com >Sent: Tue, November 3, 2009 11:33:30 AM > >Subject: Re: [flexcoders] can you get a command result in Cairngorm call a >function on the calling page? > > > >so wout th

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
t; > wrote: >> >>> >>> >>> You have a model right ? >>> you can aceess the model inside the command and also inside the view. In >>> the view you can addEvt... on the modelInstance. propertyYouwantT oListen >>> (model class ex

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread claudiu ursica
: Tue, November 3, 2009 11:33:30 AM Subject: Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page? so wout the setter just go in the model file? if so any place under the variable definition? On Tue, Nov 3, 2009 at 9:22 AM, claudiu ursica

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
gt; } > } > > again class extend EventDispatcher ... > > C > > > -- > *From:* Darrin Kay > *To:* flexcoders@yahoogroups.com > *Sent:* Tue, November 3, 2009 11:15:11 AM > > *Subject:* Re: [flexcoders] can you get a command result in Cairngorm call > a function on

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread claudiu ursica
in the command, view litens for the model and you call the >function. > >TH > > > > From: Darrin Kay >To: flexcod...@yahoogro ups.com >Sent: Tue, November 3, 2009 11:02:40 AM > >Subject: Re: [flexcoders] can you get a command result in Cairngorm call a

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
> *From:* Darrin Kay > *To:* flexcoders@yahoogroups.com > *Sent:* Tue, November 3, 2009 11:02:40 AM > > *Subject:* Re: [flexcoders] can you get a command result in Cairngorm call > a function on the calling page? > > > > a addEventListner would be the best but

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread claudiu ursica
litens for the model and you call the function. TH From: Darrin Kay To: flexcoders@yahoogroups.com Sent: Tue, November 3, 2009 11:02:40 AM Subject: Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page? a

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
ponder reference. Check for UniversalMind cairngorm extension they >> explain this... However is doable and probably withhout the cairngorm >> extentsions ... >> >> HTH, >> Claudiu >> ---------------------- >> *From:* Darrin Kay > >> *

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
in Kay > *To:* flexcoders@yahoogroups.com > *Sent:* Tue, November 3, 2009 10:29:34 AM > *Subject:* Re: [flexcoders] can you get a command result in Cairngorm call > a function on the calling page? > > > > I can not add any 3rd party tools to the app. can you think of any

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread claudiu ursica
Sent: Tue, November 3, 2009 10:29:34 AM Subject: Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page? I can not add any 3rd party tools to the app. can you think of any another way? On Tue, Nov 3, 2009 at 8:23 AM, claudiu ursica wrote

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
> *From:* Darrin Kay > *To:* flexcoders@yahoogroups.com > *Sent:* Tue, November 3, 2009 10:18:51 AM > *Subject:* [flexcoders] can you get a command result in Cairngorm call a > function on the calling page? > > > > OK I have a sequence issue, I have a

Re: [flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread claudiu ursica
plain this... However is doable and probably withhout the cairngorm extentsions ... HTH, Claudiu From: Darrin Kay To: flexcoders@yahoogroups.com Sent: Tue, November 3, 2009 10:18:51 AM Subject: [flexcoders] can you get a command result in Cairngorm call a functio

[flexcoders] can you get a command result in Cairngorm call a function on the calling page?

2009-11-03 Thread Darrin Kay
OK I have a sequence issue, I have a page that calls an event, which goes all the way to a cf page and the DB, on the Result I need to have a function on the page get called. Is there a way to do this? I tried a addEventListener on the submit button, but the sequence is still off. Thanks, D