Pls tell what i can do.. I have to submit it today....
@ABG @nishyanthkumar @Peter @TIMAI2
Based upon the data you are feeding it, the output of Notifier4 appears to be correct, a date and a date?
You also do not appear to be switching screens correctly....
- Before starting to create another screen, first you should think about is it really necessary?
- See also Building apps with many screens and SteveJG's post about advantages/disadvantages, because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed...
- See also Martyn_HK's example about how to use Tabs in App Inventor and another example from Cyd. and my Tabbed Screens Demo
If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a while...
The recommended method of switching screens in App Inventor
But i put the message to be list view 1. selection and the title to be the date
...and both are same thing i.e. DateLabel.Text
.
Because ListView
elements are tags which were set from DateLabel.Text
.
You should get tags value and put it there.
so what should i put instead of listview1.selection
I do not know, what is it you mean to display ?
yes, i mean that only
i want it to display the no. of steps which are in the label 'Number'
Therefore put that in your notifier....
wouldn't that display the no. of steps of the current time when i want to see the steps which i had previously saved
You missed:
how to do that ?
Did you check TinyDB
blocks?
yes, i checked it.... so what should i put in the tag block space
The tag you want to get value from.
I believe you have already loaded tags in ListView
.
No, wait till user selects a tag which will be returned in ListView1.Selection
.