RE: [flexcoders] Cairngorm or AS3 question please help

2007-09-10 Thread Battershall, Jeff
: [flexcoders] Cairngorm or AS3 question please help Hi, I'm using Cairngorm. On one of the Business Delegate classes, I got defined 3 services, instantiated on the Business delegate constructor. Here an example: class UserDelegate { private var userService: Object; private var adminService

RE: [flexcoders] Cairngorm or AS3 question please help

2007-09-10 Thread Battershall, Jeff
] On Behalf Of Battershall, Jeff Sent: Monday, September 10, 2007 2:13 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm or AS3 question please help Hmmm First of all, what is returning from ServiceLocator.getInstance().getService() is of type mx.rpc.remoting.RemoteObject

[flexcoders] Cairngorm - Architectural kinda question

2007-08-31 Thread Jus
Hi all, hope this is the right list to post this type of question.. I'm sure someone can help me out. I'm new to Flex and coming from a web/ajax background I'm struggling a bit with the 'statefulness' of flex, compared to the relatively 'statelessness' of your typical web page. Basically, I'm

Re: [flexcoders] Cairngorm - Architectural kinda question

2007-08-31 Thread Jon Bradley
On Aug 31, 2007, at 6:31 AM, Jus wrote: Quite straightforward, right? I want to use value objects - but I have some questions about how they should be used: 1) Can or should a VO contain references to or collections of other VOs? For example, a wine has a producer. I have a wineVO and a

[flexcoders] Cairngorm with Flex Modules...how did you do it?

2007-08-29 Thread chuyler1
Right now I am trying to layout a project that uses Cairngorm and multiple swf modules. I am currently using one project in Flex Builder but I am wondering if I should break each module out into its own project. Has anyone done this? If so, how did you accomplish it? Did you just share your

RE: [flexcoders] Cairngorm release dates

2007-06-15 Thread Dimitrios Gianninas
: Thursday, June 14, 2007 5:17 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm release dates Hi, This is for Cairngorm guru's who frequently visit Flex coders. I needed dates for various releases of Cairngorms. Cairngorm 2.2 - April 2007. Cairngorm 2.1 Cairngorm 2 Cairngorm 0.99

[flexcoders] Cairngorm release dates

2007-06-14 Thread gur_sukh
Hi, This is for Cairngorm guru's who frequently visit Flex coders. I needed dates for various releases of Cairngorms. Cairngorm 2.2 - April 2007. Cairngorm 2.1 Cairngorm 2 Cairngorm 0.99 Cairngorm 0.95 Also do we have rough data as per the growth of its popularity. Thanks in advance GS

[flexcoders] Cairngorm (server) error handling pattern(s)

2007-05-29 Thread pgp.coppens
Hello, I was wondering whether anyone has any guidance on how to deal with server/service errors, including, but not limited to field validation errors. Something like what is explained in http://onrails.org/articles/2007/03/06/mapping-rails-errors-to-flex-fields but then as a natural Cairngorm

[flexcoders] Cairngorm event question.

2007-05-22 Thread Tero Pikala
Hi I’m designing my first Cairngorm application and would like to have opinions about events to create. I will definitely have LoginEvent which takes place after user has entered credentials and clicked “Login” button. Should I also create events like LoginSuccessfulEvent,

RE: [flexcoders] Cairngorm event question.

2007-05-22 Thread Dimitrios Gianninas
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tero Pikala Sent: Tuesday, May 22, 2007 8:17 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm event question. Hi I’m designing my first Cairngorm application and would like to have opinions about events to create. I

RE: [flexcoders] Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-17 Thread Alistair McLeod
@yahoogroups.com Subject: [flexcoders] Cairngorm 2.2 incompatible with AS-based ServiceLocator? I think there may be a problem related to using the accessors collection returned by describeType() in AbstractServices.as. It doesn't seem to include items declared in AS. I am getting an error saying the web

[flexcoders] Cairngorm: how do you use it?

2007-05-11 Thread Cosma
Hello, after some weeks spent playing with Flex, I'm now trying to learn Cairngorm. I understood the concepts of the framework (and I know the problems it intends to address), but I've some questions about the best usage of Model Locator with data binding. To build up the user interface of the

Re: [flexcoders] Cairngorm: how do you use it?

2007-05-11 Thread Tom Chiverton
On Friday 11 May 2007, Cosma wrote: Now, my question is: should the single UI pieces be aware of the model locator, or it is better for them to expose properties, letting the layout component to use the model locator? I would go with the latter, on the grounds that the individual bits

[flexcoders] Cairngorm Dynamic Tree

2007-05-09 Thread achegedus
I currently have a tree that will hit a webservice when you click to expand a node. It works great! My problem is that I'm trying to implement this in an app using the Cairngorm framework and I'm hitting a road block... I want to write a method that will search the tree for a node.

[flexcoders] Cairngorm 2.2 incompatible with AS-based ServiceLocator?

2007-05-03 Thread ben.clinkinbeard
I think there may be a problem related to using the accessors collection returned by describeType() in AbstractServices.as. It doesn't seem to include items declared in AS. I am getting an error saying the web service can't be found or something similar when calling getWebService() on my AS-based

Re: [flexcoders] Cairngorm 2.2 on Adobe Labs

2007-04-30 Thread Tom Chiverton
On Friday 27 Apr 2007, Alistair McLeod wrote: Cairngorm 2.2. This isn't a major release, with only a few minor Well, our current in-progress project needed no changes, but dropped in size by about 150K, cool :-) -- Tom Chiverton Helping to proactively harvest bleeding-edge content on:

[flexcoders] Cairngorm 2.2 on Adobe Labs

2007-04-27 Thread Alistair McLeod
Hi, I've just updated the content on Adobe Labs to announce the release of Cairngorm 2.2. This isn't a major release, with only a few minor additions and some productivity fixes. The major change is that dependancies on fds.swc have been externalised into a separate download, Cairngorm

RE: [flexcoders] Cairngorm, is this suitable as Cairngorm event

2007-04-26 Thread Dimitrios Gianninas
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bnsmeets Sent: Wednesday, April 25, 2007 5:57 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm, is this suitable as Cairngorm event Hi all, Wondering if the Cairngorm events are supposed to be only

[flexcoders] Cairngorm, is this suitable as Cairngorm event

2007-04-25 Thread bnsmeets
Hi all, Wondering if the Cairngorm events are supposed to be only events that need backend comunication. Situation now is that I have a Model, which contains e.g. SelectedObject. I use this var to store the selected object by users in the interface. No problems so far. But now I want to be able

[flexcoders] cairngorm dataservices

2007-04-19 Thread medaboine srinivas
Hi all, Can any one work on the Cairngorm dataservices. Pls. Share the sample application. Thanks, Srinivas.M __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

[flexcoders] Cairngorm ServiceLocator error - duplicate instantiation

2007-04-19 Thread e_baggg
I am using Cairngorm (Flex 2.0.1)...and if I put the cursor inside the text area and (holding down the Ctrl key) hit Enter really fast, I get this error below where the main application is trying to call the ServiceLocator constructor again. Any idea why? I can replicate it w/ a simple app. ##

[flexcoders] Cairngorm 2 + Modules: A Proposal

2007-04-10 Thread digitalchckn
Evening all, Since Flex 2.0.1, one question I've seen buzzing this list and other blogs is how the Flex 2.0.1 modules API can be made to work with the Cairngorm 2 micro-architecture. This has been a burning question for myself as well and while I've read several short messages about how it might

[flexcoders] Cairngorm event

2007-04-03 Thread mapper2255
Good Afternoon, I know this has been asked before, I see 51 threads on tree events cairngorm yet none seem to take the last step. From this thread: http://tech.groups.yahoo.com/group/flexcoders/message/51927 I created a tree and have successfully passed the events. I do not need at this time

Re: [flexcoders] Cairngorm event

2007-04-03 Thread Bjorn Schultheiss
In the tree's parent. tree.addEventListener( TreeEvent.CHANGE, addProductToShoppingCart ); On 04/04/2007, at 4:18 AM, mapper2255 wrote: Good Afternoon, I know this has been asked before, I see 51 threads on tree events cairngorm yet none seem to take the last step. From this thread:

[flexcoders] Cairngorm and compile time generated errors

2007-03-28 Thread bparvizi1
I'm using Cairngorm in Flex Builder Eclipse. However, in my .as and mxml files the compile time error checking in the problems panel does not work. Compile time errors fall silent. I made sure to have the Build Automatically checked as well, so I know I am compiling it. I have to run the

Re: [flexcoders] Cairngorm and compile time generated errors

2007-03-28 Thread Douglas McCarroll
If I recall correctly, this is because you are using the SWC for your Cairngorm code. Point your project at some Cairngorm source code, and give it a try. Douglas bparvizi1 wrote: I'm using Cairngorm in Flex Builder Eclipse. However, in my .as and mxml files the compile time error checking

Re: [flexcoders] Cairngorm for Apollo?

2007-03-20 Thread Johannes Nel
why can't you use cairngorm for appollo as it is? On 19 Mar 2007 07:24:54 -0700, João Fernandes [EMAIL PROTECTED] wrote: I think the subject says all, will be a cairngorm version for Apollo? Thanks, João Fernandes -- j:pn http://www.lennel.org

Re: [flexcoders] Cairngorm for Apollo?

2007-03-20 Thread Rich Tretola
There doesn't need to be any different as Apollo is simply a wrapper, so you can use the current version of Cairngorm without any issues. On 19 Mar 2007 07:24:54 -0700, João Fernandes [EMAIL PROTECTED] wrote: I think the subject says all, will be a cairngorm version for Apollo? Thanks,

[flexcoders] Cairngorm for Apollo?

2007-03-19 Thread João Fernandes
I think the subject says all, will be a cairngorm version for Apollo? Thanks, João Fernandes

RE: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread Dimitrios Gianninas
[mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes Sent: Monday, March 19, 2007 10:24 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm for Apollo? I think the subject says all, will be a cairngorm version for Apollo? Thanks, João Fernandes -- WARNING

Re: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread Brian Dunphy
I think that the Flex 2 based Cairngorm will work fine if you intend to develop on the Apollo platform with the Flex SDK. Brian On 19 Mar 2007 07:24:54 -0700, João Fernandes [EMAIL PROTECTED] wrote: I think the subject says all, will be a cairngorm version for Apollo? Thanks, João

Re: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread João Fernandes
I know that current cairngorm works fine with Apollo but at MAX they mentioned that the roadmap was also extend it to support Apollo, so, I guess is somehow to use some Apollo specific API. João Fernandes

Re: [flexcoders] Cairngorm for Apollo?

2007-03-19 Thread Rich Tretola
Perhaps something built in to manage windows? On 19 Mar 2007 08:02:44 -0700, João Fernandes [EMAIL PROTECTED] wrote: I know that current cairngorm works fine with Apollo but at MAX they mentioned that the roadmap was also extend it to support Apollo, so, I guess is somehow to use some

[flexcoders] Cairngorm question

2007-03-17 Thread xmrcivicboix
I just picked up on Cairngorm and it seems somewhat confusing. I hope someone would help me clarify this. I have an Array of files that I would like to import. How can I execute each command without manually creating those commands and delegates for each of those file. In the end result, I would

RE: [flexcoders] Cairngorm FrontController

2007-03-16 Thread Stembert Olivier (BIL)
, Olivier -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Mark Hawley Sent: Friday, March 16, 2007 12:37 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm FrontController You're doing something very weird, but I can't figure out

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-16 Thread Piotrowski, John
:49 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Cairngorm: When / why override clone in Events Sean, You can read in the Flex doc: There are two utility methods in the Event class. The clone() method allows you to create copies of an event object. The toString() method allows

RE: [flexcoders] Cairngorm FrontController

2007-03-16 Thread Dimitrios Gianninas
the broadcasting. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Shannon Sent: Thu 3/15/2007 6:42 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm FrontController I am new to Cairngorm and Flex (I'm All About

[flexcoders] Cairngorm FrontController

2007-03-15 Thread Shannon
I am new to Cairngorm and Flex (I'm All About Flash) so bear with me. I am creating a component and I want it to use Cairngorm. I also want to be sure that some events fired from the component are only heard by the Cairngorm of the single component instance. Component namespaces won't help

Re: [flexcoders] Cairngorm FrontController

2007-03-15 Thread John Mark Hawley
PROTECTED] Date: 2007/03/15 Thu PM 04:42:01 CST To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm FrontController I am new to Cairngorm and Flex (I'm All About Flash) so bear with me. I am creating a component and I want it to use Cairngorm. I also want to be sure that some events

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-15 Thread Stembert Olivier (BIL)
to do with Cairngorm. Rgds, Olivier From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Sell Sent: Wednesday, March 14, 2007 8:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm: When / why override clone in Events

[flexcoders] Cairngorm: When / why override clone in Events

2007-03-14 Thread Sean Sell
In one of the Cairngorm examples I learned Cairngorm from each event had defined an override for the clone method (of Flash.Event). Does anyone understand haw and when you should do this? Does Cairngorm clone the events behind the scenes somewhere that requires this be done? --Sean

RE: [flexcoders] Cairngorm: When / why override clone in Events

2007-03-14 Thread Robert Chyko
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sean Sell Sent: Wednesday, March 14, 2007 3:45 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm: When / why override clone in Events In one of the Cairngorm examples I

[flexcoders] Cairngorm app with HTTPService

2007-03-10 Thread achegedus
I'm having a hard time learning Cairngorm, but I'm determined to figure it out!! My current problem is with my HTTPService. In my Delegate, I'm calling the service like this: public class ContactListDelegate { private var responder : IResponder; private var service : Object;

[flexcoders] cairngorm strategy question

2007-03-05 Thread hank williams
I have a class that is basically a sound server. It both generates events - like sound #1234 is finished and receives commands like start playing sound #4567. My problem is that I am not sure where to put this in the cairngorm universe. If I were to put it in the model, thats kinda wierd since

RE: [flexcoders] Cairngorm FDS Sample

2007-02-27 Thread jason.proulx
specific record manually, which kinda sucks. Jay Proulx [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of auddaraj Sent: February 26, 2007 2:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm FDS Sample

[flexcoders] Cairngorm FDS Sample

2007-02-26 Thread auddaraj
Hi, We are planning to use Cairngorm in our flex project which uses FDS. I tried looking around for samples that use FDS(not remoting) but no luck. From www.cairngormdocs.org I am able to find number of sample that use webservices, remoting etc.. Can anyone suggest a sample Cairngorm app that

Re: [flexcoders] Cairngorm FDS Sample

2007-02-26 Thread Jeffry Houser
I thought that any use of RemoteObject was accessing Flex Data Services (or a ColdFusion server). The Cairngorm Store 2.1 uses RemoteObject and therefore must be using Flex Data Services. I also converted the Cairngorm Store to work with a CF backend if anyone is interested, download are

[flexcoders] Cairngorm Display List

2007-02-22 Thread mapper2255
Good Morning, I have created a new View in Cairngorm 2.1. It will be the default View. Is there some sample code around when trying to use the display list in a HBox? I know components are used to display in and the display list is used to display on. I need to load a swf on the display list

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-22 Thread Yiðit Boyar
, 2007 12:35:01 AM Subject: Re: [flexcoders] Cairngorm - design question, need suggestions-best practices hey yigit, check out flex data services http://www.adobe. com/products/ flex/dataservice s/ it comes at a cost $$$ if you can afford it, it'll look after pushing data

RE: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-22 Thread Karl Johnson
From: flexcoders@yahoogroups.com on behalf of Yiðit Boyar Sent: Wed 2/21/2007 3:45 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm - design question, need suggestions-best practices hi all; i just can not believe there is no reply to my post. has not anyone

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread Yiðit Boyar
] To: flexcoders@yahoogroups.com Sent: Tuesday, February 20, 2007 9:35:55 PM Subject: [flexcoders] Cairngorm - design question, need suggestions-best practices hi all; i'll buld an application in which the same data (or sth related) is shown in many views; so i

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread Ben Yee
Message From: Yiðit Boyar [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 20, 2007 9:35:55 PM Subject: [flexcoders] Cairngorm - design question, need suggestions-best practices hi all; i'll buld an application in which the same data (or sth related) is shown in many

Re: [flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-21 Thread Bhuvan Gupta
enough for you? or our group started to overflow and not answer needs... maybe a newsgroup/forum is needed.. - Original Message From: Yiðit Boyar [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, February 20, 2007 9:35:55 PM Subject: [flexcoders] Cairngorm - design question

[flexcoders] Cairngorm - design question, need suggestions-best practices

2007-02-20 Thread Yiðit Boyar
hi all; i'll buld an application in which the same data (or sth related) is shown in many views; so i will user cairngorm. (phpmysqlamfphp) but the problem is that other clients may change the data(base) so my model values must be updated in these cases. this seems to be a common problem with

Re: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-19 Thread Tom Chiverton
On Monday 19 Feb 2007, Paul Andrews wrote: Why should the part of the app with the date control know that a get data event is required? It doesn't. All it knows it to broadcast a NewDateEvent. What the controller does with that is it's own buisness. -- Tom Chiverton Helping to

RE: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-19 Thread Dimitrios Gianninas
Exactly :) Dimitrios Gianninas RIA Developer Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, February 19, 2007 6:04 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm event

RE: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-19 Thread Grant Davies
To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cairngorm event that will affect all models, where to put the logic. Exactly :) Dimitrios Gianninas RIA Developer Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton

Re: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-19 Thread Tom Chiverton
On Monday 19 Feb 2007, Grant Davies wrote: Ok... The controller should listen for the data change event and then dispatch the get other related data ? This should be in the controller which right now just maps an event to a command and does not other processing... No, the controller does

RE: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-19 Thread Grant Davies
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, February 19, 2007 11:19 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] cairngorm event that will affect all models, where to put the logic. On Monday 19 Feb 2007, Grant Davies wrote: Ok

RE: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-18 Thread Dimitrios Gianninas
To: flexcoders@yahoogroups.com Subject: [flexcoders] cairngorm event that will affect all models, where to put the logic. Hey guys, have a cairngorm architecture question. I have a dashboard where various charts are based on a global date. I have my datemodel and commands etc that update

RE: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-18 Thread Grant Davies
Gianninas Sent: Sunday, February 18, 2007 11:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cairngorm event that will affect all models, where to put the logic. When the date changes, fire off the same event that will execute the command that got you data in the first place, should

Re: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-18 Thread Bjorn Schultheiss
PROTECTED] http://www.bluetube.com/bti -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Sunday, February 18, 2007 11:27 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cairngorm event that will affect all

RE: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-18 Thread Dimitrios Gianninas
the part of the app that holds the date control... Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Grant Davies Sent: Sun 2/18/2007 11:42 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] cairngorm event

Re: [flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-18 Thread Paul Andrews
Why should the part of the app with the date control know that a get data event is required? Paul - Original Message - From: Dimitrios Gianninas [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Sunday, February 18, 2007 9:38 PM Subject: RE: [flexcoders] cairngorm event

[flexcoders] cairngorm event that will affect all models, where to put the logic.

2007-02-17 Thread Grant Davies
Hey guys, have a cairngorm architecture question. I have a dashboard where various charts are based on a global date. I have my datemodel and commands etc that update the datemodel based on the date event being fired. What I also need to happen is if the date changes, I need to get fresh data

[flexcoders] Cairngorm, front controller and modulat apps

2007-02-15 Thread Stembert Olivier (BIL)
Hi all, I am in the process of integrating Cairngorm in a modular application. The modular app is composed of one shell and several modules. I would like that one module can send a message to another module via the shell. How to do that? 1. In each module, I define a front controller which will

[flexcoders] Cairngorm: ArrayCollection(ValuObject)-Event on changing data?

2007-02-14 Thread martywolf11
hello, In my ModelLocator class i defined an ArrayCollection: [Bindable] [ArrayElementType(cairngorm.vo.FriendVO)] public var friends:ArrayCollection; storying the FriendVO object works perfectly, but now i want an event to fire up whenever i add a new FriendVO object, delete it or change it. i

RE: [flexcoders] Cairngorm: ArrayCollection(ValuObject)-Event on changing data?

2007-02-14 Thread Dimitrios Gianninas
: Wednesday, February 14, 2007 12:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm: ArrayCollection(ValuObject)-Event on changing data? hello, In my ModelLocator class i defined an ArrayCollection: [Bindable] [ArrayElementType(cairngorm.vo.FriendVO)] public var

Re: [flexcoders] Cairngorm: ArrayCollection(ValuObject)-Event on changing data?

2007-02-14 Thread slangeberg
Dang, You got me excited with: [ArrayElementType(cairngorm.vo.FriendVO)] public var friends:ArrayCollection; But, according to the docs, this only applies to type: Array. I tried it and compiler does not appear to pick up on this restriction, for ArrayCollection (I tried adding item not of

[flexcoders] Cairngorm - fireing two events at the same time messes the results?

2007-02-10 Thread Danko Kozar
I have two Cairngorm events that trigger two commands which (using delegate) trigger two different web service methods. The problem is that both calls return the same result set (?). It seems that fireing two events at the same time causes this problem. Any suggestions? Thanks.

[flexcoders] Cairngorm: Set the DataGrid selectedItem value - best practice?

2007-02-09 Thread Danko Kozar
I'm interested what's the best practice for this issue: I edit a DataGrid items - not in the grid but in the form that pops up on items double-click. After the edited item is submitted to the database, I'd like to change it's on-screen appearance. If I change its value in a DataProvider -

[flexcoders] Cairngorm 2.1 AMFPHP 1.9

2007-01-31 Thread mapper2255
Hello, Have been trying all day to get CairngromStore running and keep getting this error: theMessagingError message='Unknown destination 'AMFPHP1_9'.' Using xampp/php 5. Have searched a long time for the answer with no help. Ran across this thread: http://www.mail-

RE: [flexcoders] Cairngorm - Question on using ResultHandler

2007-01-28 Thread Dimitrios Gianninas
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of malik_robinson Sent: Sunday, January 28, 2007 1:49 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm - Question on using ResultHandler Hi, I have a question using Cairngorm and Commands. I am new

[flexcoders] Cairngorm - Question on using ResultHandler

2007-01-27 Thread malik_robinson
Hi, I have a question using Cairngorm and Commands. I am new to it but its making more sense to me each day at least it seems that way. I have the following in my LoginCommand.as public function result( data:Object ):void { var event:ResultEvent = data as ResultEvent; if

Re: [flexcoders] Cairngorm web service not getting results

2007-01-24 Thread Todd Breiholz
The problem is that the service call is asynchronous. You need to look for the result in your command. When you instantiate your Delegate (from your Command, I assume) you pass the Command instance to the constructor as the responder. When the service call is completed, the Flex framework will

[flexcoders] Cairngorm web service not getting results

2007-01-23 Thread achegedus
I have a small login app that is calling a web service to determine if the login is valid. The web service currently only returns a string. Here is the code: in Services.mxml mx:WebService id=Service wsdl=http://localhost/GSSData/service.asmx?WSDL;

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-17 Thread Tom Chiverton
On Tuesday 16 January 2007 16:15, Battershall, Jeff wrote: I'm not sure a singleton delegate would do the trick - and then you might have threading issues - right? The flash player is single threaded isn't it ? -- Tom Chiverton Helping to simultaneously entrench guinine technologies

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-17 Thread Battershall, Jeff
: Tuesday, January 16, 2007 3:27 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events OK, I was able to finally get somewhere with this... Here's what I was using in my Delegate in the login

RE: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-16 Thread Alistair McLeod
PROTECTED] On Behalf Of Tom Baggett Sent: 15 January 2007 18:02 To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm support for Flex 2.0.1 modules? Hello all, I'm evaluating the new module interface in the Flex 2.0.1 update and have some questions in regards to Cairngorm-architected apps

Re: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-16 Thread Tom Chiverton
On Tuesday 16 January 2007 10:11, Alistair McLeod wrote: I'd be interested in hearing the thoughts and experiences on others on this too. Modules would register their interest in particular Events when they were loaded - multiple modules repsonding to the same Event would also be possible.

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
: [flexcoders] Cairngorm Duplicate Remote Object Return Events I was seeing this same thing today with some stuff I was working on. I hadn't spent any time trying to remove the event listeners before adding them again though. So, I don't know if that would work

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Mark Doberenz *Sent:* Monday, January 15, 2007 10:31 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events I was seeing this same thing today with some stuff I was working

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
are you using? I'm using CFMX 7.02. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent: Tuesday, January 16, 2007 11:50 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm

RE: [flexcoders] Cairngorm ServiceLocator error

2007-01-16 Thread jason.proulx
I always forget that part too :P Jay Proulx [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: January 15, 2007 11:09 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm ServiceLocator

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
Doberenz *Sent:* Tuesday, January 16, 2007 11:50 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events OK, so maybe having a Singleton delegate wouldn't be a good idea. Here's a bit more I've found on the topic. I put a breakpoint

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mark Doberenz Sent: Tuesday, January 16, 2007 1:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Thijs Triemstra
PROTECTED] On Behalf Of Mark Doberenz Sent: Tuesday, January 16, 2007 1:54 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events You're right, I was just calling them duplicate events, but repeated ones from earlier events is a much better

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Mark Doberenz
in Cairngorm 2.1 - I'm using 2.0. -Original Message- *From:* flexcoders@yahoogroups.com [mailto:flexcoders flexcoders@ yahoogroups.com] *On Behalf Of *Mark Doberenz *Sent:* Tuesday, January 16, 2007 1:54 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Cairngorm Duplicate Remote

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-16 Thread Battershall, Jeff
@yahoogroups.com Subject: Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events OK, I was able to finally get somewhere with this... Here's what I was using in my Delegate in the login method... var call:AsyncToken = service.login

RE: [flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-16 Thread Dirk Eismann
. -Ursprüngliche Nachricht- Von: flexcoders@yahoogroups.com im Auftrag von Alistair McLeod Gesendet: Di 16.01.2007 11:11 An: flexcoders@yahoogroups.com Betreff: RE: [flexcoders] Cairngorm support for Flex 2.0.1 modules? Hi Tom, Before any additions are made to the Cairngorm framework, we always ensure

Re: [flexcoders] Cairngorm VO question

2007-01-15 Thread Tom Chiverton
On Sunday 14 January 2007 00:56, Kevin wrote: public var bookList: BookListVO; However, I am having problems extending the ArrayCollection class You can use meta data hints ([]) to indicate the types an ArrayCollection contains. -- Tom Chiverton Helping to dramatically streamline end-to-end

Re: [flexcoders] Cairngorm VO question

2007-01-15 Thread Kevin
thanks. that helped. On Jan 15, 2007, at 6:30 AM, Tom Chiverton wrote: On Sunday 14 January 2007 00:56, Kevin wrote: public var bookList: BookListVO; However, I am having problems extending the ArrayCollection class You can use meta data hints ([]) to indicate the types an

[flexcoders] Cairngorm ServiceLocator error

2007-01-15 Thread Kevin
has any one receieved this error when using the Cairngorm ServiceLocator? ReferenceError: Error #1069: Property myListService not found on com.adobe.cairngorm.business.ServiceLocator and there is no default value. Here is my code: (in Delegate file) this.service =

[flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Battershall, Jeff
I've got a delegate class making a remote object call using CF 7.02 as the backend. What I'm seeing is that I'm getting duplicate return events coming over for a single delegate instance. If I invoke the remote object once, I get the result event once. If I invoke the RO again, I get the result

RE: [flexcoders] Cairngorm ServiceLocator error

2007-01-15 Thread jason.proulx
@yahoogroups.com Subject: [flexcoders] Cairngorm ServiceLocator error has any one receieved this error when using the Cairngorm ServiceLocator? ReferenceError: Error #1069: Property myListService not found on com.adobe.cairngorm.business.ServiceLocator and there is no default value. Here is my code

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Tom Chiverton
On Monday 15 January 2007 15:02, Battershall, Jeff wrote: behavior? I can work around it, sure, but I don't think I should have to. No, you're right, this is wrong :-) Firstly, set the log level at the bottom of your ColdFusion servers services-config.xml to 'debug' and restart ColdFusion.

Re: [flexcoders] Cairngorm ServiceLocator error

2007-01-15 Thread Kevin
Application file. Jay Proulx [EMAIL PROTECTED] From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kevin Sent: January 15, 2007 9:26 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Cairngorm ServiceLocator error has any one receieved this error when using

RE: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Battershall, Jeff
PROTECTED] On Behalf Of Tom Chiverton Sent: Monday, January 15, 2007 11:02 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events On Monday 15 January 2007 15:02, Battershall, Jeff wrote: behavior? I can work around it, sure, but I don't think I

Re: [flexcoders] Cairngorm Duplicate Remote Object Return Events

2007-01-15 Thread Martin Wood-Mitrovski
One theory I have about what 'might' be happening is that before I make my servce call, I'm adding event listeners for the result/fault and these may be duplicate ones, because the remote object instance is being persisted in ServiceLocator. However, I tried explictly removing the listeners

[flexcoders] Cairngorm support for Flex 2.0.1 modules?

2007-01-15 Thread Tom Baggett
Hello all, I'm evaluating the new module interface in the Flex 2.0.1 update and have some questions in regards to Cairngorm-architected apps. Does anyone have recommendations on how you would slice up a Cairngorm-based Flex app into modules? For example, the ModelLocator- and

<    1   2   3   4   5   6   7   8   >