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 : [email protected] [mailto:[EMAIL PROTECTED] De la part de Wally Randall Envoyé : mardi 25 juillet 2006 19:10 À : [email protected] Objet : [flexcoders] Re: Working version of Phones in Flex2/Cairngorm2? --- In [email protected], "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/

