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 to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 541 - 570 of 911   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
541
Hi, I posted this on flexcoders, I think it's also scpecific to Cairngorm, so I'm posting here as well. Please help. I'm using Cairngorm. On one of the...
jairokan
Offline Send Email
Sep 11, 2007
12:02 pm
542
Hi Jairokan, It seems like you've got a service specific to "user" types, and one for "admin" types. First thing to do would be to create a unique delegate for...
Evan Gifford
evangifford
Online Now Send Email
Sep 12, 2007
2:00 am
543
HI, I'm working on the menu in an application and I'm using the MenuBar component, which I'm populating using XML (similar to the example in the help). Then...
stephen50232
Offline Send Email
Sep 13, 2007
2:20 pm
544
... I'm confused, why are you not able to bind them? Is this a logical problem in your program or will flex not let you for some reason? ... I hope I've...
guitarstrummr
Offline
Sep 13, 2007
4:25 pm
545
Hello everyone, I just get started with my development consultancy and need a clearer definition of some of the most recurrent terms. I know their definition,...
flexindesign
Online Now Send Email
Sep 16, 2007
7:00 pm
546
I am not 100% certain as to what you are actually asking. However if you would like to know the differences / similarities of the terms listed below in regards...
Eric Feminella
efeminella
Offline Send Email
Sep 17, 2007
6:09 am
547
I'm not sure if this is a Jeff Problem, a Cairngorm problem, a Flex 3 Problem, an AIR problem, or a WebORB problem. But, I thought I'd start here. I'm...
Jeff Houser
reboog711
Offline Send Email
Sep 19, 2007
6:44 pm
548
Hi Jeff, We recently tackled a very similar problem on our side in a very similar way and it works well. We are using AMF RPC and so detect the users ...
Evan Gifford
evangifford
Online Now Send Email
Sep 19, 2007
7:42 pm
549
Evan, Conceptually, that is similar to what I'm doing. Are you using Cairngorm 2.2.1 'standard' [beta] ( ...
Jeffry Houser
reboog711
Offline Send Email
Sep 19, 2007
9:04 pm
550
I'm stuck with the same behavior too. I made a simple project in order to isolate the problem with no luck. A complete description and test-case here ...
luchi_bustos
Offline Send Email
Sep 20, 2007
2:38 am
551
We are using 2.2.1 beta on this project and communicating with J2EE backend via FDS 2 with AMF. Our redispatch patch is working well so far handling ...
Evan Gifford
evangifford
Online Now Send Email
Sep 20, 2007
5:21 am
552
After further tests, I believe this is a WebORB bug. I have a Cairngorm-less reproducible case, documented here: ...
Jeffry Houser
reboog711
Offline Send Email
Sep 20, 2007
11:25 am
553
Did you read this entry ?? - - I'm stuck with the same behavior too. - I made a simple project in order to isolate the problem with no luck. - - A complete...
luchi_bustos
Offline Send Email
Sep 20, 2007
12:19 pm
554
Can't read the language of that entry; is there an English translation? Did you try the app w/ Flex 2, or just with Flex 3? ... -- Jeffry Houser, Technical...
Jeffry Houser
reboog711
Offline Send Email
Sep 20, 2007
1:30 pm
555
... A couple of weeks ago I began to experiment a strange behavior on some applications compiled with FlexSDK3 Moxie. One email from an user experimenting...
luchi_bustos
Offline Send Email
Sep 20, 2007
2:33 pm
556
I used http://babelfish.av.com/. You can type in a URL and it will translate the page. It did a good enough job where one can sort of make out what is being...
Evan Gifford
evangifford
Online Now Send Email
Sep 20, 2007
3:39 pm
557
Thanks for the translation: I just logged this as a bug. I was able to create reproducible case with both Flex 3, and 2.01 using WebORB .NET EDition and...
Jeffry Houser
reboog711
Offline Send Email
Sep 20, 2007
6:50 pm
558
hi all. just a quick question. I'm onl;y just getting into learning the above and could do with a demo of how to deal with using amfphp1.9 with Cg2.21...
tinylion1968
Offline Send Email
Sep 20, 2007
7:23 pm
559
Really ?? WoW I'm very happy. I'm not alone! :). I found this weird behavior few months ago (07/15/2007 blog-post date) but I thought that the bug reside on...
luchi_bustos
Offline Send Email
Sep 20, 2007
8:09 pm
560
Hi, I having the problem to call the dataservice from this cairngormEnterprise framework, does anyone have sample to share with me. I checked the...
wainc16
Offline Send Email
Sep 25, 2007
12:47 am
561
Hello, Have you been able to get a service call through before without Cairngorm? What do you mean by a "conflict event" ? Do you mean fault events? P.S. to...
Evan Gifford
evangifford
Online Now Send Email
Sep 25, 2007
3:11 pm
562
Is there a problem if you assign the eventListener before using your dataservices? var ds: DataService = ...
Joćo Fernandes
joao_m_ferna...
Offline Send Email
Sep 25, 2007
3:51 pm
563
Hi, I never try this...sound good will give it a shot....thanks ... From: Joćo Fernandes <joaopedromartinsfernandes@...> To:...
ng chee wai
wainc16
Offline Send Email
Sep 26, 2007
12:41 am
564
Hi, I'm looking for a Breeze presentation on Cairngorm, does anyone know of any which are still available to view?...
stephen50232
Offline Send Email
Sep 27, 2007
12:03 pm
565
if no one can find one... our next flashplatform user group will be doing a presso (in person) by one of the members on getting started with Cairngorm....
Barry Beattie
barry.beattie
Online Now Send Email
Sep 27, 2007
12:48 pm
566
Hey Cairngormers, We're using Cairngorm on a new project, using the Flex Builder plug-in with Eclipse. We've added the source for Cairngorm under the src ...
smachin1000
Offline Send Email
Sep 27, 2007
9:48 pm
567
As a best practice your team should use the swc, and not the source. You can then apply the source to the swc so that the appropriate files can be located when...
eric@...
efeminella
Offline Send Email
Sep 27, 2007
11:14 pm
568
Thanks Eric. One more thing however. In FlexBuilder how do you add an swc file to the library path whilst specifying a relative path? The...
sean
smachin1000
Offline Send Email
Sep 28, 2007
12:09 am
569
http://blog.anaara.com/?p=22 anyone able to find out some details? thanx barry.b...
Barry Beattie
barry.beattie
Online Now Send Email
Oct 2, 2007
12:30 pm
570
I would love to know more about this too. -- Joćo Fernandes www.onflexwithcf.org www.riapt.org...
Joćo Fernandes
joao_m_ferna...
Offline Send Email
Oct 2, 2007
12:54 pm
Messages 541 - 570 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