Hi. I love tiggzi, it's really cool and this team is amazing!
I'm testing out tiggzi with an xml file on my disk. So, I'm using an xml saved ad names.xml. it is like this:
""
""
" "
" Rodrigo Mull"
" Mull, Rodrigo"
" Born on Desert Storm day"
" Rodrigo Mull.gif"
" "
" "
" Bell Smart"
" Smart, Bell"
" Invented flubbo"
" Bell Smart.gif"
" "
" "
" Grace Ander"
" Ander, Grace"
" Kind hearted"
" Grace Ander.gif"
" "
""
My problems:
Couldn't connect the xml file. In ItemService I put: C:\Test Folder\Ttest\names.xml
In Test: I got the message: "Test successful" and an error message as well: "URL has incorrect format" and nothing showed.What I want to do is to use the xml to populate the names with the corresponding pictures from the info in the xml and the pictures in the same folder. I have on the screen a grid with 2 columns. Column 1 holds an image and column 2 has two labels that will containg the name and info of the person.
Please help.