Custom Layout Problems

I changed the code of my project and also the design of my custom layout. Please remix again to test.

Please first save the layout in your account to use it.

Again, when changing anything in the DVL, do not use copy/past. remove the blocks and select new blocks from the DVL drawer. It will always work this way. There seems to be an issue that makes the code does not run properly when you change something in the DVL like the Data Source or using the blocks for text or for visible properties which makes it break. I delete the blocks and add new blocks (do not use copy/paste).

@muneer i did everything you said

first i saved layout w,th advanced binding , then i opened up your project but DRL new google sheet was local table ,
anyway after that i deleted my DVL and i deleted the blocks then i added DVL then i added your block from drawer (did not copy) , but its still doesnt work .

@muneer is it doable with clone? i mean cant we find a another solution

1 Like

Of course it is but the idea is the DVL is already working fine from my side.

Will make a demo for you using cloning.

@muneer thanks

1 Like

Check this version

I added a screen “DVL clone”
https://x.thunkable.com/projectPage/61bb5cbeac108800115e4d7c

2 Likes

thanks @muneer it works can you fix the “ceza” section please

1 Like

Which section is this?

@muneer its at the under the top tab navigator , it comes after “Yaris”

1 Like

image

The same variables are also here

image

If you want to reuse the variables then do not initialize then again.

The correct way is to initialize these variables in an earlier screen such as the Direksiyon screen or Sign In Screen so you can use them in other screens

1 Like

didnt work sir @muneer i have changed varable names , nothing happened

1 Like

The variables have not taken effect yet. There could be a problem with Thunkable that the variables are not in synch.

See the screenshot
image
The variable that has the :heavy_check_mark: has a different name than the variable in the block.

1 Like

@muneer i cant get driver names , that sync solved i think

EDIT : AND HOW CAN I HIDE THIS

1 Like

Yes, you are absolutely correct boss,

I missed noticing it yesterday.

image

image

Another duplicate variable name

@muneer problem solved thanks ,
i have 2 questions ?
1-How can i disappear this ? tried to make it white at upper columns and rows , didnt work


2-i am trying to use this block for breaking loop .Like “Sürücüler” screen but for some reason this is not working aswell .

1 Like

What do you mean by disappear?

If you want to hide it then just set the visible to FALSE.

You need to first check how many rows in Column2 when the screen first load and the screen has no data then you use this in the IF Condition.

"Sıralama " screen looks like this

i want "Ceza screen like this too .
@muneer

1 Like

Because I made it hidden. This is why at the end of the clone block I turn the visible property to TRUE
image

1 Like

ok that one is done thanks @muneer

the other one , i tried to doi it like this still didnt work :smiley:

1 Like

Your design shows 2 rows inside Column2. Isn’t it?
image

Yes sir @muneer tried to do it like you

1 Like