Hello there!
It is been over three weeks I am trying to do this. Now it is time to ask your help. I am trying to read this simple xml
----------
<weblinks>
<link title="Adobe" category="General" uri="http://www.adobe.com" />
<link title="Adobe TV" category="Adobe TV" uri="http://tv.adobe.com" />
<link title="YouTube" category="UTuber" uri="http://www.youtube.com" />
<link title="LayerMag" category="Magazine" uri="http://www.layermagazine.com" />
<link title="Notcot" category="Inspiration" uri="http://www.notcot.com" />
<link title="DieLine" category="Inspiration" uri="http://www.thedieline.com" />
<link title="Gmail" category="Email" uri="http://www.gmail.com" />
</weblinks>
---------
and put it into this layout
It is basically lots of my favourite web links. I wanted it as my homepage in browser desktop. It lists all and it can be filtered by title/category and list by category using combobox as well. when clicked on any listed item it opens a new tab in the browser with web page.
Please some one help me. I don't know how to upload mxml in here.
Appreciate your time and help
krish
Can you give a little more information on what you're using. Is that I a data grid you have displayed?