Handling result and fault events, Chapter 6, 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 6: WORKING WITH REMOTE DATA USING THE RPC CLASSES
// 
// Solution 6-2: Handling result and fault events
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Using the HTTPService class, Chapter 6, 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 6: WORKING WITH REMOTE DATA USING THE RPC CLASSES
// 
// Solution 6-1: Using the HTTPService class
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Adding and removing data with the cursor, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-8: Adding and removing data with the cursor
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Moving to the last or first item in the view with bookmarks, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-7: Moving to the last or first item in the view with bookmarks
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Using cursors with the ArrayCollection, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-6: Using cursors with the ArrayCollection
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Sorting data, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-5: Sorting data
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Filtering data, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-4: Filtering data
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Setting and getting items in an ArrayCollection, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-3: Setting and getting items in an ArrayCollection
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Converting an MXML data model into an ArrayCollection, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-2: Converting an MXML data model into an ArrayCollection
//
// 
// @author      Marco Casario
// @date        26 November 2007
// @version     1.0
// @site        flexsolutions.comtaste.com
//

Using ArrayCollection to handle complex data, Chapter 5, 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 5: MANAGING COMPLEX DATA
// 
// Solution 5-1: Using ArrayCollection to handle complex data
//
// 
// @author      Marco Casario
// @date        01 April 2008
// @version     1.1
// @site        flexsolutions.comtaste.com
//

Syndicate content