Using trace() to write information to the Flash log file : trace « Development « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Development » traceScreenshots 
Using trace() to write information to the Flash log file
Using trace() to write information to the Flash log file
         
<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    backgroundColor="white">
    <mx:Label text="Type in something:" />
    <mx:TextInput id="something" />
    <mx:Button click="trace('TextInput: ' + something.text)" label="Record Something" />

</mx:Application>

   
    
    
    
    
    
    
    
    
  
Related examples in the same category
ww__w_._j___av___a__2__s__.__com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.