RE: [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Benoit Hediard
Are you sure you got the latest version?

I've just downloaded the zip file on another machine and compiled it
successfully.
You might have to clear your browser cache and re-download it.

Benoit Hediard 

PS : do not forget to add the Cairngorm.swc to your library path.

-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la
part de Wally Randall
Envoyé : mardi 25 juillet 2006 17:05
À : flexcoders@yahoogroups.com
Objet : [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

Thanks for looking at this Ben,  however, when I downloaded the app I find
that this code is the same as the previous one.
1. It is still referencing the ORG.NEVIS. prefix on the class references
in the Phones AS files.  The Cairngorm2 release now uses the Com.Adobe.
prefix.
2. The 'description' property is still referenced in the event.fault error
messages.  

There are other errors in the code when compiled with the final Flex Builder
2.  

Trying to debug this has been informative but frustrating.  Thanks for your
effort on this. 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

2006-07-25 Thread Benoit Hediard
All the org.nevis references have been replaced in the latest version.
You're still downloading the old version, may be a cache issue?

Here is an alternate link to workaround the cache problem :
http://www.benorama.com/flex/samples/PhonesCairngorm2bis.zip

Have fun.

Benoit Hediard

-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] De la
part de Wally Randall
Envoyé : mardi 25 juillet 2006 19:10
À : flexcoders@yahoogroups.com
Objet : [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2?

--- In flexcoders@yahoogroups.com, Benoit Hediard [EMAIL PROTECTED] wrote:

 Are you sure you got the latest version?
 

Yes I am sure. I have just downloaded the code you supplied in your earlier
link:  This fragment illustrates part of the problem.  
The 'org.nevis' prefix is no longer supported in the Cairngorm2 product.
You must be compiling with an old version of the Cairngorm
classes:

package com.mycompany.phones.controller {

import com.mycompany.phones.model.ApplicationModel;
import com.mycompany.phones.service.PhoneDelegate;
import com.mycompany.phones.view.ApplicationView;

import mx.collections.ArrayCollection;
import mx.controls.Alert;
import mx.rpc.events.FaultEvent;
import mx.rpc.events.ResultEvent;

import org.nevis.cairngorm.business.Responder;
import org.nevis.cairngorm.commands.Command;
import org.nevis.cairngorm.control.CairngormEvent;
import org.nevis.cairngorm.view.ViewLocator;






 Yahoo! Groups Sponsor ~--
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/7EuRwD/fOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links



 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/