|
Peter; The
release notes were in error. A Flex Developer's Guide is in the works
and we will have this for a future release. In the meantime, some of
the examples have been enhanced. I am attaching a new HELLOWORLD text
file to help you get started. Our apologies for the confusion caused by the release notes. -- Scott On 4/14/10 3:32 AM, Peter Bruhn Andersen wrote: I still haven't found the Flex Developers Guide. Is at available and could someone at Topquadrant please tell me where it's hidden?-- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en |
RUNNING THE EXAMPLE TBL HELLOWORLD EXAMPLE ****************************************** - Start TBC-ME or TBL. If using TBC-ME, a few extra steps are necessary. They will be indicated with 'TBC-ME' in front of them.
- Open your browser, go to http://localhost:8083/tbl/ . Note for TBL users, the URL will be different when using TBL, ask your administrator. - Click on 'Download SDK' link - Unzip sdk.zip to a folder. I'll refer to this folder as SDK_HOME. UPLOAD THE REQUIRED ONTOLOGIES - Go to http://localhost:8083/tbl/ - Click on 'Upload Project' - Zip of project: Browse for SDK_HOME/tbl-example-helloworld-ontologies.zip - Check other options as desired. - You should see a message that confirms that your upload succeeded. PREPARE THE EXAMPLE FLEX PROJECT - You'll see 6 folders, 1 zip file and 2 README files (this file). + doc + ensemble-debugger + ensemble-plugin-example-helloworld + ensemble-plugin-template + graph-example-helloworld + tbl-example-helloworld-flex + tbl-example-helloworld-ontologies.zip - From Flex Builder, select Import -> Existing Projects into Workspace -> Enter SDK_HOME folder name - You should see the five projects: + ensemble-debugger + ensemble-plugin-example-helloworld + ensemble-plugin-template + graph-example-helloworld + tbl-example-helloworld-flex - Import tbl-example-helloworld-flex - Compile tbl-example-helloworld-flex. You should see two files under tbl-example-helloworld-flex > bin-debug: + HWActivator.swf + pluginManifest.xml USING THE DEBUGGER - Run Flex Builder in debug mode, by debugging the file ensemble-debugger > src > HelloWorldDemo.mxml
