[flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Mic
I read somewhere about 900 as compared to Java's over 15,000 :-) --- In flexcoders@yahoogroups.com, devenhariyani devenhariy...@... wrote: Its kinda a random question, but anyone know approx. how many classes there are in the entire flex framework? I'm trying to optimizing the size of my

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Vivian Richard
Please google search flex framework poster and you can download and view the poster with the class diagrams. Here is a link where you can see the posters on one of the fellow dev's wall: http://x-geom.net/blog/wp-content/uploads/2008/04/imag69.jpg By the way once you download

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Maciek Sakrejda
, rpc, automation), it's 999. -- Maciek Sakrejda Truviso, Inc. http://www.truviso.com -Original Message- From: Vivian Richard kanps...@gmail.com Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How many classes are there in flex 3 framework

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Nate Beck
I had the same idea... except using ruby: require 'find' dirs = [/workspaces/flex_sdk/trunk/frameworks/projects/framework/src,/workspaces/flex_sdk/trunk/frameworks/projects] dirs.each do |dir| count = 0 Find.find(dir) do |path| if (path =~ /(\.as|\.mxml)/) if(path =~

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Nate Beck
Yours is probably more accurate. :D On Tue, Dec 16, 2008 at 3:09 PM, Nate Beck n...@tldstudio.com wrote: I had the same idea... except using ruby: require 'find' dirs = [/workspaces/flex_sdk/trunk/frameworks/projects/framework/src,/workspaces/flex_sdk/trunk/frameworks/projects] dirs.each

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Vivian Richard
By the way this counting does not include charting, adv data grids. Am I right? On Tue, Dec 16, 2008 at 3:14 PM, Nate Beck n...@tldstudio.com wrote: Yours is probably more accurate. :D On Tue, Dec 16, 2008 at 3:09 PM, Nate Beck n...@tldstudio.com wrote: I had the same idea... except using

RE: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] Re: How many classes are there in flex 3 framework? By the way this counting does not include charting, adv data grids. Am I right? On Tue, Dec 16, 2008 at 3:14 PM, Nate Beck n...@tldstudio.commailto:nate%40tldstudio.com wrote: Yours is probably more

RE: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Gordon Smith
: [flexcoders] Re: How many classes are there in flex 3 framework? Not every .as file is a class. If I had time, I would rename the .swc to .zip, pull the catalog.xml and find a cheap way to count scripts. From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Vivian

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Josh McDonald
? - Gordon *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Alex Harui *Sent:* Tuesday, December 16, 2008 3:46 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Re: How many classes are there in flex 3 framework? Not every .as file

RE: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Alex Harui
Did that include flash.*.* classes? From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Josh McDonald Sent: Tuesday, December 16, 2008 4:23 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How many classes are there in flex 3 framework? A quick copy

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Josh McDonald
*To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Re: How many classes are there in flex 3 framework? A quick copy-n-paste from All Classes in the ASDoc into textmate gives us 1180 public classes in the API. -Josh On Wed, Dec 17, 2008 at 10:10 AM, Gordon Smith gosm...@adobe.com

Re: [flexcoders] Re: How many classes are there in flex 3 framework?

2008-12-16 Thread Josh McDonald
about an accurate count? - Gordon *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On Behalf Of *Alex Harui *Sent:* Tuesday, December 16, 2008 3:46 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Re: How many classes are there in flex 3 framework