[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-17 Thread jer_ela
I have found that selecting Include all classes, doesn't actually include all 
classes.  Selecting Select classes to include in library and then checking 
the checkbox next to the src directory seems to work get all the classes 
included.

--- In flexcoders@yahoogroups.com, Adnan Doric astrona...@... wrote:

 Alright, the problem occurs only if the checkbox include all 
 classes... is selected.
 
 Very weird.
 
 Hope that helps someone :)
 
 On 15/03/2010 14:51, Jeffry Houser wrote:
 
   Yep, no issues in Flash Builder 4.  It works fine for me!  I'm not 
  sure what to tell you.
 
 
  On 3/15/2010 9:34 AM, Adnan Doric wrote:
  Yes of course, manifest.xml is added and project cleaned.
  Did you try it in FB4 too ?
 
  On 15/03/2010 14:09, Jeff wrote:
 
  I did not see your original post on the Adobe Forums.
 
  Did you include the manifest.xml as an asset to the project? Did you 
  clean the project after adding the asset?
 
  --- In flexcoders@yahoogroups.com 
  mailto:flexcoders%40yahoogroups.com, Adnan Doric astronaute@ 
  wrote:
  
   Thank you for you reply, but I've done steps you describe but in 
  FB4 and
   it doesn't work.
   I have the following error in library project (manifest.xml is 
  added in
   assets tab) :
  
   could not find source for class myPackage:TestComponent in namespace
   http://mynamespace.com. http://mynamespace.com.
  
   Did you take a look at the link in my first post ?
  
   http://forums.adobe.com/thread/583153 
  http://forums.adobe.com/thread/583153
  
  
  
  
   On 15/03/2010 02:15, Jeff wrote:
   
I cover this in the laast episode of The Flex Show's video 
  series on
creating Flex Components:
   

  http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs
   
  http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs
   
 

  http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs
   
  http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs
   
The other poster who mentioned the mainfest.xml file is correct.
   
--- In flexcoders@yahoogroups.com 
  mailto:flexcoders%40yahoogroups.com
mailto:flexcoders%40yahoogroups.com, astronaute75 astronaute@
wrote:

 Hello,

 I would like to create a Library Project in Flex 4 with a custom
namespace so I can reference the namespace in my *.mxml files 
  instead
of package.

 (xmlns:view=http://myapp.com http://myapp.com 
  http://myapp.com http://myapp.com instead of
xmlns:view=com.myapp.*)

 I asked the question on Adobe forums too, but nobody seems to 
  know
how to do it:
 http://forums.adobe.com/thread/583153?tstart=0 
  http://forums.adobe.com/thread/583153?tstart=0
http://forums.adobe.com/thread/583153?tstart=0 
  http://forums.adobe.com/thread/583153?tstart=0

 Maybe I am doing something completely wrong in which case I 
  apologize :)

 Thank you in advance for your help,
 Adnan

   
   
  
 
  
 
 
 
  -- 
  Jeffry Houser, Technical Entrepreneur
  Adobe Community Expert:http://tinyurl.com/684b5h
  http://www.twitter.com/reboog711   | Phone: 203-379-0773
  --
  Easy to use Interface Components for Flex Developers
  http://www.flextras.com?c=104
  --
  http://www.theflexshow.com
  http://www.jeffryhouser.com
  --
  Part of the DotComIt Brain Trust





Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
Thank you for you reply, but I've done steps you describe but in FB4 and 
it doesn't work.
I have the following error in library project (manifest.xml is added in 
assets tab) :


could not find source for class myPackage:TestComponent in namespace 
http://mynamespace.com.


Did you take a look at the link in my first post ?

http://forums.adobe.com/thread/583153




On 15/03/2010 02:15, Jeff wrote:


I cover this in the laast episode of The Flex Show's video series on 
creating Flex Components:


http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs 
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs


The other poster who mentioned the mainfest.xml file is correct.

--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, astronaute75 astrona...@... 
wrote:


 Hello,

 I would like to create a Library Project in Flex 4 with a custom 
namespace so I can reference the namespace in my *.mxml files instead 
of package.


 (xmlns:view=http://myapp.com http://myapp.com instead of 
xmlns:view=com.myapp.*)


 I asked the question on Adobe forums too, but nobody seems to know 
how to do it:
 http://forums.adobe.com/thread/583153?tstart=0 
http://forums.adobe.com/thread/583153?tstart=0


 Maybe I am doing something completely wrong in which case I apologize :)

 Thank you in advance for your help,
 Adnan







[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Jeff
I did not see your original post on the Adobe Forums.

Did you include the manifest.xml as an asset to the project?  Did you clean the 
project after adding the asset?


--- In flexcoders@yahoogroups.com, Adnan Doric astrona...@... wrote:

 Thank you for you reply, but I've done steps you describe but in FB4 and 
 it doesn't work.
 I have the following error in library project (manifest.xml is added in 
 assets tab) :
 
 could not find source for class myPackage:TestComponent in namespace 
 http://mynamespace.com.
 
 Did you take a look at the link in my first post ?
 
 http://forums.adobe.com/thread/583153
 
 
 
 
 On 15/03/2010 02:15, Jeff wrote:
 
  I cover this in the laast episode of The Flex Show's video series on 
  creating Flex Components:
 
  http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs
   
  http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs
 
  The other poster who mentioned the mainfest.xml file is correct.
 
  --- In flexcoders@yahoogroups.com 
  mailto:flexcoders%40yahoogroups.com, astronaute75 astronaute@ 
  wrote:
  
   Hello,
  
   I would like to create a Library Project in Flex 4 with a custom 
  namespace so I can reference the namespace in my *.mxml files instead 
  of package.
  
   (xmlns:view=http://myapp.com http://myapp.com instead of 
  xmlns:view=com.myapp.*)
  
   I asked the question on Adobe forums too, but nobody seems to know 
  how to do it:
   http://forums.adobe.com/thread/583153?tstart=0 
  http://forums.adobe.com/thread/583153?tstart=0
  
   Maybe I am doing something completely wrong in which case I apologize :)
  
   Thank you in advance for your help,
   Adnan
  
 
 





Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric

Yes of course, manifest.xml is added and project cleaned.
Did you try it in FB4 too ?

On 15/03/2010 14:09, Jeff wrote:


I did not see your original post on the Adobe Forums.

Did you include the manifest.xml as an asset to the project? Did you 
clean the project after adding the asset?


--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Adnan Doric astrona...@... wrote:


 Thank you for you reply, but I've done steps you describe but in FB4 
and

 it doesn't work.
 I have the following error in library project (manifest.xml is added in
 assets tab) :

 could not find source for class myPackage:TestComponent in namespace
 http://mynamespace.com. http://mynamespace.com.

 Did you take a look at the link in my first post ?

 http://forums.adobe.com/thread/583153 
http://forums.adobe.com/thread/583153





 On 15/03/2010 02:15, Jeff wrote:
 
  I cover this in the laast episode of The Flex Show's video series on
  creating Flex Components:
 
  
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs 
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs 

  
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs 
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs

 
  The other poster who mentioned the mainfest.xml file is correct.
 
  --- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com

  mailto:flexcoders%40yahoogroups.com, astronaute75 astronaute@
  wrote:
  
   Hello,
  
   I would like to create a Library Project in Flex 4 with a custom
  namespace so I can reference the namespace in my *.mxml files instead
  of package.
  
   (xmlns:view=http://myapp.com http://myapp.com 
http://myapp.com http://myapp.com instead of

  xmlns:view=com.myapp.*)
  
   I asked the question on Adobe forums too, but nobody seems to know
  how to do it:
   http://forums.adobe.com/thread/583153?tstart=0 
http://forums.adobe.com/thread/583153?tstart=0
  http://forums.adobe.com/thread/583153?tstart=0 
http://forums.adobe.com/thread/583153?tstart=0

  
   Maybe I am doing something completely wrong in which case I 
apologize :)

  
   Thank you in advance for your help,
   Adnan
  
 
 







Re: [flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-15 Thread Adnan Doric
Alright, the problem occurs only if the checkbox include all 
classes... is selected.


Very weird.

Hope that helps someone :)

On 15/03/2010 14:51, Jeffry Houser wrote:


 Yep, no issues in Flash Builder 4.  It works fine for me!  I'm not 
sure what to tell you.



On 3/15/2010 9:34 AM, Adnan Doric wrote:

Yes of course, manifest.xml is added and project cleaned.
Did you try it in FB4 too ?

On 15/03/2010 14:09, Jeff wrote:


I did not see your original post on the Adobe Forums.

Did you include the manifest.xml as an asset to the project? Did you 
clean the project after adding the asset?


--- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com, Adnan Doric astrona...@... 
wrote:


 Thank you for you reply, but I've done steps you describe but in 
FB4 and

 it doesn't work.
 I have the following error in library project (manifest.xml is 
added in

 assets tab) :

 could not find source for class myPackage:TestComponent in namespace
 http://mynamespace.com. http://mynamespace.com.

 Did you take a look at the link in my first post ?

 http://forums.adobe.com/thread/583153 
http://forums.adobe.com/thread/583153





 On 15/03/2010 02:15, Jeff wrote:
 
  I cover this in the laast episode of The Flex Show's video 
series on

  creating Flex Components:
 
  
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs 
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs 

  
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs 
http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs

 
  The other poster who mentioned the mainfest.xml file is correct.
 
  --- In flexcoders@yahoogroups.com 
mailto:flexcoders%40yahoogroups.com

  mailto:flexcoders%40yahoogroups.com, astronaute75 astronaute@
  wrote:
  
   Hello,
  
   I would like to create a Library Project in Flex 4 with a custom
  namespace so I can reference the namespace in my *.mxml files 
instead

  of package.
  
   (xmlns:view=http://myapp.com http://myapp.com 
http://myapp.com http://myapp.com instead of

  xmlns:view=com.myapp.*)
  
   I asked the question on Adobe forums too, but nobody seems to 
know

  how to do it:
   http://forums.adobe.com/thread/583153?tstart=0 
http://forums.adobe.com/thread/583153?tstart=0
  http://forums.adobe.com/thread/583153?tstart=0 
http://forums.adobe.com/thread/583153?tstart=0

  
   Maybe I am doing something completely wrong in which case I 
apologize :)

  
   Thank you in advance for your help,
   Adnan
  
 
 








--
Jeffry Houser, Technical Entrepreneur
Adobe Community Expert:http://tinyurl.com/684b5h
http://www.twitter.com/reboog711   | Phone: 203-379-0773
--
Easy to use Interface Components for Flex Developers
http://www.flextras.com?c=104
--
http://www.theflexshow.com
http://www.jeffryhouser.com
--
Part of the DotComIt Brain Trust




[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-14 Thread Florian
It's been a while since i did that, but take a look at the manifests:

http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_25.html
http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_31.html

Best regards

--- In flexcoders@yahoogroups.com, astronaute75 astrona...@... wrote:

 Hello,
 
 I would like to create a Library Project in Flex 4 with a custom namespace so 
 I can reference the namespace in my *.mxml files instead of package.
 
 (xmlns:view=http://myapp.com; instead of xmlns:view=com.myapp.*)
 
 I asked the question on Adobe forums too, but nobody seems to know how to do 
 it:
 http://forums.adobe.com/thread/583153?tstart=0
 
 Maybe I am doing something completely wrong in which case I apologize :)
 
 Thank you in advance for your help,
 Adnan





[flexcoders] Re: How to create Flex 4 Library Project with custom namespace please ?

2010-03-14 Thread Jeff
I cover this in the laast episode of The Flex Show's video series on creating 
Flex Components:

http://www.theflexshow.com/blog/index.cfm/2010/3/1/The-Flex-Show--Creating-Flex-Components--Episode-13-Custom-Namespace-URLs

 The other poster who mentioned the mainfest.xml file is correct.

--- In flexcoders@yahoogroups.com, astronaute75 astrona...@... wrote:

 Hello,
 
 I would like to create a Library Project in Flex 4 with a custom namespace so 
 I can reference the namespace in my *.mxml files instead of package.
 
 (xmlns:view=http://myapp.com; instead of xmlns:view=com.myapp.*)
 
 I asked the question on Adobe forums too, but nobody seems to know how to do 
 it:
 http://forums.adobe.com/thread/583153?tstart=0
 
 Maybe I am doing something completely wrong in which case I apologize :)
 
 Thank you in advance for your help,
 Adnan