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
