Search the web
Sign In
New User? Sign Up
cairngorm-documentation · Cairngorm Documentation Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 995 - 1024 of 1038   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
995
I'm stumped on this one, I'm trying to get the Cairngorm plug-in to work on Eclipse 3.4.1 with the flex builder 3 plugin-in. I've installed the Cairngorm.swc...
bladejohnsonjives
bladejohnson...
Offline Send Email
Dec 9, 2008
9:15 pm
996
Please contact us at careers_catalytic@... FLASH / FLEX |CATALYTIC SOFTWARE | 3.6+ to 8 Yrs | Hyderabad Company: Catalytic Software (www.catalytic.com) ...
careers_catalytic
careers_cata...
Offline Send Email
Dec 15, 2008
2:24 pm
997
I am fairly new to using Flex and the Cairngorm framework. In getting my current position, I completed a test-driven programming exercise using Cairngorm and...
Errol Thompson
kiwietwork
Offline Send Email
Dec 15, 2008
7:47 pm
998
You should try PureMVC, inmho its easier to do TDD with that framework. ... From: Errol Thompson <kiwiet@...> Subject: [cairngorm-documentation] To:...
stoica ionut
iongion
Offline Send Email
Dec 17, 2008
1:48 pm
999
In one delegate I have the following: private var __locator:ServiceLocator = new ServiceLocator.getInstance(); And it compiles just fine, and in fact this...
jeremysavoy
Offline Send Email
Dec 29, 2008
7:34 pm
1000
I'm running Flex 3 with Cairngorm 2.2.1. I get the following warnings in the debug console after refactoring my code to use Cairngorm (used Cairngen): warning:...
jeremysavoy
Offline Send Email
Dec 31, 2008
2:03 pm
1001
Ok, I have an update - I had to modify the instructions from the documentation, since "result" was a resultevent, I had to use result.result for my...
jeremysavoy
Offline Send Email
Dec 31, 2008
2:21 pm
1002
So, now that I've added an alert to the fault() function of the command file, I get the following ... but unsure why, this worked prior to refactoring to use...
jeremysavoy
Offline Send Email
Dec 31, 2008
2:52 pm
1003
It seems that the problem is in the server code. I'd check if __service.addContact_PHP(contact) gets called and debug on the server side... HTH, Claudiu ...
claudiu ursica
the_braniak
Offline Send Email
Dec 31, 2008
3:18 pm
1004
Per my other post, I am getting into the fault() routine of my AddContactCommand.as. When I run my ContactService.php file directly on the server, I get no ...
jeremysavoy
Offline Send Email
Dec 31, 2008
3:46 pm
1005
Found the final issue ... my RemoteClass alias binding in my AS VO included the full reverse DNS name, and my class mapping in index.php for Zend AMF did not. ...
jeremysavoy
Offline Send Email
Dec 31, 2008
6:02 pm
1006
Hi, just wondering if you ever found a good way to do this? I'd like to implement something like this as well....
jeremysavoy
Offline Send Email
Jan 1, 2009
3:21 pm
1007
Unfortunately, no, though I have had a couple ideas since then. If I ever implement any of them successfully I'll let you know and would appreciate the same. ...
Bob Mattax
rlmattax
Online Now Send Email
Jan 1, 2009
5:54 pm
1008
I have an array collection that is a collection of ContactVO items. When I debug and look at the ArrayCollection, each item, [0], [1], etc is of type...
jeremysavoy
Offline Send Email
Jan 2, 2009
10:52 pm
1009
I forgot to add, here is how I'm creating the AC: __model.myAC = new ArrayCollection(myDataGrid.dataProvider.source); ... ...
jeremysavoy
Offline Send Email
Jan 2, 2009
10:59 pm
1010
In my opinion this is a function of the Component and would not participate in the MVC aspect of your application. For that reason I would suggest that the...
Evan Gifford
evangifford
Offline Send Email
Jan 3, 2009
11:50 am
1011
I've encountered this many times, it is caused by Flash not able to make the connection with class information in the AMF or missing class information. By...
Evan Gifford
evangifford
Offline Send Email
Jan 3, 2009
12:21 pm
1012
I forgot to add, here is how I'm creating the AC: __model.myAC = new ArrayCollection(myDataGrid.dataProvider.source); ... ...
jeremysavoy
Offline Send Email
Jan 3, 2009
2:43 pm
1013
Thanks for the response. I actually already have this code in all of my VO's - and in fact this code was working without any issue prior to refactoring to use...
jeremysavoy
Offline Send Email
Jan 3, 2009
2:51 pm
1014
In that case you might need to just update the classpath in your RemoteClass metadata. _____ From: cairngorm-documentation@yahoogroups.com ...
Evan Gifford
evangifford
Offline Send Email
Jan 3, 2009
2:56 pm
1015
Well, I think I have everything done correctly ... in my AS VO I have the following: [RemoteClass(alias="com.myproject.vo.ContactVO")] And in my Zend AMF...
jeremysavoy
Offline Send Email
Jan 3, 2009
5:55 pm
1016
BTW, the "object" field inside the "ObjectProxy" items is of type com.myproject.vo.ContactVO ... so things *seem* to be ok there, right? ... RemoteClass ... ...
jeremysavoy
Offline Send Email
Jan 3, 2009
5:57 pm
1017
Evan you were right, there was an issue with my RemoteAlias ... I was using my fully qualified reverse DNS name for the VO, when I should have been using the...
jeremysavoy
Offline
Jan 4, 2009
3:46 pm
1018
Hello all, I updated the Cairngorm Diagram Explorer and the accompanying AddContact application to Cairngorm 2.2.1, and I'm wondering how to submit it to the...
jimrobson89
Offline Send Email
Feb 2, 2009
10:35 pm
1019
Hi, Does anyone know if there is a way or a way that cairngorm supports communication between swfs, similar to Pipes in PureMVC. I'm looking at both...
stephen50232
Offline Send Email
Feb 3, 2009
12:35 pm
1020
So this is something you can do leveraging the Flex framework; Cairngorm isn't trying to offer solutions to all problems....you can build a Cairngorm...
Steven Webster
swebsteratit...
Offline Send Email
Feb 3, 2009
12:49 pm
1021
Hey guys, One thing I can offer that will help is a project I just demonstrated at FlexCamp Orange County that I'm calling "LocalConnectionService". Basically...
Evan Gifford
evangifford
Offline Send Email
Feb 3, 2009
3:55 pm
1022
Cool, can't wait to see it. You can email it over to Douglas McCarrol and myself and we'll get it upload for you. _Evan - evan@......
Evan Gifford
evangifford
Offline Send Email
Feb 3, 2009
3:57 pm
1023
Hi all, I'm new to CG and I have just learnt it over the weekend. I made this toy application to read yahoo news RSS feeds: ...
Anggie Bratadinata
mas_ab2003
Offline Send Email
Feb 23, 2009
4:37 pm
1024
I am developing a custom component that is using cairngorm for mvc. I will be delivering the component as a swc file to customers. If a customer uses this...
randell.browning
randell.brow...
Offline Send Email
Feb 25, 2009
3:57 pm
Messages 995 - 1024 of 1038   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help