Hi.
New to App Inventor and enjoying it so far. I've got a problem I was hoping to solve, but it's been driving me nuts trying to figure out..
I've created a text input section with "Name, Message and Date" which then show up in a listview. I have it set to show in reversed order so the newest message show at the top of the list. So far so good....
The problem comes when I try to delete one of the messages from the list as it deletes the "opposite" one. If I delete the one at the bottom, the one at the top gets deleted. It's as if the "index" isn't reversed along with the list...
Hope I made any sense with this explanation. Any ideas how to solve this problem??
Here are the three section of blocks used. Seems like I've put "reverse list" everywhere... . Any pointers in the right direction or solution would be greatly appreciated.
Keep in mind I'm practically a "virging coder...."
Well, it's everywhere I probably keep reversing the listview over and over again.. I've tried in different sections of blocks and gotten various results..
I probably should have read through tons of publications about App Inventor, but this is usually how I do things (in the wrong order...)
I'm not sure I'm following all this, but yes every entry should end up first in the list which they do. Perhaps this is well over my head... but it bugs me everything is working except for deleting the "right" selected item.
How and where exactly do I use the "length of list - selection index + 1"? I assume the Notifier block? Sorry for being such a newbie..
So this is practically the listview from hell and it will haunt me... I've gotten it to at least delete the entry above the one I select (which is an improvement ) and not the opposite end of the list like before...
I'll keep tinkering with it a bit to see if I can figure something out or scrap the project all together.
Thank you so much for your effort in trying to help me out. I probably don't have enough knowledge yet.