Using data binding with data models, Chapter 3, Solution 4

­
<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 3: WORKING WITH DATA MODELS AND THE VALUE OBJECT
// 
// Solution 3-4: Using data binding with data models
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

ActionScript classes as data models, Chapter 3, Solution 3

­­
<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 3: WORKING WITH DATA MODELS AND THE VALUE OBJECT
// 
// Solution 3-3: ActionScript classes as data models
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Loading external XML data using MXML data models, Chapter 3, Solution 2

­
<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 3: WORKING WITH DATA MODELS AND THE VALUE OBJECT
// 
// Solution 3-2: Loading external XML data using MXML data models
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Using MXML data models, Chapter 3, Solution 1

­­­­
<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 3: WORKING WITH DATA MODELS AND THE VALUE OBJECT
// 
// Solution 3-1: Using MXML data models
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Creating reusable components using template components, Chapter 2, Solution 10

­
<?xml version="1.0"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 2: USING FLEX COMPONENTS
// 
// Solution 2-10: Creating reusable components using template components
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Creating SWC files to deploy components, Chapter 2, Solution 9

­compc -namespace http://www.adobe.com/2006/casario manifest.xml -source-path. -include-namespaces http://www.adobe.com/2006/casario -include-classes com.flexsolutions.chapter2.Chapter_2_Sol_2 -output=MyComp.swc ­­

Extending the Event class for sending complex data, Chapter 2, Solution 8

<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 2: USING FLEX COMPONENTS
// 
// Solution 2-8: Extending the Event class for sending complex data
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Building loosely coupled components, Chapter 2, Solution 7

<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 2: USING FLEX COMPONENTS
// 
// Solution 2-7: Building loosely coupled components
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Creating composite components, Chapter 2, Solution 6

<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 2: USING FLEX COMPONENTS
// 
// Solution 2-6: Creating composite components
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Handling events within custom components, Chapter 2, Solution 5

<?xml version="1.0" encoding="utf-8"?>
<!--
////////////////////////////////////////////////////////////////////////////////
// Flex Solutions: Essential Techniques for Flex 2 and Flex 3 Developers
// Author: Marco Casario 
// Editor: FriendsOfED www.friendsofed.com
// All Rights Reserved.
//
// Chapter 2: USING FLEX COMPONENTS
// 
// Solution 2-5: Handling events within custom components
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Syndicate content