Search the web
Sign In
New User? Sign Up
cairngorm-devel · Cairngorm Developers
? 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 181 - 210 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
181
Hey Guys, Robin, just a question with your chaining solution. ... Are you using 1 command as the responder to multiple delegates (service calls)? On...
Bjorn Schultheiss
bjorn.schult...
Offline Send Email
Jul 19, 2007
3:53 am
182
I've got a problem with ServiceLocator, and that problem didn't exist until my today's Flex & Cairngorm upgrade (to Hotfix 2 + Cairngorm 2.2). ... In my...
Danko Kozar
danko_kozar
Offline Send Email
Jul 26, 2007
10:49 am
183
Hi Danko, Are you sure its trying to load up the other WSDLs? service = ServiceLocator.getInstance ... has an error, as its missing a ( I have updated it below...
mark_j_ellul
Offline Send Email
Jul 26, 2007
11:30 am
184
No, this syntax error was made in cut&paste process. Well, the problem is - as soon as I reference my first web service from the delegate (and SURE, this web...
Danko Kozar
danko_kozar
Offline Send Email
Jul 26, 2007
3:20 pm
185
No, this syntax error was made in cut&paste process. Well, the problem is - as soon as I reference my first web service from the delegate (and SURE, this web...
Danko Kozar
danko_kozar
Offline Send Email
Jul 26, 2007
8:15 pm
186
Hi, Wonder if anyone might be able to help me... I've recently started using LCDS2.5 and managed to get a demo app working, connecting to our app database etc....
jamiebadman
Offline Send Email
Sep 12, 2007
2:29 pm
187
Back in July Eric Feminella blogged about: AIR Cairngorm (AIR extensions for Cairngorm) http://www.ericfeminella.com/blog/category/apollo/page/4/ How can we...
greg h
framework.lists
Offline Send Email
Oct 12, 2007
7:45 am
188
hi folks. Just wondering, does anyone know of an eclipse (or anything else in fact) tool for automatically creating VOs from MySQL tables? It's just such a...
tinylion1968
Offline Send Email
Oct 12, 2007
7:45 am
189
Hi all, I was wondering if this list is still used since there seems to be little to no activity. regards, Christophe -- Christophe Herreman ...
Christophe Herreman
herrodius
Offline Send Email
Oct 12, 2007
7:45 am
190
So rather than push changes like this into the core cairngorm framework, we should look to create modules/extensions like cairngorm-apollo.swc; thoughts ? ...
Steven Webster
swebsteratit...
Online Now Send Email
Oct 12, 2007
7:57 am
191
Hi Steven, +1. Excellent approach. That is having a core Cairngorm framework and modules/extensions like cairngorm-air.swc. I believe that the precedent for...
greg h
framework.lists
Offline Send Email
Oct 12, 2007
2:52 pm
192
I've been doing database/Flash/Flex integration for a long time and have never seen anything that can create actionscript VO stub code of database records. I...
Derrick Grigg
derrickgrigg
Offline Send Email
Oct 12, 2007
2:52 pm
193
Hi guys, I've been working on an alternative approach to chaining commands. If you have the time, please check out the post I wrote at ...
Christophe Herreman
herrodius
Offline Send Email
Oct 13, 2007
8:04 pm
194
Try this little AIR app I whipped up. Should make your life a bit easier when creating a pile of VO's. ...
Derrick Grigg
derrickgrigg
Offline Send Email
Oct 17, 2007
5:08 pm
195
Hi, I have a class called LogoutCommand.as, code snippet below: public class LogoutCommand implements ICommand { public var modelLocator:ViewModelLocator = ...
malik_robinson
Offline Send Email
Nov 25, 2007
11:47 am
196
What I've done is to have a LoginVO class that has the default values for the login screen and the login form text inputs are bound to it. The LoginVO instance...
Jeffrey Battershall
jbarts1000
Offline Send Email
Nov 26, 2007
8:54 am
197
In general in Cairngorm you maintain state in the model and have the view listen to changes to the state and react accordingly. So add a variable to your...
jer_ela
Offline Send Email
Nov 26, 2007
9:32 am
198
Hi, I¹d recommend reading Paul Williams (of Adobe Consulting) blog ­ he has a series of posts about presentation models, which are a very good pattern to ...
Alistair McLeod
alimcleod
Offline Send Email
Feb 11, 2008
11:54 pm
199
Hi There, Could any one please help me with some good study materials or tutorial links describing about all the configuration files like services-config.xml,...
Madhu.Kma@...
madhuu27
Offline Send Email
Mar 3, 2008
7:58 am
200
Hi, Senario: 1) view-1 dispatches an event. 2) model properyt-1 gets modified within the command's execute method 3) now due to the data binding, all the views...
Muhammad Ahmed Ullah
ahmedullah2k
Offline Send Email
Mar 10, 2008
2:13 pm
201
Do a search for Observe / Observer. Was created as wrapper to control binding logic. Was created by an Adobe Consulting guy... On Mon, Mar 10, 2008 at 9:07 AM,...
slangeberg
scoobeedogg
Offline Send Email
Mar 10, 2008
4:53 pm
202
Hi All, Can any one guide me on how to fetch values from the "additionalCompilerArguments" property from the "compiler" tag in ".actionScriptProperties" on the...
Madhu.Kma@...
madhuu27
Offline Send Email
Mar 13, 2008
9:05 am
203
I have created a some what complicated services.as (EnterpriseServiceLocator) and I'm trying to give some limited control back to the end user, and allow them...
Gareth Edwards
garethe_work
Online Now Send Email
Apr 1, 2008
10:44 am
204
Hi Gareth, Here's some answers assuming you subscribe to the gist of the MVC presentation I gave at WebDU last year ...
Robin Hilliard
robinhilliardau
Offline Send Email
Apr 1, 2008
6:02 pm
205
Robin, Thanks for your response, I understand MVC most of the time, but I was a little unsure because of the nature of the service locator. So is o.k for my...
Gareth Edwards
garethe_work
Online Now Send Email
Apr 2, 2008
8:20 am
206
Gareth, I'm a little late to this discussion, but I thought I through in my two cents. In your service locator you can bind the channelSet attribute to a...
Jeffrey Battershall
jbarts1000
Offline Send Email
Apr 2, 2008
10:20 am
207
My last couple of applications have followed the same kind of workflow, as well. I haven't stored channelsets, but generally, if you have any kind of data ...
sLangeberg
scoobeedogg
Offline Send Email
Apr 2, 2008
3:12 pm
208
... Hi Jeff - I can be as pragmatic as the next developer but here's a sketch of the hair splitting version for your enjoyment :-). <?xml version="1.0"...
Robin Hilliard
wzp193
Offline Send Email
Apr 3, 2008
8:55 am
209
... Hi Jeff - I can be as pragmatic as the next developer but if you're interested here's a sketch of the hair splitting version :-). <?xml version="1.0"...
Robin Hilliard
robinhilliardau
Offline Send Email
Apr 3, 2008
8:55 am
210
Hi, This is probably a real stupid noob problem but Google hasn't been much help.I'm just learning Cairngorm and using Zend_AMF for the backend.Very simple app...
JD Hoover
hoover_jd...
Offline Send Email
Jan 13, 2009
7:35 am
Messages 181 - 210 of 210   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