Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

lThis This space defines how to use the ecilpse plugin to easily develop widgets that are usable in the Infinit.e tool.

...

1. Right click on the src folder of your Flex Project and select New > Other choose Infinite Module from the Flash Builder folder
2. Give your widget a name and select finish. (If the wizard does not pick up the src folder automatically, select Browse and navigate to your projects src folder e.g.  /projectname/src)

3. The wizard should automatically add 2 files to your project a sandbox to run your new widget in named InfiniteTestApplication.mxml and your widget which you named in the previous step (e.g. sampleWidget.mxml)
4. At this point you can run the example by right right clicking the InfiniteTestApplication.mxml selecting Run As > Web Application

...