[flexcoders] Re: namespaces and sub-classes

2006-04-30 Thread nz_mehere



Thanks Matt :-)

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 http://livedocs.macromedia.com/labs/1/flex20beta2/2788.html
 http://livedocs.macromedia.com/labs/1/flex20beta2/2775.html
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of nz_mehere
 Sent: Friday, April 28, 2006 1:38 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: namespaces and sub-classes
 
 Hi Matt,
 
 I was suspecting that may be the case.
 Where can I find some info on creating a namespace manifest file 
 you talked about?
 
 Cheers,
 David
 
 --- In flexcoders@yahoogroups.com, Matt Chotin mchotin@ wrote:
 
  Sorry, you'll need to create another namespace for again,
  xmlns:again=com.here.it.is.again.*
  
  Alternatively you could create a namespace manifest file, but I 
 don't
  know if it's worth it.
  
  Matt
  
  -Original Message-
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of nz_mehere
  Sent: Thursday, April 27, 2006 5:09 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] namespaces and sub-classes
  
  Hi Guys,
  
  I am learngin about namespaces.
  It's great you can have multiple name spaces in a .MXML file, but my
  question is this...
  
  if I have:
  mx:Canvas ...[etc etc]... xmlns:myNameSpace=com.here.it.is.*
  
  and in my classes I have the folder 
 structure /com/here/it/is/again/
  is there any way I can use .AS classes in the /again/ folder using
  the myNameSpace namespace?
  
  I guess I am thinking of something like 
 myNameSpace.again:someClass /
  or myNameSpace:again.someClass /
  
  Hope that question makes sense.
  
  
  
  
  
  
  
  
  --
  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












--
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: namespaces and sub-classes

2006-04-29 Thread Matt Chotin



http://livedocs.macromedia.com/labs/1/flex20beta2/2788.html
http://livedocs.macromedia.com/labs/1/flex20beta2/2775.html

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nz_mehere
Sent: Friday, April 28, 2006 1:38 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: namespaces and sub-classes

Hi Matt,

I was suspecting that may be the case.
Where can I find some info on creating a namespace manifest file 
you talked about?

Cheers,
David

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 Sorry, you'll need to create another namespace for again,
 xmlns:again=com.here.it.is.again.*
 
 Alternatively you could create a namespace manifest file, but I 
don't
 know if it's worth it.
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of nz_mehere
 Sent: Thursday, April 27, 2006 5:09 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] namespaces and sub-classes
 
 Hi Guys,
 
 I am learngin about namespaces.
 It's great you can have multiple name spaces in a .MXML file, but my
 question is this...
 
 if I have:
 mx:Canvas ...[etc etc]... xmlns:myNameSpace=com.here.it.is.*
 
 and in my classes I have the folder 
structure /com/here/it/is/again/
 is there any way I can use .AS classes in the /again/ folder using
 the myNameSpace namespace?
 
 I guess I am thinking of something like 
myNameSpace.again:someClass /
 or myNameSpace:again.someClass /
 
 Hope that question makes sense.
 
 
 
 
 
 
 
 
 --
 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



 









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



  











[flexcoders] Re: namespaces and sub-classes

2006-04-28 Thread nz_mehere



Hi Matt,

I was suspecting that may be the case.
Where can I find some info on creating a namespace manifest file 
you talked about?

Cheers,
David

--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 Sorry, you'll need to create another namespace for again,
 xmlns:again=com.here.it.is.again.*
 
 Alternatively you could create a namespace manifest file, but I 
don't
 know if it's worth it.
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of nz_mehere
 Sent: Thursday, April 27, 2006 5:09 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] namespaces and sub-classes
 
 Hi Guys,
 
 I am learngin about namespaces.
 It's great you can have multiple name spaces in a .MXML file, but my
 question is this...
 
 if I have:
 mx:Canvas ...[etc etc]... xmlns:myNameSpace=com.here.it.is.*
 
 and in my classes I have the folder 
structure /com/here/it/is/again/
 is there any way I can use .AS classes in the /again/ folder using
 the myNameSpace namespace?
 
 I guess I am thinking of something like 
myNameSpace.again:someClass /
 or myNameSpace:again.someClass /
 
 Hope that question makes sense.
 
 
 
 
 
 
 
 
 --
 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.