MrDerek
01-08-2009, 03:27 PM
Hi there, I have been trying to learn flex for the past 3-4 months (on and off) and i'm getting nowhere. I want to create this project but i can't seem to find anything to help me, I was wondering wherther if you guys could point me my path.
me and my background
I've went through a lot of different resources to try and get myself up to speed but non of them is contributing to my project and they're all going over the same things over and over again.
I understand the similarities between mxml and html, I know how to layout an application, how to create a basic application with pages and what-not. What I dont understand is the concepts behind the programming and data handling. I'm not a programmer, I know enough to get myself around several languages, html, xhtml, AS2, javascript etc. but with flex i feel completely lost.
My Project
This is what i want to do. I have an xml file containing some data. I want to pass this xml file into flex and display the data in a datagrid. I then want to give the user the ability to sort, search and filter this data with drop down boxes and what not.
My many problems
In short, i really don't know where to start. I've been doing a lot of research and i come across terms like E4X and arraycollections but nowhere i can find explains how everything works and ties together.
(i think) i have a basic idea of how the application might work but i need to drill down into the specifics... This is my thoughts...
import xml file (via httprequest)?
convert to a format that would work (E4X)?
create several more (of the above) for specific categories, to be filtered
link the main set of data to a data grid
link sub sets of data to buttons and drop down boxes etc.
as you can see i am very lost, so i guess, to put it simply..... help me please? If you have anything at all please leave a reply. how i should approach this, articles/videos/things you think could help me, explanations... anything at all.
My apologies
I know what i'm asking is unreasonable but I really can't find anything else. Maybe what i'm trying to achieve is way above my level but this does need to be done so if you can spare a few minutes to lend me a hand I would greatly appreciate it.
Thanks for your time,
~Derek
me and my background
I've went through a lot of different resources to try and get myself up to speed but non of them is contributing to my project and they're all going over the same things over and over again.
I understand the similarities between mxml and html, I know how to layout an application, how to create a basic application with pages and what-not. What I dont understand is the concepts behind the programming and data handling. I'm not a programmer, I know enough to get myself around several languages, html, xhtml, AS2, javascript etc. but with flex i feel completely lost.
My Project
This is what i want to do. I have an xml file containing some data. I want to pass this xml file into flex and display the data in a datagrid. I then want to give the user the ability to sort, search and filter this data with drop down boxes and what not.
My many problems
In short, i really don't know where to start. I've been doing a lot of research and i come across terms like E4X and arraycollections but nowhere i can find explains how everything works and ties together.
(i think) i have a basic idea of how the application might work but i need to drill down into the specifics... This is my thoughts...
import xml file (via httprequest)?
convert to a format that would work (E4X)?
create several more (of the above) for specific categories, to be filtered
link the main set of data to a data grid
link sub sets of data to buttons and drop down boxes etc.
as you can see i am very lost, so i guess, to put it simply..... help me please? If you have anything at all please leave a reply. how i should approach this, articles/videos/things you think could help me, explanations... anything at all.
My apologies
I know what i'm asking is unreasonable but I really can't find anything else. Maybe what i'm trying to achieve is way above my level but this does need to be done so if you can spare a few minutes to lend me a hand I would greatly appreciate it.
Thanks for your time,
~Derek