I don't think there is a pre-defined method to extra data from the Outline
view of a class in Flex Builder.

I have used ArgoUML in the past for things like documenting classes and such
before developing them.

After development, more importantly during as well,  you should use ASDoc.
Using ASDoc you can build a HTML based 'hotlinked' API that looks just like
livedocs.adobe.com documentation.  You can style it the wa you want if so
desired.  ASDoc has been included in the Flex SDK since version 2 and you
can find out more in the docs
http://www.adobe.com/support/documentation/en/flex/   Typically I use Ant to
generate, but you can use the command line too.

DK


Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


On Fri, Jan 23, 2009 at 11:48 AM, John Waggener <[email protected]>wrote:

> I wasn't very clear.
>
> I'm using Google docs to design classes - to make and edit an outline of
> the various properties and methods and keep notes on what I am designing.  I
> was simply trying to export the Outline View from Flex Builder so I could
> copy it into a document.
>
> More generally, I'm curious about software that developers use to design
> software - to layout classes, relationships between classes, effectively
> communicate complex event-driven software.
>
> I work in a small shop, so most of the communication in the design phase is
> verbal, requirement docs, as well as communicating through the code itself.
>
> What are preferred tools for creating blueprints of RIAs?  Does anyone in
> this group use tools for this purpose?
>
> Johnny
>
>
> On Fri, Jan 23, 2009 at 11:34 AM, Howard Fore <[email protected]>wrote:
>
>> "outline view"? Do you mean a tree control? (http://is.gd/gYg6)
>>
>> If so, you need to iterate over the data behind the tree and create a big
>> String variable with that data. Then you could connect to Google Docs via
>> their API (see http://is.gd/gYhl) to create a new document.
>>
>>
>>
>>
>> On Fri, Jan 23, 2009 at 11:25 AM, John Waggener 
>> <[email protected]>wrote:
>>
>>> Is there any way to export an outline in flex?
>>>
>>> I use google docs to design outlines for classes.  I want to export an
>>> outline as text from the outline view in flex.
>>>
>>> --
>>> Johnny Waggener
>>> [email protected]
>>>
>>>
>>
>>
>> --
>> Howard Fore, [email protected]
>> "The universe tends toward maximum irony. Don't push it." - Jeff Atwood
>>
>
>
>
> --
> Johnny Waggener
> 678-592-2650
> [email protected]
> www.johnnyillustrations.com/portfolio.htm
>

Reply via email to