How do I edit a stock Thunkable template

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.

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.

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

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:

Screenshot 2022-02-23 11.56.02

Many thanks for your unwaivering patience

Andos.

2 Likes

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

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.