Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 25th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
  2.                xmlns:s="library://ns.adobe.com/flex/spark"
  3.                xmlns:context="com.robotlegs.demos.robotlegsincremental.*">
  4. <fx:Declarations>
  5. <context:ApplicationContext contextView="{MainViewNavigator}"/>
  6. </fx:Declarations>
  7. <s:ViewNavigator id="MainViewNavigator"
  8.                  label="Main"
  9.                  width="100%"
  10.                  height="100%"                     firstView="com.robotlegs.demos.robotlegsincremental.views.components.SomeView"/>
  11. </s:Application>