Re: [flexcoders] ASDOC - Error: '' is not a directory

2010-06-25 Thread Jeffry Houser
I think I had the same error; and eventually just rolled back to using the Flex 3.5 ASDoc tool. If you file a bug, let us know. On 6/25/2010 3:20 PM, atomilux wrote: I know others have encountered this problem. My question is has anyone conquered it? I found a workaround but nothing that

[flexcoders] ASDOC - Error: '' is not a directory

2010-06-25 Thread atomilux
I know others have encountered this problem. My question is has anyone conquered it? I found a workaround but nothing that addressed my specific bug: 1. With Flash Builder 4: - fails with a custom External Tools Configuration - fails running via Terminal - fails running ANT version - ALWAYS ret

Re: [flexcoders] ASDoc and third party libraries

2010-04-08 Thread Oleg Sivokon
Hi. http://www.flashdevelop.org/community/viewtopic.php?f=13&t=4555&p=21134&hilit=asdocs#p21134 This may be of some help, but, maybe also not enough info... Besides, I'd try looking at this plugin: http://www.flashdevelop.org/community/viewtopic.php?f=4&t=4641 AFAIK elyon has made some include /

[flexcoders] ASDoc and third party libraries

2010-04-08 Thread Merrill, Jason
Those of you who use ASDoc from the Flex 3 SDK I'm sure have come across this before. If you use FlashDevelop and ASDoc - then even better as that is my setup (this is actually for a Flash CS3 project, but no matter). How do you handle running ASDoc on a Flash or Flex project where you are also us

[flexcoders] ASDoc @example question...

2010-02-26 Thread aceoohay
I have created a variety of components using .as. I have decided to document them so that other developers can use them. I would like to put example usage in my documentation. I tried; * @example * The following is a simple application that show some of the functionality;

[flexcoders] asdoc "Error: Property is write-only."

2010-01-14 Thread Mike
I'm having an issue with asdoc. I've tried asdoc.exe from SDK 3.2, 3.3 and 3.5; the same error always appears: Error: Property is write-only. [exec] Math.pow(10, 2); [exec] ^ I've tried putting that statement in other files, and it does not generate an error.

[flexcoders] asdoc

2009-12-05 Thread Csomák Gábor
Hi all! I'm looking for some help with ASDoc. I have Flex 4 Beta Eclipse plugin. If I run asdoc in console. like http://help.adobe.com/en_US/Flex/4.0/UsingSDK/WSd0ded3821e0d52fe1e63e3d11c2f44bc36-7ffa.htmlsays, it can't find asdoc. AsDoc is not part of the flex4 installation? Is there a graphic w

RE: [flexcoders] ASDoc & MXML

2009-11-20 Thread Stephen Gilson
/WSd0ded3821e0d52fe1e63e3d11c2f44bb7b-7fe7.html Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Amy Sent: Thursday, November 19, 2009 4:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc & MXML When you give a component defined in MXML an ID, you essentially

[flexcoders] ASDoc & MXML

2009-11-19 Thread Amy
When you give a component defined in MXML an ID, you essentially make it a public property of your component, so I want to document all of these properties. Unfortunatley, I'm not sure how to "inline" ASDOC comments on them. Has anyone done this before? TIA; Amy

[flexcoders] asdoc not supporting path variable in config file.

2009-08-21 Thread sehrawat_raj
In Flexbuilder 3, sdk 3.2.0, I have setup a flex project in which Additinal compiler arguments "-load-config" is used to define my own config file. In this config file I am using a path variable "OVCodebaseDir" created from FlexBuilder preferences -> General -> Workspace -> Linked Resources. Th

RE: [flexcoders] asdoc and flexlib

2009-06-05 Thread Stephen Gilson
Is the directory that contains PromptingTextInput included in the source-path when you run asdoc? Stephen From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of arisco97 Sent: Thursday, June 04, 2009 4:54 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] asdoc

[flexcoders] asdoc and flexlib

2009-06-04 Thread arisco97
During asdoc generation, I get: Error: Type was not found or was not a compile-time constant: PromptingTextInput. The code compiles fine.

RE: [flexcoders] ASDoc and .as includes?

2009-03-09 Thread Stephen Gilson
@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of aaron smith Sent: Sunday, March 08, 2009 1:10 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc and .as includes? Hey all, How can I get asdoc to play nice with includes? By includes, I don't mean the asdoc -includes co

[flexcoders] ASDoc and .as includes?

2009-03-08 Thread aaron smith
Hey all, How can I get asdoc to play nice with includes? By includes, I don't mean the asdoc -includes command flag. that's for including swcs. I mean the preprocessor includes like: include "some_as_file.as" I have some classes that use the same logic, so I've put it in includes. But it breaks

Re: [flexcoders] asdoc

2009-01-26 Thread Rich Tretola
Stephen > > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Rich Tretola > *Sent:* Monday, January 26, 2009 3:13 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] asdoc > > > > col: 1 Error: The public attribute

RE: [flexcoders] asdoc

2009-01-26 Thread Stephen Gilson
:13 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] asdoc col: 1 Error: The public attribute can only be used inside a package. On Mon, Jan 26, 2009 at 3:06 PM, Stephen Gilson mailto:smgil...@adobe.com>> wrote: We use that technique with ASDoc builds all the time. What

Re: [flexcoders] asdoc

2009-01-26 Thread Rich Tretola
> > > > *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On > Behalf Of *Rich Tretola > *Sent:* Monday, January 26, 2009 2:08 PM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] asdoc > > > > I have a bunch of classes that are extendin

RE: [flexcoders] asdoc

2009-01-26 Thread Stephen Gilson
: [flexcoders] asdoc I have a bunch of classes that are extending from base flex components. They also all share 5 properties and a few methods. So, rather that adding the shared properties and methods to each file. I used the old include "SharedInclude.as"; statement within each class to

[flexcoders] asdoc

2009-01-26 Thread Rich Tretola
I have a bunch of classes that are extending from base flex components. They also all share 5 properties and a few methods. So, rather that adding the shared properties and methods to each file. I used the old include "SharedInclude.as"; statement within each class to include an ActionScript file (

[flexcoders] ASDoc for main MXML document?

2008-12-12 Thread oneworld95
How do you use the ASDoc tool to generate documentation for the main application file? For example, if you've got MyApp.mxml and it contains a ton of ActionScript code (with the /** */ comments), how do you generate documentation from that? Thanks.

[flexcoders] ASDoc under Flex 3 failing for SWC libraries?

2008-09-17 Thread luislejter
Has anyone successfully generated asdocs for Flex 3 SWC libraries? I am consistently running into an error for both Flex 3.0.0 and 3.1. The same commandline commands or build scripts work correctly under Flex 2.0.1 so it seems like a bug but I don't see it listed in the Adobe bug tracker. Incid

Re: [flexcoders] asdoc - generate core framework documentation

2008-07-23 Thread John Hauf
Hi, I have now managed to create a documentation of my flex 3 project that includes my own classes and all classes form the mx package. Thes is very helpful for me, because I can see all the inherited methods, events, styles etc. too in my own apidoc. The command that I have used to get the docume

[flexcoders] asdoc - generate core framework documentation

2008-07-22 Thread John Hauf
Hi, I have tried to generate the documentation in the core framework using the following command as descriped in the flex 3 documentation: asdoc -source-path frameworks -namespace http://framework frameworks/core-framework-manifest.xml -doc-namespaces http://framework The problem is, that there

[flexcoders] ASDoc Ambiguous reference

2008-04-04 Thread Tim Stewart
Hi When attempting to run asdoc on a project I get a bunch of Ambiguous reference errors wherever the code within a class refers to a public property of that class that has both a getter and a setter. Is there a way to get around this, there are lots of cases of this and they work fine and are val

Re: [flexcoders] ASDoc Problem

2008-01-10 Thread Tom Chiverton
On Thursday 10 Jan 2008, cksachdev wrote: > have swc file (I have the code itself). I want to exclude the > generation of those source files. # /opt/flex/bin/asdoc -help list|grep exclude -exclude-classes [class] [...] -exclude-dependencies -- Tom Chiverton Helping to dramatically disintermedia

[flexcoders] ASDoc Problem

2008-01-10 Thread cksachdev
Hi to all, I was trying to generate documentation using asdoc. The problem I am facing is, I am using some libraries like gettext for which I don't have swc file (I have the code itself). I want to exclude the generation of those source files. Here is command I used to generate documentation. asdo

Re: [flexcoders] asdoc doesn't

2007-12-17 Thread Tom Chiverton
On Friday 14 Dec 2007, Tom Chiverton wrote: > Can anyone explain why I don't get asdoc code for the asdoc commented > public variables in the following class (Flex 3 beta 3), or is this a bug ? I've logged a bug: #SDK-14024 -- Tom Chiverton Helping to enthusiastically maintain global supply-chai

[flexcoders] asdoc doesn't

2007-12-14 Thread Tom Chiverton
Can anyone explain why I don't get asdoc code for the asdoc commented public variables in the following class (Flex 3 beta 3), or is this a bug ? http://www.adobe.com/2006/mxml"; > My asdoc line is just: # /opt/flex-sdk-3-beta-3/bin/asdoc --source-path=. asdocTest and I get a file for t

Re: [flexcoders] AsDoc and libraries problem

2007-12-10 Thread Rico Leuthold
from the root of the project folder like this: asdoc -source-path . -doc- sources. thanks_rico On 06.12.2007, at 16:14, Muzak wrote: > Add the location of the flexlib swc to the -source-path parameter list > > asdoc -source-path "path/to/project" "path/to/flexlib

Re: [flexcoders] AsDoc and libraries problem

2007-12-10 Thread Christophe Herreman
> > > > > root of the project folder like this: asdoc -source-path . > > > -doc-sources. > > > > > > thanks_rico > > > > > > > > > On 06.12.2007, at 16:14, Muzak wrote: > > > > > > > Add the location of the flexlib

Re: [flexcoders] AsDoc and libraries problem

2007-12-10 Thread Rico Leuthold
e location of the flexlib swc to the -source-path parameter list > > asdoc -source-path "path/to/project" "path/to/flexlib" ... > > > - Original Message - > From: "rleuthold" <[EMAIL PROTECTED]> > To: > Sent: Thursday, December 06,

Re: [flexcoders] AsDoc and libraries problem

2007-12-07 Thread Christophe Herreman
to the -source-path parameter list > > > > asdoc -source-path "path/to/project" "path/to/flexlib" ... > > > > > > - Original Message - > > From: "rleuthold" <[EMAIL PROTECTED] > > > To: > > > Sent: Thurs

Re: [flexcoders] AsDoc and libraries problem

2007-12-07 Thread Rico Leuthold
c -source-path "path/to/project" "path/to/flexlib" ... > > > - Original Message - > From: "rleuthold" <[EMAIL PROTECTED]> > To: > Sent: Thursday, December 06, 2007 12:02 PM > Subject: [flexcoders] AsDoc and libraries problem > >

Re: [flexcoders] AsDoc and libraries problem

2007-12-06 Thread Muzak
Add the location of the flexlib swc to the -source-path parameter list asdoc -source-path "path/to/project" "path/to/flexlib" ... - Original Message - From: "rleuthold" <[EMAIL PROTECTED]> To: Sent: Thursday, December 06, 2007 12:02 PM Subject: [fle

[flexcoders] AsDoc and libraries problem

2007-12-06 Thread rleuthold
Hi, I want to run asdoc (from command line) for my project, but always getting an error cause of the flexlib components I'm using (Error: Could not resolve to a component implementation). Does somebody have an idea how to exclude the flexlib components when running asdoc ? thanx_rico

Re: [flexcoders] ASDoc tool and packages

2007-12-05 Thread Christophe Herreman
Hi Jobe, you need to specify them as arguments when invoking asdoc.exe: -package com.domain.a "the a package" -package com.domain.b "the b package" regards, Christophe --- http://www.herrodius.com http://www.pranaframework.org 2007/12/5, Jobe Makar <[EMAIL PROTECTED]>: > >Hi, > > > > I ha

[flexcoders] ASDoc tool and packages

2007-12-04 Thread Jobe Makar
Hi, I have been using ASDoc for a while now with great success. However, I cannot seem to find information on how to get documentation to show up for packages. My guess would be putting the docs outside of the package syntax in any class in that package, or by having a text file with a special

[flexcoders] asdoc problem.

2007-12-04 Thread aaron smith
Hey all, quick question with asdoc. I'm having an error that I can't figure out where it's stemming from::: - An unexpected error occurred. Error #1085: The element type "description" must be terminated by the matching end-tag "". file:///Users/aaron.smith/dev/mccann/jobs/microsof

Re: [flexcoders] ASDoc issue with Cairngorm

2007-10-24 Thread Guido
Ok, this is really unbelievable: 1) I copied my project folder, deleted the old one and renamed the new one to the same name as the old one. 2) I opened FlexBuilder, refreshed the project workspace and run a Project Clean on my Flex project. 3) I ran the following command: asdoc -source-path <> -

Re: [flexcoders] ASDoc issue with Cairngorm

2007-10-24 Thread Guido
I've included the Cairgorm.swc in the library path for my project, not the Cairngorm source classes in the source path. If I do remove the com/adobe/cairngorm folder from my project it still builds and runs properly, no errors thrown. When running the asdoc command on this scenario, I get errors f

Re: [flexcoders] ASDoc issue with Cairngorm

2007-10-24 Thread Tom Chiverton
On Tuesday 23 Oct 2007, [EMAIL PROTECTED] wrote: > 1) Cairngorm classes used by my app are compiled to the Cairngorm.SWC and > source classes are not required, just used for debugging or > extension/open-source purposes. > 2) Flex actually builds my project with Cairngorm source classes and the > S

[flexcoders] ASDoc issue with Cairngorm

2007-10-23 Thread Guido
Hi, I'm trying to build ASDoc documentation for my cairngorm-based app (Flex 2 with Hotfix and Cairngorm 2.1), but an issue raises in a Cairngorm component, more specifically the IServiceLocator interface. I get the following error: Can't find typer or constant compile time definition: DataService

Re: [flexcoders] ASDoc for MXML components?

2007-06-07 Thread Daniel Freiman
PROTECTED] *On Behalf Of *borekbe *Sent:* Thursday, June 07, 2007 10:42 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] ASDoc for MXML components? Hi all Is there a way to generate API documentation from MXML components? So far, I thought that MXML and ActionScript are just differe

RE: [flexcoders] ASDoc for MXML components?

2007-06-07 Thread Stephen Gilson
[mailto:[EMAIL PROTECTED] On Behalf Of borekbe Sent: Thursday, June 07, 2007 10:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc for MXML components? Hi all Is there a way to generate API documentation from MXML components? So far, I thought that MXML and ActionScript are just

[flexcoders] ASDoc for MXML components?

2007-06-07 Thread borekbe
Hi all Is there a way to generate API documentation from MXML components? So far, I thought that MXML and ActionScript are just different ways to express the same things but if I can't generate documentation, this practically means that I can't use MXML for component development at all. I hope it'

Re: [flexcoders] asdoc on linux, and the --footer argument

2007-05-29 Thread Tom Chiverton
On Tuesday 29 May 2007, Tom Chiverton wrote: > Oh, I forgot to say, if I run the asdoc.jar directly: ... > it works fine. Found the problem :-) If you suffer from this problem, the SDK's bin/asdoc file's last line needs altering to read java $VMARGS -classpath "$FLEX_HOME/lib/asdoc.jar" flex2.to

Re: [flexcoders] asdoc on linux, and the --footer argument

2007-05-29 Thread Tom Chiverton
Oh, I forgot to say, if I run the asdoc.jar directly: # java -Xbootclasspath/p: $FLEX_HOME/asdoc/lib/xalan.jar -classpath "$FLEX_HOME/lib/asdoc.jar" flex2.tools.ASDoc +flexlib="$FLEX_HOME/frameworks" --output=../doc/ --exclude-dependencies=true --footer="foo bar" ... it works fine. -- Tom Chi

[flexcoders] asdoc on linux, and the --footer argument

2007-05-29 Thread Tom Chiverton
First off all, a big thank you to Adobe for making ASDoc run on Linux (as of hotfix 2) - we're setting up our own version of livedocs as we speak :-) I am having one issue with it. I want to append a customer footer, so you'd think the following would do: # /opt/flex-sdk-2.0.1-hotfix2/bin/asdoc -

[flexcoders] ASDoc with multiple source directories

2007-05-17 Thread Greg McCreath
Hi all, This is driving me nuts. How do I use ASDoc with multiple source directories? Like: src1\mylib1\src ... etc etc src2\mylib2\src ... etc etc src3\mylib3\src ... etc etc plus a main project dir: src\com\ etc etc It seems like no combination of -doc-sources or -source-path mana

[flexcoders] asdoc problems

2007-04-19 Thread khelonium
Hi there, I am trying to generate my documentation from my code and I get this error: An unexpected error occurred. Error #1090: XML parser failure: element is malformed. and nothing else. Is there a way to debug , and show the actual error? Please don't try to sugest trial& error methods, allrea

[flexcoders] ASDoc on a Mac

2007-04-13 Thread Jesse Warden
Anyone ever get ASDoc to work on a Mac? I'm having the same problem these dudes are having. http://www.google.com/search?hl=en&safe=off&q=asdoc+Exception+in+thread+%22main%22+java.lang.NoClassDefFoundError%3A+Flex&btnG=Search

[flexcoders] ASDoc and Ant

2007-02-21 Thread August Gresens
Hello I'm trying to run ASDoc using an ANT script that was published (generously) by Chris Luebcke for public use on his web site. ( http://chrisluebcke.com/tag/asdoc/). The problem I'm having is that the ASDoc.exe is not finding the core flash classes, so there is likely a problem with the -lib

RE: [flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-02 Thread Stephen Gilson
ove the slider thumb. * * @default true */ public var allowTrackClick:Boolean = true; Stephen From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jer_ela Sent: Thursday, February 01, 2007 10:28 AM To: flexcoders@yahoogroups.com

Re: [flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-02 Thread Tom Chiverton
On Thursday 01 Feb 2007, jer_ela wrote: > I am finding that ASDoc (2.01) is ignoring bindable properties in mxml > files > > public var myProperty:String > > gets documented > > [Bindable] > public var myBindableProperty:String What about [Bindable] public var myBindableProperty:String=''; ? --

[flexcoders] ASDoc ignoring [Bindable] properties in mxml files

2007-02-01 Thread jer_ela
I am finding that ASDoc (2.01) is ignoring bindable properties in mxml files public var myProperty:String gets documented [Bindable] public var myBindableProperty:String does not set/get pairs are also affected

[flexcoders] asdoc help

2007-01-24 Thread Geoffrey
I'm trying to use asdoc (from Adobe Labs ) to document our API. I'm running across the following error: C:\workspace\components\tools\RubberbandTool.mxml: Error: Unable to locate specified base class 'components.tools.Tool' for component class 'Rubberb

Re: [flexcoders] ASDoc Generation inside Flexbuilder?

2006-12-13 Thread Webdevotion
Can anyone shed a light on my problem ? The first time I ran this, it worked, I even tried to reinstall the Flex Builder Plugin. Just to make this clear, I'm working with the plugin version on top of Eclipse. Thanks ! I ran into this error when trying the example on a very simple mxml applicatio

RE: [flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young
  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young Sent: Wednesday, November 01, 2006 2:01 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc Generation inside Flexbuilder?   Has anyone setup asdoc to run inside eclipse? Have a project where I

[flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young
Has anyone setup asdoc to run inside eclipse? Have a project where I can't include it in the build process. Looking to have the docs dumped inside my project. Cheers, Stace -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://w

RE: [flexcoders] ASDoc problems with embeded resources

2006-10-10 Thread Matt Chotin
Try taking out the first / and just start with ../?   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Xavi Beumala Sent: Monday, October 09, 2006 11:14 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] ASDoc problems with

Re: [flexcoders] ASDoc problems with embeded resources

2006-10-09 Thread Xavi Beumala
in the same directory or a relative directory to the source.  It can't handle the full filepath I think.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Xavi Beumala Sent: Friday, October 06, 2006 1:37 AM To: flexcoders@yahoogroups.

RE: [flexcoders] ASDoc problems with embeded resources

2006-10-09 Thread Matt Chotin
@yahoogroups.com] On Behalf Of Xavi Beumala Sent: Friday, October 06, 2006 1:37 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc problems with embeded resources   Hi there, I'm experiencing some annoying problems with ASDoc. The problem is in classes which use Embed metadat

[flexcoders] ASDoc problems with embeded resources

2006-10-06 Thread Xavi Beumala
Hi there,I'm experiencing some annoying problems with ASDoc. The problem is in classes which use Embed metadata tag, when asdoc parses these classes it throws an error complaining about it is unable to resolve the path for transcoding. When compiling with compc.exe we have a compiler parameter (

[flexcoders] asdoc

2006-09-09 Thread graysonpierce
I'm experiencing the following problems with asdoc that seems to cause it to produce no output. The code that I'm trying to generate documentation for compiles and runs just fine in Flex Builder 1. Error: [Bindable] not allowed on global or package-level functions 2. Error: unable to resolve '

RE: [flexcoders] ASDoc ignores Bindable properties?

2006-08-18 Thread Seth Hodgson
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of james_dhap Sent: Friday, August 18, 2006 11:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc ignores Bindable properties?   Hey All, I am seeing odd behaviour using the [Bindable] metadata tag in my AS classes. When ever my

[flexcoders] ASDoc ignores Bindable properties?

2006-08-18 Thread james_dhap
Hey All, I am seeing odd behaviour using the [Bindable] metadata tag in my AS classes. When ever my public properties have the [Bindable] tag ASDoc ignores them and does not generate comments. I first saw this with some of my ValueObjects that use the metadata at the root of the class, but even w

Re: [flexcoders] ASDoc is now available for download

2006-08-16 Thread Tom Chiverton
On Tuesday 15 August 2006 18:24, Brian Deitte wrote: > So what's being done about this?  As a long term plan, we're hoping (and > starting to plan) to move the executable code over to Java.  As a short > term plan, we want to get this working on Linux for the next full > release. I don't want to e

Re: [flexcoders] ASDoc is now available for download

2006-08-15 Thread Jeremy Lu
ux for the next full release. -Brian > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:flexcoders@yahoogroups.com] On Behalf Of Tom Chiverton > Sent: Tuesday, August 15, 2006 4:39 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] ASDoc is now available fo

RE: [flexcoders] ASDoc is now available for download

2006-08-15 Thread Brian Deitte
an, we want to get this working on Linux for the next full release. -Brian > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton > Sent: Tuesday, August 15, 2006 4:39 AM > To: flexcoders@yahoogroups.com > Subject: Re: [flexco

Re: [flexcoders] ASDoc is now available for download

2006-08-15 Thread Tom Chiverton
On Tuesday 15 August 2006 09:16, Tom Chiverton wrote: > Rar ! Boo. You *knew* what would happen if you released a tool that only ran on Windows and OSX didn't you, without the source so the community can fix whatever you know is wrong with it ? -- Tom Chiverton, http://www.rachaelandtom.info/

Re: [flexcoders] ASDoc is now available for download

2006-08-15 Thread Tom Chiverton
On Monday 14 August 2006 19:02, stephenmartin2 wrote: > ASDoc, the tool we use at Adobe to generate documentation from > ActionScript source code, is now available on labs: Rar ! -- Tom Chiverton This email is sent for and on behalf of Halli

RE: [flexcoders] ASDoc now available on Labs

2006-08-15 Thread Dirk Eismann
Yeah! Thanks! Dirk. > -Original Message- > From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin > Sent: Monday, August 14, 2006 7:54 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] ASDoc now available on Labs > > ht

RE: [flexcoders] ASDoc now available on Labs

2006-08-14 Thread Brian Deitte
2006 1:54 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] ASDoc now available on Labs > > http://labs.adobe.com/wiki/index.php/ASDoc > > Enjoy! > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

RE: [flexcoders] ASDoc now available on Labs

2006-08-14 Thread Clint Modien
AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc now available on Labs   http://labs.adobe.com/wiki/index.php/ASDoc Enjoy! __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] ASDoc is now available for download

2006-08-14 Thread stephenmartin2
ASDoc, the tool we use at Adobe to generate documentation from ActionScript source code, is now available on labs: http://labs.adobe.com/wiki/index.php/ASDoc Stephen -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.

[flexcoders] ASDoc now available on Labs

2006-08-14 Thread Matt Chotin
http://labs.adobe.com/wiki/index.php/ASDoc Enjoy! -- 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:/

Re: [flexcoders] ASDoc for AS3?

2006-07-12 Thread Geoffrey Williams
There's a bunch of examples in the framework source and in the libraries posted on labs. --- In flexcoders@yahoogroups.com, "Steve Cox" <[EMAIL PROTECTED]> wrote: > > Matt, > > I wonder if it is possible someone could release some simple docs (or > even post here) the format we should be putti

Re: AW: [flexcoders] ASDoc for AS3?

2006-07-12 Thread Tom Chiverton
On Tuesday 11 July 2006 18:01, Matt Chotin wrote: > It will be a few more weeks, developers have been on vacation after the > launch and we're still getting it all together. That's cool, they deserve a nice break ! -- Tom Chiverton This emai

Re: AW: [flexcoders] ASDoc for AS3?

2006-07-11 Thread Jeremy Lu
Thanks for the update (may all the developers have a nice vacation !) Jeremy. On 7/12/06, Matt Chotin <[EMAIL PROTECTED]> wrote: It will be a few more weeks, developers have been on vacation after the launch and we're still getting it all together. Matt __

RE: AW: [flexcoders] ASDoc for AS3?

2006-07-11 Thread Matt Chotin
oders@yahoogroups.com Subject: Re: AW: [flexcoders] ASDoc for AS3? On Tuesday 11 July 2006 08:37, Harald Dehn wrote: > are there any new informations about a releasing date? Indeed. I don't mind if it 'takes a bunch of steps' (I am a programmer). I don't mind if it throws it'

Re: AW: [flexcoders] ASDoc for AS3?

2006-07-11 Thread Tom Chiverton
On Tuesday 11 July 2006 08:37, Harald Dehn wrote: > are there any new informations about a releasing date? Indeed. I don't mind if it 'takes a bunch of steps' (I am a programmer). I don't mind if it throws it's toys out of the pram (it's beta/alpha, and I can write bug reports). I don't care it'

Re: [flexcoders] ASDoc for AS3?

2006-07-11 Thread Jeremy Lu
coders@yahoogroups.com] Im Auftrag von Gordon SmithGesendet: Freitag, 19. Mai 2006 22:32An: flexcoders@yahoogroups.comBetreff: RE: [flexcoders] ASDoc for AS3? We have an internal tool that we use to create the class documentation, but we're not ready to release it with Flex 2 because it isn't read

AW: [flexcoders] ASDoc for AS3?

2006-07-11 Thread Harald Dehn
Hi Gordon,   are there any new informations about a releasing date?   - Harald Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im Auftrag von Gordon SmithGesendet: Freitag, 19. Mai 2006 22:32An: flexcoders@yahoogroups.comBetreff: RE: [flexcoders] ASDoc for AS3? We have an

Re: [flexcoders] asdoc generator for AS3?

2006-07-03 Thread Tom Chiverton
On Friday 30 June 2006 13:37, Andrew Trice wrote: > Where'd you find that it will be "released soon"? I want to keep an eye > on it. A post here, I think, from someone @adobe. ISTR it will be a labs project. -- Tom Chiverton This email is s

RE: [flexcoders] asdoc generator for AS3?

2006-06-30 Thread Gordon Smith
ent: Friday, June 30, 2006 5:38 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] asdoc generator for AS3?   Hey Tom, Where'd you find that it will be "released soon"? I want to keep an eye on it. Thanks, Andy _ Andr

Re: [flexcoders] asdoc generator for AS3?

2006-06-30 Thread Jeremy Lu
groups.com] On Behalf Of Tom Chiverton Sent: Friday, June 30, 2006 8:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] asdoc generator for AS3? On Thursday 29 June 2006 16:52, Andrew Trice wrote: > they only cover as2. I don't seen one on adobe's site. "relea

RE: [flexcoders] asdoc generator for AS3?

2006-06-30 Thread Andrew Trice
OTECTED] Office: 866-CYNERGY -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Chiverton Sent: Friday, June 30, 2006 8:27 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] asdoc generator for AS3? On Thursday 29 June 2006 16:52, And

Re: [flexcoders] asdoc generator for AS3?

2006-06-30 Thread Tom Chiverton
On Thursday 29 June 2006 16:52, Andrew Trice wrote: > they only cover as2. I don't seen one on adobe's site. "released soon" Apperenty. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells LLP is a limited li

[flexcoders] asdoc generator for AS3?

2006-06-29 Thread Andrew Trice
Is there a publicly available program to generate asdocs for Flex 2/Actionscript 3?  I have seen some open source asdoc generators, but they only cover as2.  I don’t seen one on adobe’s site.   Thanks, Andy   _ Andrew Trice Cynergy Systems, Inc.

Re: [flexcoders] ASDoc for AS3?

2006-05-19 Thread Michael Schmalle
ing it up and releasing it somewhat later.   - Gordon     -Original Message- From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Suzy Lawson Sent: Friday, May 19, 2006 7:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc for AS3?   Does anyo

RE: [flexcoders] ASDoc for AS3?

2006-05-19 Thread Gordon Smith
18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] ASDoc for AS3?   Does anyone know of any libraries yet that can generate the Asdoc (javadoc) for Actionscript 3 classes? Probably too early for this kind of question.   The Adobe team obviously has a nice tool. Any chance they c

[flexcoders] ASDoc for AS3?

2006-05-19 Thread Suzy Lawson
Does anyone know of any libraries yet that can generate the Asdoc (javadoc) for Actionscript 3 classes? Probably too early for this kind of question. The Adobe team obviously has a nice tool. Any chance they can share at least a watered down version of it on one of their blogs!?! :-) -

Re: [flexcoders] ASDoc of createComponent()?

2005-07-20 Thread Clint Modien
my mistake... it works for all containersOn 7/20/05, Clint Modien <[EMAIL PROTECTED]> wrote: and it works for all classes down to UIObject -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcode

Re: [flexcoders] ASDoc of createComponent()?

2005-07-20 Thread Clint Modien
yes they are not documented in ASDocs and it works for all classes down to UIObject the return for createComponent is the component created the return type for createComponents is *probably* void i agree they should be in the ASDocs docsOn 7/20/05, Jeff Tapper <[EMAIL PROTECTED]> wrote: is i

Re: [flexcoders] ASDoc of createComponent()?

2005-07-20 Thread Jeff Tapper
I've actually seen those, what I'm looking for is the ASDoc, so I can find out what class its a method of, return values, things like that. Anyone know if these methods are actually documented in ASDoc, or is it just in "Developing Flex Apps" docs. At 04:32 PM 7/20/2005, Clint Modien wrote: ><

Re: [flexcoders] ASDoc of createComponent()?

2005-07-20 Thread Clint Modien
http://livedocs.macromedia.com/flex/15/flex_docs_en/1145.htm http://livedocs.macromedia.com/flex/15/flex_docs_en/1146.htm and for good measure http://livedocs.macromedia.com/flex/15/flex_docs_en/1006.htm i find it helpful to use a wildcard (*)  when searching livedocs On 7/20/05, Je

[flexcoders] ASDoc of createComponent()?

2005-07-20 Thread Jeff Tapper
I've been looking for the ASDoc on the createComponent and/or createComponents() methods, but havent been able to find them. I'd assumed they were methods of Container, but I cant find it there. Does this exist in ASDoc and I'm just missing it, was it an intentional ommision, or just a bug?