Hi all,

Below is a small example of a code I'm trying to convert from Flex to
Royale mx.

 <mx:states>
  <mx:State
   name="VIEWING">
   <mx:enterState>
    <![CDATA[
    enterViewState();
    ]]>
   </mx:enterState>
   <mx:exitState>
    <![CDATA[
    exitViewState();
    ]]>
   </mx:exitState>
  </mx:State>
  <mx:State
   name="OFF_LINE"
   basedOn="VIEWING">
  </mx:State>
 </mx:states>

I would appreciate any pointers/examples.

Thanks and be safe,
Piotr

Reply via email to