Hello guys, I need some help. I want to do an app that store plants that I find in list (Name, species, location ...). I want, after register all informations about the plant, to display them in a listview only under their names and show the page of a plant after selection in the listview (I haven't made the "afterselection event"). I try this (view pic) and when I click my llist view display "com.google.appinventor.components.runtime.TextBox@467c1d3" "com.google.appinventor.components.runtime.TextBox@96e0110"...
Maybe that's a huge mess with all the lists and there is a simple way to do it?
You are using textbox components itself, but should use the Text property of those components, for example
VernText.Text
Also there is no need to copy all information into variables before storing it, just use it directly
And as it looks like you probably want to learn more about lists and lists of lists...
Taifun
Now I saw that again it seems I did an other version with VernText.text but forgot to change on this one. I will try like this ty