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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 640 - 669 of 911   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
640
I don't undertand why the IServiceLocator interface has the methods getHTTPService, getRemoteObject, getWebService, logout, setCredentials and...
Chris Velevitch
chris_velevitch
Offline Send Email
Dec 5, 2007
3:56 pm
641
We choose to have the service locator return strongly typed services, hence the reason for getRemoteObject(), etc. The Cairngorm Enterprise distro extends this...
Peter Martin
peterthomasm...
Offline Send Email
Dec 5, 2007
4:26 pm
642
When you talk about channels, it sounds like you're tying the architecture to the way LDS works. Shouldn't it be more generic? Also, with RO, HTTP and Web...
Chris Velevitch
chris_velevitch
Offline Send Email
Dec 6, 2007
2:36 am
643
Hi Chris, When you use setCredentials() they are tied to the channel and LC DS. I am not aware of being able to use setCredentials() in any other way. If you...
Peter Martin
peterthomasm...
Offline Send Email
Dec 6, 2007
8:02 am
644
How do I define a new service? I tried defining a service that extends AbstractServices:- package business { import...
Chris Velevitch
chris_velevitch
Offline Send Email
Dec 7, 2007
4:02 pm
645
The problem is you are call getService() on the service locator, which is a deprecated method: import mx.rpc.AbstractService; [Deprecated("You should now use...
Peter Martin
peterthomasm...
Offline Send Email
Dec 7, 2007
4:09 pm
646
I get the error:- Incorrect number of arguments. Expected 1 on the statement <flash:Timer id="timerService" delay="1000" repeatCount="6000" /> in...
Chris Velevitch
chris_velevitch
Offline Send Email
Dec 10, 2007
12:43 pm
647
I'm using Flex Builder 3. ... -- Chris Velevitch Manager - Sydney Flash Platform Developers Group m: 0415 469 095 www.flashdev.org.au...
Chris Velevitch
chris_velevitch
Offline Send Email
Dec 10, 2007
12:44 pm
648
Is there anyone have examples about this?...
nshen_121
Offline Send Email
Dec 12, 2007
3:28 pm
649
I have been using Cairngorm for a few months on a project, and have been populating my model from the XML returned in the result in my commands. After looking...
greenfishinwater
greenfishinw...
Offline Send Email
Dec 12, 2007
4:06 pm
650
I don't have an example I can share but I've created similar factories before and the basic approach I took was to look at the name of the root node and use...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Dec 12, 2007
5:47 pm
651
here's one. http://jessewarden.com/2007/04/flex-example-httpservice-cairngorm-22.html...
Dennis van Nooij
dennis.vannooij
Offline Send Email
Dec 13, 2007
1:15 pm
652
i m trying to dispatch a mouse event in a cairngorm structure nut its not happening to work can plz any one suggest whats the right way.......
rahul_kandari2005
rahul_kandar...
Offline Send Email
Dec 13, 2007
3:00 pm
653
CairngormEventDispatcher dispatches an event of type CairngormEvent, it will not dispatch events which are not of this type or derived from this type. Sent via...
eric@...
efeminella
Offline Send Email
Dec 13, 2007
3:47 pm
654
Additionally, you should never need to dispatch any Events which are not Cairmgorm events. Cairngorm is your applications higher level framework, not low...
eric@...
efeminella
Offline Send Email
Dec 13, 2007
3:50 pm
655
Nice example. This is explaining a lot, including factories. Thanks for the link! Michael...
Michael Wills
chiguai2000
Offline Send Email
Dec 13, 2007
5:09 pm
656
Does someone have an article or examples on the best way to manage events, commands and delegates (+services) with Messaging and Cairngorm? (consumer,...
Gareth Edwards
ghedwards@...
Send Email
Dec 17, 2007
2:57 am
657
Hi All, I apologize for asking a question that has been addressed in the past, but I'd like some advice about how to handle typical Flex events and Cairngorm...
giannico83
Offline
Dec 20, 2007
4:25 am
658
My advice would be to stop trying to avoid CairngormEvents in your views. :) To me you're creating a lot of extra work for yourself for basically no payoff. If...
ben.clinkinbeard
ben.clinkinb...
Offline Send Email
Dec 20, 2007
1:54 pm
659
Hey guys, I would suggest you design your lower level views as completely standalone components and expose an API from which the view can dispatch Higher level...
eric@...
efeminella
Offline Send Email
Dec 20, 2007
2:08 pm
660
I don't see anything wrong with components dispatching their own Events to be consumed by parent components without any knowledge of the greater framework...
Ariel Jakobovits
arieljake
Offline Send Email
Dec 20, 2007
2:17 pm
661
Hey Eric, I agree and appreciate the confirmation. I'd still like some guidance on the actual implementation though, if you've programmed your applications...
giannico83
Offline
Dec 20, 2007
2:18 pm
662
Hey Andre, As Ben stated earlier I think you are creating more work for yourself than is needed. Let me explain why. For example the "AddToCartEvent" is an...
eric@...
efeminella
Offline Send Email
Dec 20, 2007
2:57 pm
663
And remember, always strive for a consistant design throughout your application, regardless of the implementation you choose. - Eric Sent via BlackBerry by...
eric@...
efeminella
Offline Send Email
Dec 20, 2007
3:00 pm
664
Thanks all, I appreciate the advice! Andre ... application, regardless of the implementation you choose. ... if ... wanted ... certain ... components ... ...
giannico83
Offline
Dec 20, 2007
3:28 pm
665
Glad to help. - Eric Thanks all, I appreciate the advice! Andre ... application, regardless of the implementation you choose. ... if ... wanted ... certain ......
Eric Feminella
efeminella
Offline Send Email
Dec 20, 2007
3:29 pm
666
I'm looking for an example of using a webservice that take a handful of parameters. These parameters are passed in via a VO. There are handfuls of remote...
rlmattax
Offline Send Email
Dec 21, 2007
4:43 pm
667
I am interested in seeing an example as well. Thanks Weichung rlmattax <rlmattax@...> wrote: I'm looking for an example of using a webservice that take a...
Wei-Chung Wang
weichungwang
Offline Send Email
Dec 21, 2007
5:23 pm
668
I've done something like this so here's what I did: In the constructor of the command: service = EnterpriseServiceLocator.getInstance().getWebService("some...
brandona788
Offline Send Email
Dec 21, 2007
6:18 pm
669
I'm having a little trouble making sense of this. Could I get you to be a bit more concrete w/ your example. I'll give you some of my details, and you can...
Bob Mattax
rlmattax
Offline Send Email
Dec 21, 2007
7:38 pm
Messages 640 - 669 of 911   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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