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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 161 - 190 of 210   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
161
Mike Chambers blogged last week about: Apollo Beta will include SQLite Embedded Database ...
P Smith
flexcoders
Offline Send Email
Jun 4, 2007
4:43 pm
162
Let¹s wait and see the implementation for Apollo....see how much heavy-lifting is done by Flex/LiveCycle Data Services potentially.... ... -- Steven Webster ...
Steven Webster
swebsteratit...
Offline Send Email
Jun 4, 2007
4:50 pm
163
Steven, Thank you for your reply. Yes, I understand that we should "Let’s wait and see the implementation for Apollo". To clarify what I suspect we will...
P Smith
flexcoders
Offline Send Email
Jun 4, 2007
7:39 pm
164
Hello, I have a situation where I am making two different calls back to a server via RemoteObject. Each call is triggered within a different cairngorm event...
supertodda
Offline Send Email
Jun 5, 2007
12:01 pm
165
Hi Todd If you want to sequence you events... Check out http://cairngormdocs.org/blog/?p=27 I use it in a project where I need events to trigger in a certain ...
mark_j_ellul
Offline Send Email
Jun 5, 2007
12:53 pm
166
Hi, This doesn't sound like Cairngorm, but you may want to create very simple, non-Cairngorm, application to try it out. Similarly, you may want to try it with...
Alistair McLeod
alimcleod
Offline Send Email
Jun 5, 2007
1:57 pm
167
Does the event fired when something is bound only fire when an equal sign is used? For example, this doesn't cause a re-bind: ...
Matt Grande
grande_rox
Offline Send Email
Jun 7, 2007
8:51 pm
168
I have a menubar which takes an xmllistcollection. I am filling the collection through a java service call. The problem is, since the call is asynchronous,...
asik
measik
Offline Send Email
Jun 12, 2007
6:54 am
169
Synchronous call to java service in cairngorm framework... I have a menubar which takes an xmllistcollection. I am filling the collection through a java...
asik
measik
Offline Send Email
Jun 12, 2007
8:00 am
170
I was directed by Mark to this link regarding sequenced events which helped greatly. Maybe it will help you out? ... ...
supertodda
Offline Send Email
Jun 12, 2007
1:04 pm
171
hi todd.. thanks so much, it wasn't of much help for the menubar, but the logic was still helpful for sequnced event generation.. regards... asik ... ...
asik pradhan
measik
Offline Send Email
Jun 13, 2007
8:16 am
172
When your apps starts app, show a loading screen, load all the data you need and then switch to the main view and this should work fine. However if you bind...
Dimitrios Gianninas
angelone197555
Offline Send Email
Jun 13, 2007
8:40 am
173
Hi all, I was wondering if the ServiceLocator could be made dynamic in a new release. Here's why: We are programmaticaly adding services based on an external...
Christophe Herreman
herrodius
Offline Send Email
Jul 11, 2007
3:07 pm
174
We're getting "Channel disconnected" errors when making multiple calls to a remote service. The situation occurs sporadically when multiple service calls are...
Uber_Nick
Offline Send Email
Jul 11, 2007
10:44 pm
175
Hi Nick, We were getting something similar with WebServices in the production environment... I was considering building up queuing mechanism in Delegate......
mark_j_ellul
Offline Send Email
Jul 12, 2007
10:16 am
176
Hi Nick, In response to your current work-around of calling several business delegates one after the other, you may want to take a look at Bjorn Schultheiss'...
Matt Grande
grande_rox
Offline Send Email
Jul 12, 2007
12:12 pm
177
Hi Matt, I agree the chainable events are quite useful, however its not that useful if you have 2 buttons, like a save and refresh, which both trigger...
mark_j_ellul
Offline Send Email
Jul 12, 2007
1:16 pm
178
Hi, I have been working with Cairggorm and RemoteObjects but now I am beggining my first Data Services project and I would like to know what are the best...
mvbaffa
Offline Send Email
Jul 12, 2007
8:35 pm
179
Thanks Matt and Mark, I decided to go ahead with the queuing implementation. It's working very well so far, but I still think the underlying issue should be...
Uber_Nick
Offline Send Email
Jul 16, 2007
6:13 pm
180
Hi All, Here's an alternative approach to chaining commands together - we've always gone with state machines in our commands - I took the description of...
Robin Hilliard
robinhilliardau
Offline Send Email
Jul 18, 2007
2:16 pm
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...
Offline Send Email
Oct 12, 2007
7:57 am
Messages 161 - 190 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