Re: [flexcoders] Cairngorm Question

2009-04-09 Thread claudiu ursica
You do have acess to the model. The combo 2 will be populated with some data. Put that into the model and bind combo 2 to the model I'm not sure what you actually want to do but it doesn't look like you need cairgorm to do that ... C From: skusunam

RE: [flexcoders] Cairngorm - Question on using ResultHandler

2007-01-28 Thread Dimitrios Gianninas
You are doing things the right way. If after you login you want to do some more, look at the SequenceCommand. You would basically add a executeNextCommand() statement after your model.workflowState statement. Dimitrios Gianninas RIA Developer Optimal Payments Inc.

RE: [flexcoders] Cairngorm question

2006-06-01 Thread Michael
, June 01, 2006 8:15 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm question Michael, I wrote a 6-part series of articles for Adobe Devnet that seem to be helping people to get started with Cairngorm, you'll find the first part here: http://www.adobe.com/devnet/flex

Re: [flexcoders] Cairngorm question

2006-06-01 Thread Jean-Luc ESSER
:) - Original Message - From: Michael To: flexcoders@yahoogroups.com Sent: Thursday, June 01, 2006 4:19 PM Subject: RE: [flexcoders] Cairngorm question Where can I download cairngorm 2.0. I believe I have downloaded the .99 version, but I didn’t get a chance

RE: [flexcoders] Cairngorm question

2006-06-01 Thread Steven Webster
i you hear something about a cgStore ? Just kidding :) - Original Message - From: Michael To: flexcoders@yahoogroups.com Sent: Thursday, June 01, 2006 4:19 PM Subject: RE: [flexcoders] Cairngorm question Where can I download cai

RE: [flexcoders] Cairngorm question

2006-06-01 Thread Darren Houle
If I'm not mistaken I think this is the latest... http://weblogs.macromedia.com/swebster/archives/2006/05/cairngorm_2_for.cfm Darren From: Michael [EMAIL PROTECTED] Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm question Date: Thu, 1

RE: [flexcoders] Cairngorm question

2006-06-01 Thread Jack W. Caldwell
i you hear something about a cgStore ? Just kidding :) - Original Message - From: Michael To: flexcoders@yahoogroups.com Sent: Thursday, June 01, 2006 4:19 PM Subject: RE: [flexcoders] Cairngorm question Where can I download cai

RE: [flexcoders] Cairngorm Question

2006-01-16 Thread Battershall, Jeff
I've only worked with some of the Cairngorm classes that were described in the Flex book. You're going to have to have a local model for each sub app instance. Your event that is fired after the search being complete can also contain instance data about the Sub app that called it and update your

Re: [flexcoders] Cairngorm Question

2006-01-16 Thread Bruno Martins
Hi fowleryj, Why have the same problem here. And one solutionfor usea diferents commands you have to use diferentes names for each application, beacause the FrontController add a listener in a single static var eventBroadcaster. But if your application is realy big I recommend to you rewrite

Re: [flexcoders] Cairngorm Question

2006-01-16 Thread Robin Hilliard
Hi YJ, RocketBoots is working with a development team on a large (100s of classes) Flex 1.5 Cairngorm application at the moment with potentially many instances of the same sub-application (we call them workspaces) around at the same time - e.g. two searches, three articles, a calculator

RE: [flexcoders] Cairngorm Question about the Store Example

2005-12-14 Thread Steven Webster
Libby, I don't have the source in-front of me, but if you have a GraphicalProductList component, that is advertising that it broadcasts a select event, then I'd be looking for the instantation of that component to find the event being handled, eg: namespace:GraphicalProductList

RE: [flexcoders] [Cairngorm] - Question about ViewHelpers

2005-10-08 Thread Dimitrios Gianninas
Hi, A ViewHelper is bound to a specific Form/View. If your case you can do it two ways. You can use one ViewHelper to set the data on the different fields OR the command can save the user data on a ModelLocator and that model is bound to the varius controls, like so: mx:TextInput id=name

Re: [flexcoders] [Cairngorm] - Question about ViewHelpers

2005-10-08 Thread Christophe Herreman
Hi Dimitros, thx for the feedback. Things are more clear now. Just another question: How would you handle the same situation in a Flash application? Would it be a good idea to let the Forms/Views register with the ModelLocator for changes in the model? Or does that give the ModelLocator too

Re: [flexcoders] [Cairngorm] - Question about ViewHelpers

2005-10-08 Thread JesterXL
PM Subject: Re: [flexcoders] [Cairngorm] - Question about ViewHelpers Hi Dimitros, thx for the feedback. Things are more clear now. Just another question: How would you handle the same situation in a Flash application? Would it be a good idea to let the Forms/Views register with the ModelLocator

RE: [flexcoders] Cairngorm question

2005-08-30 Thread Philippe Maegerman
I don't know about the cairngorm point of view, but I saw this interesting article on Flex/FCS http://www.macromedia.com/devnet/flex/articles/fcs_flex.html Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Albericio SalvadorSent: mardi

RE: [flexcoders] Cairngorm Question.

2005-03-31 Thread Ben Elmore
Message-From: Omar Ramos [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 12:53 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm Question. Anyone? Omar Ramos Itacon Corporation Technology Manager From: Omar Ramos [mailto:[EMAIL PROTECTED] Sent:

RE: [flexcoders] Cairngorm Question.

2005-03-31 Thread Omar Ramos
@yahoogroups.comSubject: RE: [flexcoders] Cairngorm Question. The way Cairngorm current architects the ViewHelper is that itrequires eachViewHelper to register itself to the ViewLocator under a unique name. Therefore if you are attaching theview dynamically in a repeater and using the samevalue in the 'name

RE: [flexcoders] Cairngorm Question.

2005-03-31 Thread Ben Elmore
PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm Question. The way Cairngorm current architects the ViewHelper is that itrequires eachViewHelper to register itself to the ViewLocator under a unique name. Therefore if you are attaching theview dynamically

RE: [flexcoders] Cairngorm Question.

2005-03-31 Thread Ben Elmore
Title: Message That is 'keeping the interdepancy between my view files as few as possible'. -Original Message-From: Ben Elmore [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 4:07 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Cairngorm Question