Demos
  • Sports News
  • RSS XMLFeed
  • ScrollPane
  • Pie Chart
  • NumericSpinner
  • MX2004 Splash
  • TabPanel
  • ProgressBar
  • Scroller
  • DataTable
  • Label
  • RadioButton
  • TabPanel
  • TextInput
  • TextArea
  • MenuBar
  • MenuPanel/Bar
  • CheckBox, Button
  • Dialog Boxes
  • PanelRound
  • PanelBevelled
  • PanelGrid
  • 4000 Cell Table
  • PanelBevelledTable
  • HTMLText
  • RBList
  • TreeView
  • Tips WebService
  • DateSelector
  • DateField
  •  

    XP Data Table vs XAML

    Joe Marini posted an example of creating an application using XAML in 70 lines of code (http://www.joemarini.com/tutorials/tutorialpages/amazonwishwatch.php).
    Using the XPDataTable and a custom cellRenderer we build the same application in flash taking 70 lines of code in total as well
    The data being displayed is being pulled live from Amazon using there WebServices interface
    What's the difference?


    Click here for the XP DataTable version


    Click here for the main form code        Click here for the cell renderer code