Custom Layout Problems

@muneer i deleted every singli THING . i am relieved :smiley: it looks fresh :smiley:

@muneer now it lists everything Thunkable except "Yarislar " tab
i am so tired . why does this thing not working , i did the every step you told me , first i delete DVL then i add one , then i choose columns for DVL , then i change blocks , and now it works even worse . i am very close to giving up .
Last version : ScreenRecording.MOV - Google Drive
@muneer can you try to click every race at phone , so maybe it works fine at you

1 Like

Every time I receive an update of your project, I notice you remove the test / debug labels that I add to the screen and I add them back but you keep removing them and I don’t understand why you want to test an app without seeing what is going on!!!

Now, I have to do the same thing again, while testing you need a guide to let you know what is working and what is not. Maybe when you see the results and see driver names and teams you can relate if this is the correct list or not but for me it is just a list like any other list.

I dont delete labels on porpuse becuase i never have them on my project , i am just sending you mine @muneer

1 Like

You still need to maintain something for your debug. In my apps I create an app variable called debug and set it toFALSE when I want to show debug info I set it to TRUE

image

Whenever you do not what it to show in the screen
se it to FALSE.
image

1 Like

@muneer sir basically i will test variables right?

1 Like

Yes, you need to display the content of Label1 in DVL
image

by the way @muneer , if we dont sort this out , what do you thinking about filtering images .

1 Like

The same issue. Our procedure works fine. The problem is we are not able to obtain the value in the component of the DVL. For some reason it works then something happens and it stops.

@muneer okay thanks , i will make it like this right ?

And i will add race num label aswell did i make it right?

1 Like

it didnt work , which part i am doing wrong @muneer

1 Like

Will look at at when I’m in front of my computer

Following is the code
image

Of course I needed a wait block so I can see the changes but not necessary for the loop to work.

1 Like

@muneer ScreenRecording.MOV - Google Drive
its stuck to 1

1 Like

I can clearly see that you are not giving it time to loop through all rows. Remember, we insert wait block because our eyes are not as fast as a computer.

You need to wait for the process to finish and say “Done” in the label then see the result in the DVL.

In production and after removing the wait block it will take a glance, but now while testing you need to be patient to see the result.

Please check again what happens after the loop is over.

After the loop is DONE it doent filter @muneer

1 Like

As I have mentioned earlier, you need to remove the DVL blocks and add new blocks. Do not copy/paste or just change the properties.

Then add them from the drawer list

@muneer now it filters really nice but also slow aswell

1 Like

Yes,
We have a wait block inside the loop so that we can check.
image
You can remove the wait block. Or better

Switch the debug flag to FALSE.
image

@muneer i turned to false not it doesnt show anything

1 Like