RE: [flexcoders] Re: iteration::two namespace

2006-04-28 Thread Darren Houle



Thanks, but that doesn't help getting the Cg.99 examples to run in F2B2 
(there are more Cg.99 examples available than Cg2.)

I've tried all of the following...

- Added a new namespace tag to the flex-config.xml in the F2B2 Framework 
directory that points to the cairngorm-mainifest.xml file

- Changed
cairngorm:ServiceLocator xmlns:mx=http://www.adobe.com/2006/mxml 
xmlns:cairngorm=http://www.iterationtwo.com/cairngorm 
to
cairngorm:ServiceLocator xmlns:mx=http://www.adobe.com/2006/mxml 
xmlns:cairngorm=org.nevis.cairngorm.business.* 

- Moved the Cairngorm packages into several different directories under the 
application's cairngorm directories.

Sheesh... I'm sure glad that they changed things around in Cg2 and got rid 
of that iterationtwo.com namespace... I'm amazed anyone got Cg.99 examples 
to run.

Darren





From: Renaun Erickson [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: iteration::two namespace
Date: Thu, 27 Apr 2006 17:20:53 -

There is a Cairngorm 2 beta version for the Flex 2 Beta 2+ out there.
 Look over the list for the link.

Renaun

--- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote:
 
  I'm gathering all the public Caringorm examples I can for study, so I
  downloaded the BlogReader.zip from EverythingFlex.com and created a new
  project in F2B2. It's Cg.99 so the first thing it did was barf over
the
  http://www.macromedia.com/2003/mxml mx namespace which I corrected
with
  http://www.adobe.com/2006/mxml Then it fretted over not being
able to
  resolve Link to a component implementation, so I changed it to
LinkButton.
  Now that error is gone, but now it's complaining that it can't resolve
  cairngorm:ServiceLocator to a component implementation, apparently
because
  of the http://www.iterationtwo.com/cairngorm namespace path in the
  Services.mxml file. Does this path need to be updated with
something newer
  like the mx namespace path did, or are there darker things afoot here?
 
  Thanks,
  Darren
 







--
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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  












Re: [flexcoders] Re: iteration::two namespace

2006-04-28 Thread Darren Houle
The link to the Cg2 beta is here:

http://www.richinternetapps.com/archives/000143.html

Oh, and by the way... just in case anyone cares...

I just found some information on porting Cg.99 apps to Cg2... basically they 
changed F2B2 (AS3) so that custom AS must be in packages, not just in 
classes.  See:

http://labs.macromedia.com/wiki/index.php/Talk:Flex_Framework:overview

The Cg.99 superclasses are all just AS classes, not packages.  The 
subclasses are using those namespace paths to find packages.  I think that 
wrapping the superclasses with package statements might help Cg.99 apps to 
run in F2B2.  I'll mess with it this weekend and see if I can get them to 
work.

Darren




From: William Lambé [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re: iteration::two namespace
Date: Thu, 27 Apr 2006 21:26:54 +0200

Euh, which link ?... there... where ?

On 4/27/06, Renaun Erickson [EMAIL PROTECTED] wrote:
 
  There is a Cairngorm 2 beta version for the Flex 2 Beta 2+ out there.
  Look over the list for the link.
 
  Renaun
 
 
  --- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote:
  
   I'm gathering all the public Caringorm examples I can for study, so I
   downloaded the BlogReader.zip from EverythingFlex.com and created a 
new
   project in F2B2.  It's Cg.99 so the first thing it did was barf over
  the
   http://www.macromedia.com/2003/mxml; mx namespace which I corrected
  with
   http://www.adobe.com/2006/mxml;  Then it fretted over not being
  able to
   resolve Link to a component implementation, so I changed it to
  LinkButton.
   Now that error is gone, but now it's complaining that it can't resolve
   cairngorm:ServiceLocator to a component implementation, apparently
  because
   of the http://www.iterationtwo.com/cairngorm; namespace path in the
   Services.mxml file.  Does this path need to be updated with
  something newer
   like the mx namespace path did, or are there darker things afoot here?
  
   Thanks,
   Darren
  
 
 
 
 
 
 
 
   --
  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
 
 
 -  Visit your group 
flexcodershttp://groups.yahoo.com/group/flexcoders
 on the web.
 
 -  To unsubscribe from this group, send an email to:
  
[EMAIL PROTECTED][EMAIL PROTECTED]
 
 -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
 Service http://docs.yahoo.com/info/terms/.
 
 
   --
 




--
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/
 





[flexcoders] Re: iteration::two namespace

2006-04-27 Thread Renaun Erickson



There is a Cairngorm 2 beta version for the Flex 2 Beta 2+ out there.
 Look over the list for the link.

Renaun

--- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote:

 I'm gathering all the public Caringorm examples I can for study, so I 
 downloaded the BlogReader.zip from EverythingFlex.com and created a new 
 project in F2B2. It's Cg.99 so the first thing it did was barf over
the 
 http://www.macromedia.com/2003/mxml mx namespace which I corrected
with 
 http://www.adobe.com/2006/mxml Then it fretted over not being
able to 
 resolve Link to a component implementation, so I changed it to
LinkButton. 
 Now that error is gone, but now it's complaining that it can't resolve 
 cairngorm:ServiceLocator to a component implementation, apparently
because 
 of the http://www.iterationtwo.com/cairngorm namespace path in the 
 Services.mxml file. Does this path need to be updated with
something newer 
 like the mx namespace path did, or are there darker things afoot here?
 
 Thanks,
 Darren












--
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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Re: iteration::two namespace

2006-04-27 Thread Joe Ferraro










Not sure what the differences are but Im
using cairngorm 2 and my name space reads xmlns:cairngorm=org.nevis.cairngorm.business.*
which is defined in a class path setting in my project. I havent used
.99 so I cant guarantee its the same.











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Renaun Erickson
Sent: Thursday, April 27, 2006
12:21 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
iteration::two namespace





There is a Cairngorm 2 beta version for the Flex 2 Beta 2+ out there.
Look over the list for the link.

Renaun

--- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED]
wrote:

 I'm gathering all the public Caringorm examples I can for study, so I 
 downloaded the BlogReader.zip from EverythingFlex.com and created a new 
 project in F2B2. It's Cg.99 so the first thing it did was barf over
the 
 http://www.macromedia.com/2003/mxml
mx namespace which I corrected
with 
 http://www.adobe.com/2006/mxml
Then it fretted over not being
able to 
 resolve Link to a component implementation, so I changed it to
LinkButton. 
 Now that error is gone, but now it's complaining that it can't resolve 
 cairngorm:ServiceLocator to a component implementation, apparently
because 
 of the http://www.iterationtwo.com/cairngorm
namespace path in the 
 Services.mxml file. Does this path need to be updated with
something newer 
 like the mx namespace path did, or are there darker things afoot here?
 
 Thanks,
 Darren














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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Re: iteration::two namespace

2006-04-27 Thread Darren Houle



That is correct... in Cg2 they have created a local ServiceLocator where 
code physically resides in the Cg2 directory structure and the namespace URI 
becomes a classpath to find it. The only external namespace path 
remaining in Cg2 is http://www.adobe.com/2006/mxml

I guess my question is this... did iteration:two remove some RDDL/Schema 
document from the http://www.iterationtwo.com/cairngorm URI which needs to 
be there for Cg.99 code to work? Or is there a file I can download from 
somewhere and install locally in F2B2, and maybe tell Builder to check 
locally if the remote URI fails?

Darren




From: Joe Ferraro [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: iteration::two namespace
Date: Thu, 27 Apr 2006 12:52:11 -0500

Not sure what the differences are but I'm using cairngorm 2 and my name
space reads xmlns:cairngorm=org.nevis.cairngorm.business.* which is
defined in a class path setting in my project. I haven't used .99 so I 
can't
guarantee it's the same.



 _

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Renaun Erickson
Sent: Thursday, April 27, 2006 12:21 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: iteration::two namespace



There is a Cairngorm 2 beta version for the Flex 2 Beta 2+ out there.
Look over the list for the link.

Renaun

--- In flexcoders@yahoogroups.com, Darren Houle [EMAIL PROTECTED] wrote:
 
  I'm gathering all the public Caringorm examples I can for study, so I
  downloaded the BlogReader.zip from EverythingFlex.com and created a new
  project in F2B2. It's Cg.99 so the first thing it did was barf over
the
  http://www.macromedia.com/2003/mxml mx namespace which I corrected
with
  http://www.adobe.com/2006/mxml Then it fretted over not being
able to
  resolve Link to a component implementation, so I changed it to
LinkButton.
  Now that error is gone, but now it's complaining that it can't resolve
  cairngorm:ServiceLocator to a component implementation, apparently
because
  of the http://www.iterationtwo.com/cairngorm namespace path in the
  Services.mxml file. Does this path need to be updated with
something newer
  like the mx namespace path did, or are there darker things afoot here?
 
  Thanks,
  Darren
 







--
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



*  Visit your group flexcoders
http://groups.yahoo.com/group/flexcoders  on the web.

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

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



 _









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.