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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 989 - 1018 of 1038   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
989
I read about this http://www.thomasburleson.biz/2007/06/cairngorm_view_notifications.html#more which partially deals with a certain case, but: What to do when...
ionut stoica
iongion
Offline Send Email
Nov 3, 2008
9:30 pm
990
Evan, thanks for your reply. But it doesn't work. I load my module like this : var moduleloader:ModuleLoader = new ModuleLoader(); ...
flexgorm
Offline
Nov 6, 2008
1:59 pm
991
Make sure you implement the clone function (as per Flex recommendation). When catching an event and re-dispaching it, the framework tried to clone it before it...
Sefi Ninio
chompy18
Offline Send Email
Nov 6, 2008
2:12 pm
992
Hello All, We have a large Cairngorm application that is very customizable. We've built our own containers for screens and have everything linked together for...
Todd
taude1
Offline Send Email
Nov 17, 2008
5:53 pm
993
Hey all, figured I'd post this right away. Peter Martin has posted an entry on the Cairngorm plugin beta. You can find his entry here: ...
Evan Gifford
evangifford
Offline Send Email
Nov 20, 2008
8:50 pm
994
Hello, I'm struggling with figuring out how to "properly" add a glow effect to a newly added row to a data grid. Does anyone have any suggestions or examples...
rlmattax
Online Now Send Email
Nov 24, 2008
6:22 pm
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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now 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
Online Now
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
Messages 989 - 1018 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