[flexcoders] Re: as3corelib usage

2008-10-05 Thread karthikeyan.sivanantham
It works! Thanks mate!


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

 It looks like the compiled library is no longer on Google code. You
 will need to get a SVN client (I used TortoiseSVN from
 http://tortoisesvn.net/) and checkout a version from Trunk.
 
 Once it's checked out, add the contents of the src directory to your
 project src. There is a JSONExample.mxml file in the examples
 directory that you can look at to see how to use it.
 
 
 --- In flexcoders@yahoogroups.com, karthikeyan.sivanantham
 karthikeyan.sivanantham@ wrote:
 
  Hi guys,
Goodday! I am trying to use JSON with flex. I am 
following 
  the instructions from the 
  
link http://www.adobe.com/devnet/flex/articles/flex_php_json.html; 
to 
  setup the JSON development environment in flex. The instructions 
say 
  that I should get the as3corelib from code.google.com and include 
  the .swc file in the build path so that JSON support is enabled 
in 
  flex. All that I found in the as3corelib project in 
code.google.com is 
  the readonly source code of the as3corelib. I'm not sure how to 
go 
  forward. Any help would be higly appreciated. 
  
  Regards,
  Karthik
 





[flexcoders] Re: as3corelib usage

2008-10-02 Thread valdhor
It looks like the compiled library is no longer on Google code. You
will need to get a SVN client (I used TortoiseSVN from
http://tortoisesvn.net/) and checkout a version from Trunk.

Once it's checked out, add the contents of the src directory to your
project src. There is a JSONExample.mxml file in the examples
directory that you can look at to see how to use it.


--- In flexcoders@yahoogroups.com, karthikeyan.sivanantham
[EMAIL PROTECTED] wrote:

 Hi guys,
   Goodday! I am trying to use JSON with flex. I am following 
 the instructions from the 
 link http://www.adobe.com/devnet/flex/articles/flex_php_json.html; to 
 setup the JSON development environment in flex. The instructions say 
 that I should get the as3corelib from code.google.com and include 
 the .swc file in the build path so that JSON support is enabled in 
 flex. All that I found in the as3corelib project in code.google.com is 
 the readonly source code of the as3corelib. I'm not sure how to go 
 forward. Any help would be higly appreciated. 
 
 Regards,
 Karthik





[flexcoders] Re: as3CoreLib

2008-09-18 Thread Amy
--- In flexcoders@yahoogroups.com, Haykel BEN JEMIA [EMAIL PROTECTED] 
wrote:

 you have to pull the source from the SVN repository.
 http://code.google.com/p/as3corelib/source/checkout

Already been there.  This is what I see

# Non-members may check out a read-only working copy anonymously over 
HTTP.
svn checkout http://as3corelib.googlecode.com/svn/trunk/ as3corelib-
read-only 

That's why I asked if for an actual _working_ link where the code 
could be downloaded.

Can anyone give me a link right to a page where, if I click on it, I 
will be able to get the code to download to my machine?

Thanks;

Amy



Re: [flexcoders] Re: as3CoreLib

2008-09-18 Thread Haykel BEN JEMIA
There isn't such a link! You will have to install a Subversion client and
use it to get (check out) the sources from
http://as3corelib.googlecode.com/svn/trunk/ . You can find a list of
subversion clients on: http://subversion.tigris.org/ (Third-Party Clients).
On Thu, Sep 18, 2008 at 5:46 PM, Amy [EMAIL PROTECTED] wrote:

   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 Haykel BEN JEMIA [EMAIL PROTECTED]
 wrote:

 
  you have to pull the source from the SVN repository.
  http://code.google.com/p/as3corelib/source/checkout

 Already been there. This is what I see

 # Non-members may check out a read-only working copy anonymously over
 HTTP.
 svn checkout http://as3corelib.googlecode.com/svn/trunk/ as3corelib-
 read-only

 That's why I asked if for an actual _working_ link where the code
 could be downloaded.

 Can anyone give me a link right to a page where, if I click on it, I
 will be able to get the code to download to my machine?

 Thanks;

 Amy

  




-- 
Haykel Ben Jemia

Allmas
Web  RIA Development
http://www.allmas-tn.com


Re: [flexcoders] Re: as3CoreLib

2008-09-18 Thread Michael Schmalle
Hi,

Have you tried http://actionscript3libraries.riaforge.org/ ?

I see downloads 376 but I don't have a username so maybe you can get it
there as a zip if you login.

Mike

BTW, I know you don't want to hear this but, SVN is getting to be the
defacto for sharing source, it might be worth it to schedule a day and
install subclipse. Once you have it installed every public code library is
available at your right click - checkout. :)

And yeah, I hear you, usually google code projects have a stable zip
download and SWC which this project does not. Seems like most Adobe stuff
doesn't in google code.

-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.


[flexcoders] Re: as3CoreLib

2008-09-18 Thread Amy
--- In flexcoders@yahoogroups.com, Michael Schmalle 
[EMAIL PROTECTED] wrote:

 Hi,
 
 Have you tried http://actionscript3libraries.riaforge.org/ ?
 
 I see downloads 376 but I don't have a username so maybe you can get 
it
 there as a zip if you login.

I don't see a way to download it.

Thanks, though :-)



[flexcoders] Re: as3CoreLib

2008-09-18 Thread Amy
--- In flexcoders@yahoogroups.com, Haykel BEN JEMIA [EMAIL PROTECTED] 
wrote:

 There isn't such a link! You will have to install a Subversion client 
and
 use it to get (check out) the sources from
 http://as3corelib.googlecode.com/svn/trunk/ . You can find a list of
 subversion clients on: http://subversion.tigris.org/ (Third-Party 
Clients).

It seems crazy to force people who are not working on the project to 
check out code.  Is it possible there's just an error in how the 
project is set up in google code?  Who would I contact to get that 
fixed?

Thanks;

Amy



Re: [flexcoders] Re: as3CoreLib

2008-09-18 Thread Michael Schmalle
 Who would I contact to get that fixed?

I would email mchambers AT adobe.com or get a hold of Matt.

Doesn't seem like much work has gone into the library in awhile.

Mike



 It seems crazy to force people who are not working on the project to
 check out code. Is it possible there's just an error in how the
 project is set up in google code? Who would I contact to get that
 fixed?

 Thanks;

 Amy

  




-- 
Teoti Graphix, LLC
http://www.teotigraphix.com

Teoti Graphix Blog
http://www.blog.teotigraphix.com

You can find more by solving the problem then by 'asking the question'.


[flexcoders] Re: as3CoreLib

2008-09-18 Thread Eric Cooper
I think that I used http://as3corelib.googlecode.com/files/corelib-.90.zip

which is now marked as deprecated... but still probably bette than nothing.

I only use it for JSON.

-eric


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

 --- In flexcoders@yahoogroups.com, Michael Schmalle 
 teoti.graphix@ wrote:
 
  Hi,
  
  Have you tried http://actionscript3libraries.riaforge.org/ ?
  
  I see downloads 376 but I don't have a username so maybe you can get 
 it
  there as a zip if you login.
 
 I don't see a way to download it.
 
 Thanks, though :-)






Re: [flexcoders] Re: as3CoreLib

2008-09-18 Thread Maciek Sakrejda
For what it's worth, crazy or not, it is reasonably common for small
projects to have svn-(or other vcs)-only access to source. Packaging up
source releases is just another piece of work for the maintainers. It
does seem that something like corelib should have a source package,
though.

-Maciek


-Original Message-
From: Amy [EMAIL PROTECTED]
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: as3CoreLib
Date: Thu, 18 Sep 2008 16:35:51 -

--- In flexcoders@yahoogroups.com, Haykel BEN JEMIA [EMAIL PROTECTED] 
wrote:

 There isn't such a link! You will have to install a Subversion client 
and
 use it to get (check out) the sources from
 http://as3corelib.googlecode.com/svn/trunk/ . You can find a list of
 subversion clients on: http://subversion.tigris.org/ (Third-Party 
Clients).

It seems crazy to force people who are not working on the project to 
check out code. Is it possible there's just an error in how the 
project is set up in google code? Who would I contact to get that 
fixed?

Thanks;

Amy




 




[flexcoders] Re: as3CoreLib

2008-09-18 Thread Amy
--- In flexcoders@yahoogroups.com, Eric Cooper [EMAIL PROTECTED] wrote:

 I think that I used http://as3corelib.googlecode.com/files/corelib-
.90.zip
 
 which is now marked as deprecated... but still probably bette than 
nothing.
 
 I only use it for JSON.

Thanks :-).  I only wanted the date utilities.