Hi @muneer , I was kind of hoping I was on the right track but I have encountered an error inserting a green row ID block.
What does this mean? See below:
Why was the “AirlData_Viewer_List3’s Subtitle for ” OK but not the “AirlData_Viewer_List3’s Title for ” ?
Is it related to my “initialize app variable ” blocks?
Andos.
muneer
February 21, 2022, 4:42pm
22
Green blocks should never be used outside of their parent blocks.
See this code.
It loops through the DVL to show the matching records and hide the others.
tatiang
February 21, 2022, 4:54pm
23
It says here Empty Text
@muneer I requested this feature. I wanted a way to change the “No data” message that appears if the data source is empty.
1 Like
Hi @muneer , is there not a way of doing this without using the “Item Click ” block? I do not want to click on any of the items in the list as it intended to be a “read-only ” list.
Andos.
1 Like
muneer
February 21, 2022, 7:30pm
25
Use a loop in the Screen Opens
to loop through the records and change whatever you want to change.
Check this demo project
https://x.thunkable.com/projectPage/60fc59ca749a2500116bf326
Hi @muneer , great news! That has fixed it.
Here is my solution:
Many thanks for your unwaivering patience
Andos.
2 Likes
muneer
February 23, 2022, 1:25pm
27
That’s great.
Do you need the get row object
block for anything within this context?
You don’t seem to use it in the loop so you might get rid of it and this will make the change of color instant.
Hi @muneer , for some reason I found that the instruction from the “get row object” seemed to make it work. I’m not sure why though.
Andos.
1 Like
system
Closed
May 25, 2022, 8:28am
29
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.