[flexcoders] Cairngorm Event Question

2012-09-21 Thread Davidson, Jerry
Where can I ask a Cairngorm/Flex Event Question? I posted in the Adobe forum, but as usual have not received any replies. The question is how to get something to happen. When the user clicks an item renderer in one grid I want to populate a second grid with data. Here are the relevant

[flexcoders] Cairngorm 2.2.1 with Flex 4

2010-09-05 Thread pritesh_mics
Hi All, I am using Cairngorm 2.2.1 with Flax-4, m getting an runtime error: TypeError: Error #1006: getResourceBundle is not a function. at com.adobe.cairngorm::CairngormError$cinit() at global$init() [C:\dev\swat\projects\ac_emea

Re: [flexcoders] Cairngorm 2.2.1 with Flex 4

2010-09-05 Thread claudiu ursica
To: flexcoders@yahoogroups.com Sent: Sun, September 5, 2010 12:30:56 PM Subject: [flexcoders] Cairngorm 2.2.1 with Flex 4 Hi All, I am using Cairngorm 2.2.1 with Flax-4, m getting an runtime error: TypeError: Error #1006: getResourceBundle is not a function. at com.adobe.cairngorm::CairngormError

Re: [flexcoders] Cairngorm 2.2.1 with Flex 4

2010-09-05 Thread Jake Churchill
on the block Robotlegs. C -- *From:* pritesh_mics pbhaw...@deloitte.com *To:* flexcoders@yahoogroups.com *Sent:* Sun, September 5, 2010 12:30:56 PM *Subject:* [flexcoders] Cairngorm 2.2.1 with Flex 4 Hi All, I am using Cairngorm 2.2.1 with Flax-4, m getting an runtime

[flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Nick Middleweek
Hi, I'm working on a cairngorm flex app and have been told to put all business logic inside the CG Command. At the end of the CG Command, I need to get the ADG to expand it's grouping nodes for a particular node. What is the correct way of solving this problem because from my Command, I can't

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Jake Churchill
Download cairgorm extensions. nbsp;It has classes called Callbacks which basically notifies the view after a command has finished. nbsp;It's perfect for this situation. -Jake -- Sent from my Palm Prē On Apr 18, 2010 1:02 PM, Nick Middleweek lt;n...@middleweek.co.ukgt; wrote: nbsp;

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Nick Middleweek
Hi Jake, Thanks for the info... I know this sounds crazy but because of project/ company politics we have extreem difficulty getting 3rd party libraries on the project. Are there any preferred alternative ways? Cheers, Nick On 18 April 2010 19:11, Jake Churchill reyna...@gmail.com wrote:

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Jake Churchill
Wel, just tell them it's an upgraded version of the cairngorm SWC. nbsp;You can just replace the SWC in the project and it'd be all good -Jake -- Sent from my Palm Prē On Apr 18, 2010 1:46 PM, Nick Middleweek lt;n...@middleweek.co.ukgt; wrote: nbsp; Hi

Re: [flexcoders] Cairngorm/ Command/ AdvancedDataGrid.expandChildrenOf() ?

2010-04-18 Thread Nick Middleweek
Hey Jake, Cheers for the response... I've gone with a ChangeWatcher approach. Update the model from the command and I've dropped in the ChangeWatcher in the view, seems to be working but was curious who others would solve this... I'll look into CG Extensions though, cheers for the idea! Nick

[flexcoders] Cairngorm Problem with Event and ModelLocator

2010-03-10 Thread txakin
Hi guys, I'm developing an application with Flex and using Cairngorm framework with the events, commands, controller, delegates and the services for the remote object, because my application will connect with a server side. My component is like that: mx:VDividedBox

Re: [flexcoders] Cairngorm sub-applications Remoting

2010-01-27 Thread Siluetti
loading the .swfs into the same appdomain? -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Erich Cervantez flex@ Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm sub

[flexcoders] Cairngorm or Mate?

2009-12-07 Thread flexnewbie999
I've been investigating Cairngorm and Mate to be used in conjunction with BlazeDS. Which is 'better', Cairngorm or Mate? Cairngorm seems a lot heavier, Mate easier to understand and more logical. Also, how many of you are using Blazeds with Cairngorm or Mate with? Is there an evolving standard

[flexcoders] Cairngorm store example - newbie binding question #2

2009-11-27 Thread normc_actionscript
Thank you Tracy for answering my previous question. New one: Why is 'handler' bound to 'confirmOrder' in this snippet? util:Observe source={ ShopModelLocator.getInstance().orderConfirmed } handler={ confirmOrder } / confirmOrder is a function in the same file. Is it just a

[flexcoders] cairngorm store example - newbie binding question

2009-11-25 Thread normc_actionscript
Greetings Flex pros: In the modified cairngorm store (if you're familiar), file ProductsAndCheckoutControlBar.mxml, there's: mx:Image source={ getProductThumbnailsButton( model.workflowState ) } That function (getProductThumbnailsButton) is not marked as 'bindable' so how does the binding

RE: [SPAM] [flexcoders] cairngorm store example - newbie binding question

2009-11-25 Thread Tracy Spratt
. Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of normc_actionscript Sent: Tuesday, November 24, 2009 8:59 PM To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] cairngorm store

Re: [flexcoders] Cairngorm Parallel Commands

2009-09-13 Thread Stephane Guyot
Ryan, as far as I know, Flash Player does not offer public mutli-thraded APIs. Server Side calls are asynchronous, but I don't know if that's the case in your Commands ? You can also download Cairngorm source and debug. See Alex Blog :

Re: [flexcoders] Cairngorm Parallel Commands

2009-09-13 Thread Ryan Kruse
I don't need threads, and the problem exists if my commands don't even hit a remote server. Firing the cairngorm events one after another just doesn't seem to work reliably. Ryan On Sep 13, 2009 4:58 AM, Stephane Guyot stephane.guyo...@wanadoo.fr wrote: Ryan, as far as I know, Flash Player

Re: [flexcoders] Cairngorm Parallel Commands

2009-09-13 Thread Jeffry Houser
I thought the multi-threaded issue was a bit of a red herring too. You should be able to fire two events, one right after the other, without any need to access multi-threading in the Flash Player. I've done this sort of thing plenty of times without issues. From your code is it not

[flexcoders] Cairngorm Parallel Commands

2009-09-12 Thread krusenet
I posted this on the adobe forums but this list appears much more active so I'll try here. I'm using Cairngorm and I am trying to execute a set of commands in parallel. One command doesn't depend on the completion of another so they don't fit the SequenceCommand idea. Basically I create two

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-07 Thread Muzak
. As already mentioned, I find Cairngorm has a few things backwards, so I threw together my own MVC thing. regards, Muzak - Original Message - From: Jorge Maiquez jmaiq...@yahoo.com To: flexcoders@yahoogroups.com Sent: Friday, August 07, 2009 7:21 AM Subject: RE: [flexcoders] cairngorm convention

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-07 Thread Jorge Maiquez
Of Muzak Sent: 07 August 2009 11:12 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm convention: vo or model? I don't have a ModelLocator, just one or more Models :) but yes, that's what goes in the model package. I have my own MVC framework, based on Cairngorm and ARP. ARP

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-07 Thread Pedro Sena
@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] cairngorm convention: vo or model? I don't have a ModelLocator, just one or more Models :) but yes, that's what goes in the model package. I have my own MVC framework, based on Cairngorm and ARP. ARP is what I started out

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-07 Thread Jorge Maiquez
: [flexcoders] cairngorm convention: vo or model? Take a look at David Tucker's tutorials about Cairngorm, they will give you some background. HTH On Fri, Aug 7, 2009 at 7:39 AM, Jorge Maiquez jmaiq...@yahoo.com wrote: I'm also ending up with my own MVC thing... but as a result of mis

[flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jorge Maiquez
I have a some doubts about implementing Cairngorm correctly (and I guess MVC in general). I'm trying to decide where to place some of my data storing/transferring classes, and I was wondering if anyone has any rules of thumb for this kind of thing. These are the guidelines that I have been

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread claudiu ursica
...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, August 6, 2009 3:07:15 PM Subject: [flexcoders] cairngorm convention: vo or model? I have a some doubts about implementing Cairngorm correctly (and I guess MVC in general). I’m trying to decide where to place some of my data storing

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jorge Maiquez
to figure out whether I’m the only one who thinks it’s weird :-) From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of claudiu ursica Sent: 06 August 2009 14:23 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm convention: vo or model

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread claudiu ursica
: [flexcoders] cairngorm convention: vo or model? What about transient data? I was always under the impression that VO’s (or DTO’s or whatever they’re called) were more like throw-away objects: you use them to transfer data to/from a server, but that’s it. So if I label something as being

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jorge Maiquez
[mailto:flexcod...@yahoogroups.com] On Behalf Of claudiu ursica Sent: 06 August 2009 16:01 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm convention: vo or model? You are right, If your data is only transport stuff and then get rid of it it does not justify to put

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread claudiu ursica
: Jorge Maiquez jmaiq...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, August 6, 2009 6:42:16 PM Subject: RE: [flexcoders] cairngorm convention: vo or model? Ok, so if I’m understanding you correctly, you don’t have a problem storing a VO in some part of the model (assuming that the VO

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jake Churchill
, August 06, 2009 10:42 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cairngorm convention: vo or model? Ok, so if I’m understanding you correctly, you don’t have a problem storing a VO in some part of the model (assuming that the VO is used for both transport and storage

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jorge Maiquez
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cairngorm convention: vo or model? Directory structure is just used for packaging. So, you keep all your views together. But when you think about it, views rarely contain their own data. Likewise, commands are in commands

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Muzak
: Jorge Maiquez jmaiq...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, August 06, 2009 2:07 PM Subject: [flexcoders] cairngorm convention: vo or model? I have a some doubts about implementing Cairngorm correctly (and I guess MVC in general). I'm trying to decide where to place some of my

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Muzak
- Original Message - From: Jorge Maiquez jmaiq...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, August 06, 2009 6:31 PM Subject: RE: [flexcoders] cairngorm convention: vo or model? @Claudiu in you model? It won't even be in you project structure. it will be from your libs where

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jorge Maiquez
[mailto:flexcod...@yahoogroups.com] On Behalf Of Muzak Sent: 06 August 2009 21:02 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm convention: vo or model? 1) the class only transfers data to/from a server: postfix VO and put it in the vo folder I'm working with someone who does

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jorge Maiquez
...@yahoogroups.com] On Behalf Of Muzak Sent: 06 August 2009 21:17 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm convention: vo or model? What if you have a class that is both a vo and a part of the model (the situation I mentioned in my original post)? Should you clone the vo

Re: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Muzak
definition would be more along the lines of: bindable, typed data object (which may or may not get sent across the wire). regards, Muzak - Original Message - From: Jorge Maiquez jmaiq...@yahoo.com To: flexcoders@yahoogroups.com Sent: Thursday, August 06, 2009 10:30 PM Subject: RE: [flexcoders

RE: [flexcoders] cairngorm convention: vo or model?

2009-08-06 Thread Jorge Maiquez
: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Muzak Sent: 07 August 2009 03:14 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm convention: vo or model? Say, I have a list of users. I would create a userList ArrayCollection and stick that into the model

[flexcoders] Cairngorm 3 (extension)

2009-05-31 Thread mhagmajer
Hi, Please take a while to review my cotribution to Cairngorm that deals with GUI responsiveness issue. I have written an article to introduce the changes: http://students.mimuw.edu.pl/~mhagmajer/cairngorm3/ Waiting for feedback. Kind regards, Marcin Hagmajer

[flexcoders] Cairngorm sub-applications Remoting

2009-04-16 Thread Erich Cervantez
Has anyone written two distinct Cairngorm-based applications, each capable of dispatching service calls (via RemoteObject) and tried loading one inside of the other? Essentially I have a parent application that uses SWFLoader to load a sub-application (in a peer Application Domain). The

Re: [flexcoders] Cairngorm sub-applications Remoting

2009-04-16 Thread Maciek Sakrejda
...@noofusion.com Reply-to: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm sub-applications Remoting Date: Thu, 16 Apr 2009 17:01:51 - Has anyone written two distinct Cairngorm-based applications, each capable of dispatching service calls (via RemoteObject

[flexcoders] Cairngorm Question

2009-04-09 Thread skusunam
Hello Group, This is my first question on this group and I have been referring to this group for all my technical challenges with Flex (started using 1 month back). Thanks for such a nice group and support. I have a complex screen where I have 2 Combo boxes and by default Combo-2 is

Re: [flexcoders] Cairngorm Question

2009-04-09 Thread claudiu ursica
...@rlpt.com To: flexcoders@yahoogroups.com Sent: Thursday, April 9, 2009 7:53:48 PM Subject: [flexcoders] Cairngorm Question Hello Group, This is my first question on this group and I have been referring to this group for all my technical challenges with Flex (started using 1 month back

Re: [flexcoders] Cairngorm and ChangeWatcher

2009-01-10 Thread claudiu ursica
http://weblogs.macromedia.com/auhlmann/archives/2007/02/creating_a_popu.html#more This should give you some directions... Claudiu From: lampei lam...@gmail.com To: flexcoders@yahoogroups.com Sent: Saturday, January 10, 2009 1:34:25 AM Subject: [flexcoders

[flexcoders] Cairngorm and ChangeWatcher

2009-01-09 Thread lampei
I have begun tinkering around with various frameworks and thought I would start with Cairngorm. I am refactoring a small application to use Cairngorm, but ran into a snag. All of the examples I found just bound an item in the view to a property of the ModelLocator, and thus automagically updated

Re: [flexcoders] Cairngorm v/s others

2009-01-06 Thread Marco Catunda
I would love to know how pronounce it correctly too. This name is a tongue twister for me. :) :) On Sat, Jan 3, 2009 at 10:15 PM, Hyder hyder_...@hotmail.com wrote: Btw, I've always wondered, how does one pronounce Cairngorm... Kane Gaum ?

Re: [flexcoders] Cairngorm proper usage

2009-01-04 Thread Ralf Bokelberg
It would be in the spirit of Cairngorm to fire off a EnterRoom event, which triggers a EnterRoom command. The command calls a enterRoom method in some model. The TabNavigator binds to this model and updates itself, whenever the model changes With kind regards, Ralf. On Sun, Jan 4, 2009 at 7:49

[flexcoders] Cairngorm v/s others

2009-01-03 Thread Hyder
I've been using Cairngorm for a while now and I've gotten pretty used to it. I want to try out the other Flex frameworks too but will I need them if I can get most of my work done using Cairngorm. I really don't know much about the others like Mate and PureMVC so I will only look into them if

RE: [flexcoders] Cairngorm v/s others

2009-01-03 Thread Errol Thompson
I really don't know much about the others like Mate and PureMVC so I will only look into them if they've got sufficient advantages of Cairngorm. Any inputs? We are using Cairngorm but have implemented an alternative notification mechanism similar to what is included in PureMVC. The

[flexcoders] Cairngorm proper usage

2009-01-03 Thread someguy7_7
I am trying to determine the best way to use cairngorm for the following use case. I want to display a tabnavigator that only has 1 child which is a component that has a list of rooms in a datagrid. When one of the rooms is clicked a instance of the room component is added to the tabnavigator as a

[flexcoders] Cairngorm ServiceLocator.getInstance(); compile error

2008-12-29 Thread jeremysavoy
In one delegate I have the following: private var __locator:ServiceLocator = new ServiceLocator.getInstance(); And it compiles just fine, and in fact this delegate and remoteobject service work as expected. I then add the same exact command to another identical delegate (other than names,

RE: [flexcoders] Cairngorm ServiceLocator.getInstance(); compile error

2008-12-29 Thread Ryan Graham
29, 2008 10:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm ServiceLocator.getInstance(); compile error In one delegate I have the following: private var __locator:ServiceLocator = new ServiceLocator.getInstance(); And it compiles just fine, and in fact this delegate

[flexcoders] Cairngorm Console: a new tool for debugging and monitoring Cairngorm Application

2008-12-22 Thread revel.julien
KapLab http://lab.kapit.fr has just released CairngormConsole http://lab.kapit.fr/display/cairngormconsole/Cairngorm+Console : a new free tool for inspection of Cairngorm applications It is a must have for Cairngorm users and for those who want to go deeper into Cairngorm framework and see what

[flexcoders] Cairngorm | Multiple Modules | Only one Service Locator instance instantiated

2008-11-19 Thread ilikeflex
Hi I have shell application (main.mxml) which loaded multiples modules. All the modules are mini application which can be run independently. Shell application just load these modules depend upon the user choices. As soon as i combined all these applications and try to access any module i get

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-17 Thread Romain de Wolff
It's a pretty hot topic on the web, the battle PureMVC vs Cairngorm. Imho, PureMVC is a bit more complicated to put in place, but is a great pleasure to use after set up. The best'd be to test them both if you have time :) Regards, Romain de Wolff Le 13 nov. 08 à 17:18, gabriel montagné a

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-17 Thread Mark Campion
17, 2008 2:50 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm for AS3 projects? It's a pretty hot topic on the web, the battle PureMVC vs Cairngorm. Imho, PureMVC is a bit more complicated to put in place, but is a great pleasure to use after set up. The best'd

[flexcoders] Cairngorm for AS3 projects?

2008-11-13 Thread Rick Schmitty
Is there any reason not to use cairngorm for AS3 projects. I know cairngorm uses classes in the mx.* range so its using some flex framework code (and I assume that means adding the 126kb framework code at least..) is there a framework AS3 projects use instead? thanks

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-13 Thread Pedro Sena
You could take a look at PureMVC. PS On Thu, Nov 13, 2008 at 11:03 AM, Rick Schmitty [EMAIL PROTECTED] wrote: Is there any reason not to use cairngorm for AS3 projects. I know cairngorm uses classes in the mx.* range so its using some flex framework code (and I assume that means adding the

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-13 Thread gabriel montagné
On Thu, Nov 13, 2008 at 7:03 AM, Rick Schmitty [EMAIL PROTECTED] wrote: Is there any reason not to use cairngorm for AS3 projects. [...] Cairngorm is definitely a Flex thing, it's dependencies are not superficial; it wouldn't make much sense to try to use it on a pure AS3 project. You'd have to

Re: [flexcoders] Cairngorm for AS3 projects?

2008-11-13 Thread Robin Hilliard
Hi Rick, In the past we developed several AS2 Flash (not Flex) applications in Cairngorm. In the current version of of Cairngorm almost all of the dependencies on mx packages are in the ServiceLocator, which used not to be the case with earlier Cairngorm versions. You can roll your own

Re: [flexcoders] Cairngorm: should pure view state changes go through the ModelLocator?

2008-10-24 Thread Farid SALAH
Le 24 oct. 08 à 03:48, Dimitrios Gianninas a écrit : #2 because your app is simple..#1 if you want to be a purist. start simply and add complexity as you go along, thats my rule. That's a good rule ! If your 2 components in your view are in the same component, let's say whatever Panel or

Re: [flexcoders] Cairngorm: should pure view state changes go through the ModelLocator?

2008-10-24 Thread Fro Rosqueta
@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *O. Frabjous-Dey *Sent:* Thursday, October 23, 2008 6:26 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Cairngorm: should pure view state changes go through the ModelLocator? Hi everyone, Here's a design question for you

[flexcoders] Cairngorm and AyncToken Error

2008-10-23 Thread asaivanson
Does anyone have any idea why I'd be getting this error? Type Coercion failed: cannot convert mx.rpc.remoting.mxml::[EMAIL PROTECTED] to mx.rpc.AsyncToken In Cairngorm I'm dispatching an event which fires on creationComplete. The event triggers a RemoteObject, which throws this error from my

[flexcoders] Cairngorm: should pure view state changes go through the ModelLocator?

2008-10-23 Thread O. Frabjous-Dey
Hi everyone, Here's a design question for you Cairngorm experts. In my application's view, I have two main subcomponents: a control bar sort of custom component that I wrote that we'll call the FrabjousControlBar, and a DataGrid, which lists all the users in my application. These users are

RE: [flexcoders] Cairngorm: should pure view state changes go through the ModelLocator?

2008-10-23 Thread Dimitrios Gianninas
] On Behalf Of O. Frabjous-Dey Sent: Thursday, October 23, 2008 6:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm: should pure view state changes go through the ModelLocator? Hi everyone, Here's a design question for you Cairngorm experts. In my application's view, I have two

[flexcoders] Cairngorm AMFPHP Problem

2008-10-09 Thread creativepragmatic
Hello, I am trying to convert an existing Flex/AMFPHP app to Cairngorm but am having trouble returning value objects from PHP. public function login($userVO) { $user = new UserVO(); // yada yada yada, user authenticated, logged and full details received

[flexcoders] Cairngorm

2008-10-02 Thread florian.salihovic
Don't foget the subject next time. The following link might help. http://www.adobe.com/devnet/flex/articles/cairngorm_pt1.html --- In flexcoders@yahoogroups.com, Anand Kumar [EMAIL PROTECTED] wrote: Hi, Please some one explain me about  Cairngorm architecture. Thanks Anand

RE: [flexcoders] Cairngorm

2008-10-02 Thread Dimitrios Gianninas
To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm Don't foget the subject next time. The following link might help. http://www.adobe.com/devnet/flex/articles/cairngorm_pt1.html http://www.adobe.com/devnet/flex/articles/cairngorm_pt1.html --- In flexcoders@yahoogroups.com mailto:flexcoders

[flexcoders] Cairngorm Update Problem

2008-09-24 Thread c_higgon
I am working on a Cairngorm project. I am using a ViewStack component to flip the user interface between a graph component and a filter data component both in the view layer. The basic concept of the application is to have a line graph and allow the users to filter the data using an input

RE: [flexcoders] Cairngorm Update Problem

2008-09-24 Thread Ryan Graham
://code.google.com/p/flexcairngorm/ HTH, Ryan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of c_higgon Sent: Wednesday, September 24, 2008 3:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm Update Problem I am

Re: [flexcoders] Cairngorm Update Problem

2008-09-24 Thread jitendra jain
Either you need to call the ViewStack.callLater(FunctionName)  Thanks, with Regards, Jitendra Jain - Original Message From: c_higgon [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, 25 September, 2008 4:15:10 AM Subject: [flexcoders] Cairngorm Update Problem I am

Re: [flexcoders] Cairngorm BlazeDS Sample App

2008-09-20 Thread Sefi Ninio
Of course you can't, since that's where the server service gets called... Go over the server code with the one who developed it, and debug if from there... On Thu, Sep 18, 2008 at 12:19 AM, c_higgon [EMAIL PROTECTED] wrote: Does anyone have a working example of a Cairngorm project the uses a

[flexcoders] Cairngorm BlazeDS Sample App

2008-09-18 Thread c_higgon
Does anyone have a working example of a Cairngorm project the uses a BlazeDS backend service (Tomcat Server)? In my application, the Command class is always hitting the fault function and I am not able to debug it pass the point the delegate service is called. --- Thanks, ~Chris

[flexcoders] Cairngorm - BlazeDS Example

2008-09-18 Thread c_higgon
Does any know of a good example of a Cairngorm project that uses a BlazeDS backend service? I am having problem delegate to connect to the backend server. Any help would be greatly appreciated. ~Chris

RE: [flexcoders] Cairngorm - BlazeDS Example

2008-09-18 Thread Dimitrios Gianninas
To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm - BlazeDS Example Does any know of a good example of a Cairngorm project that uses a BlazeDS backend service? I am having problem delegate to connect to the backend server. Any help would be greatly appreciated. ~Chris -- WARNING

[flexcoders] Cairngorm article sources on Adobe.com corrupt?

2008-08-22 Thread ivo
Hello, I am trying to download the sources to the article at http://www.adobe.com/devnet/flex/articles/introducing_cairngorm.html (f3ic_studentFiles_16Jun08.zip) but I keep getting a corrupted download. I tried last nite at home and today at work with the same results. Can someone at Adobe

[flexcoders] Cairngorm: AnnounceFaultEvent

2008-08-09 Thread gerhard.schlager
Hello, I'm currently experimenting with the Universal Mind Cairngorm extensions and I'm wondering where I should add an event listener for the AnnounceFaultEvent. I'd like to have one listener for all faults which logs the errors ... I just can't figure out where I should put my listener. :-/

[flexcoders] Cairngorm goes Open Source

2008-08-06 Thread Rick Winscot
A friend of mine just forwarded me this... Which I think would be interesting to anyone who uses, has used, or may use Cairngorm. http://weblogs.macromedia.com/amcleod/archives/2008/08/cairngorm_moved.html Rick Winscot

[flexcoders] Cairngorm, LC DS 2.6, web tier compiler

2008-07-31 Thread r.woess
Hi, I tried to create a small testproject with cairngorm, livecycle data services 2.6 beta including flex web tier compiler. When I compile this project in the browser, I don't get any compilier warnings, but I get the following runtime exception and an empty application without any content.

Re: [flexcoders] cairngorm sevice locator performance?

2008-07-29 Thread Tom Chiverton
On Monday 28 Jul 2008, markflex2007 wrote: Do you think if it affect the performance because no garbage collection for each delegate? No. I've never seen anyone even suggest it might be an issue. Why do you ask ? -- Tom Chiverton This

[flexcoders] cairngorm sevice locator performance?

2008-07-28 Thread markflex2007
Hi, The most cairngorm application has a service locater file (services.xml)and define all service locators there . and many delegates use one instance of a service locater in many case. Do you think if it affect the performance because no garbage collection for each delegate? Thanks for your

[flexcoders] cairngorm/remoteObject/VO - my first crack

2008-07-17 Thread dnk
Good day listers. I got this crazy idea I should have a crack at learning cairngorm/ remoteObject (amfphp) /VO all at once I had previously been using netconnections for my amfphp stuff. At any rate, I was wondering if someone could look over my code to see any blaring no no's in it.

[flexcoders] Cairngorm concepts

2008-07-10 Thread oscar.12321
I have the past few days reading about Cairngorm and, at all, i don't understand the concept behind de events and commands. The people says that a event-command pair corresponds to a user gesture or system event: clicks, app init, etc. But when i browse the Cairngorm store app i found things like

Re: [flexcoders] Cairngorm concepts

2008-07-10 Thread Douglas Knudsen
have a go at this http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.swf DK On Thu, Jul 10, 2008 at 7:37 AM, oscar.12321 [EMAIL PROTECTED] wrote: I have the past few days reading about Cairngorm and, at all, i don't understand the concept behind de events and commands. The people

Re: [flexcoders] Cairngorm concepts

2008-07-10 Thread shaun
Douglas Knudsen wrote: have a go at this http://www.cairngormdocs.org/tools/CairngormDiagramExplorer.swf Very nice indeed. - shaun

[flexcoders] Cairngorm login

2008-07-10 Thread abdiel.ferreira
Someone used in the session screencast login (using cairngorm) by author David tucker? I'm having difficulties in implementing the session created when the user accesses with username and password. The method getSessionUser () returns true or false. If true returns the welcome screen or false

[flexcoders] Cairngorm login

2008-07-10 Thread abdiel.ferreira
Someone used in the session screencast login (using cairngorm) by author David tucker? I'm having difficulties in implementing the session created when the user accesses with username and password. The method getSessionUser () returns true or false. If true returns the welcome screen or false

RE: [flexcoders] Cairngorm Result and Fault Handlers not called

2008-07-04 Thread Dimitrios Gianninas
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jfournet Sent: Thursday, July 03, 2008 6:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm Result and Fault Handlers not called I have one command in my application in which the result and fault handlers are not called

[flexcoders] Cairngorm Result and Fault Handlers not called

2008-07-03 Thread jfournet
I have one command in my application in which the result and fault handlers are not called. All other work fine. The webservice that is tied to it gets executed and data is returned, as I can see it in the flex log file. Does anyone know what might cause this??? Command File: package

[flexcoders] Cairngorm Event Question

2008-06-18 Thread donvoltz
I have been building on my cairngorm experience and have come up to a snag. I understand the whole idea about using the controller to trap and respond to events, however, how do I deal with custom view components that need to respond to an event. For example, I have a custom component that

Re: [flexcoders] Cairngorm Event Question

2008-06-18 Thread Alen Balja
You can try Universal Mind Cairngorm Extensions: http://code.google.com/p/flexcairngorm/ Among others it has these Event features: - Built-in support to transport responders for direct view or business logic callbacks. - Implementation of AnnounceFaultEvent to allow business logic to

Re: [flexcoders] Cairngorm work with local files?

2008-05-28 Thread Tom Chiverton
On Monday 26 May 2008, markflex2007 wrote: Do you think if I can debug cairngorm application with local files like c:\test\bin\test.html? Yup, Cairngorm doesn't care. It even runs in AIR. -- Tom Chiverton This email is sent for and on

[flexcoders] cairngorm and webservice demo?

2008-05-22 Thread markflex2007
hi, I use cairngorm with remoteobject before. I plan to develop a new app with cairngorm and webservice, I want to see a sample code to figure out how to do this. Do you have some url or information for this? thank you in advance. Mark

[flexcoders] Cairngorm: bundling functions to complete a task?

2008-05-14 Thread chigwell23
Example: read a local shared object when user logs on, and send value from local shared object to back-end. The only example I have found of Cairngorm executing a use case of more than one function is a Cairnstore version where ValidateCreditCardCommand needs to continue with

[flexcoders] Cairngorm - always event, always command?

2008-05-01 Thread chigwell23
pseudocode: creationComplete var ipAddress:String ipAddress = getUserIP() function getuserIP():String{ // use Services to go out to ColdFusion which can tell me user IP return IP } But Cairngorm encapsulates actions into commands which are driven by an event and a delegate.

RE: [flexcoders] Cairngorm - always event, always command?

2008-05-01 Thread Jim Hayes
rather than later. Which is sometimes a bit boring, but there you go. Hope that makes (at least some) sense! -Original Message- From: flexcoders@yahoogroups.com on behalf of chigwell23 Sent: Thu 01/05/2008 22:51 To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm - always event

Re: [flexcoders] Cairngorm Model Locator

2008-04-30 Thread Tom Chiverton
On Tuesday 29 Apr 2008, gerhard.schlager wrote: 1) How can I make sure that unused data gets removed from the Model Locator? Why do you need to do so ? -- Tom Chiverton Helping to vitalistically negotiate B2C content on: http://thefalken.livejournal.com

[flexcoders] Cairngorm Model Locator

2008-04-29 Thread gerhard.schlager
Hello! I'm currently creating the software design for a large application which we are going to build using Flex 3, Cairngorm 2.2.1 and SabreAMF (PHP). I have already created my first prove of concept, however, I have a few issues with Cairngorm's Model Locator. 1) How can I make sure that

RE: [flexcoders] Cairngorm Model Locator

2008-04-29 Thread Battershall, Jeff
] On Behalf Of gerhard.schlager Sent: Tuesday, April 29, 2008 12:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm Model Locator Hello! I'm currently creating the software design for a large application which we are going to build using Flex 3, Cairngorm 2.2.1 and SabreAMF (PHP

Re: [flexcoders] Cairngorm Model Locator

2008-04-29 Thread Ben Clinkinbeard
You definitely don't want your model keeping track of views using its data. My 30 second recommendation would be to look into the UM Cairngorm extensions as they can help you reduce the amount of clutter that needs to be stored on the/a model. Specifically view callbacks is the feature that helps

[flexcoders] Cairngorm - reload wsdl file

2008-04-28 Thread Robin Burrer
Hi all, I'm creating an app using Cairngorm and Swf Studio. (The app runs form CD) While the application initializes i need to talk to a webservice. The problem is that the service locator class loads the wsdl file automatically. If the user is not online the wsdl can obviously not be

  1   2   3   4   5   6   7   8   >