Advertisement

04.16.2008 at 01:24PM PDT, ID: 23328753
[x]
Attachment Details

FLEX 3 TILELIST USE SELECTEDITEM TO POPULATE DATAGRID COMPONENT IN ANOTHER PANEL

Asked by alpmeg in Adobe Flex

Tags: FLEX 3

Hi Guys,
I have an application with 3 Panels, one panel contains a tilelist component which is populated from a database, when a user clicks on an image in the tilelist I want to list all the available records from another table that match the selectedItem, in a datagrid in another panel, what I need to know is how to pass the selecteditem from my tilelist component to a datagrid component and display the results, any help would be appreciated.

CheersStart Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:comp="components.*">
	<mx:Style source="StyleSheet.css"/>
	<mx:ControlBar x="0" y="0" width="100%" height="80">
	</mx:ControlBar>
	
			<mx:Canvas label="Books" width="100%" height="100%">
				<mx:Panel x="43" y="53" width="479" height="387" layout="absolute">
					<comp:Gallery id="Gallery" width="100%" height="100%"/>
				</mx:Panel>
				<mx:Panel x="530" y="53" width="250" height="387" layout="absolute">
					<comp:Titles id="Titles" width="100%" height="100%"/>
				</mx:Panel>	
			</mx:Canvas>
			
	
	
</mx:Application>
[+][-]04.17.2008 at 05:37AM PDT, ID: 21376296

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Adobe Flex
Tags: FLEX 3
Sign Up Now!
Solution Provided By: julianopolito
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628