@muneer i deleted every singli THING . i am relieved it looks fresh
@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
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
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
Whenever you do not what it to show in the screen
se it to FALSE.
@muneer sir basically i will test variables right?
Yes, you need to display the content of Label1
in DVL
by the way @muneer , if we dont sort this out , what do you thinking about filtering images .
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?
it didnt work , which part i am doing wrong @muneer
Will look at at when I’m in front of my computer
Following is the code
Of course I needed a wait
block so I can see the changes but not necessary for the loop to work.
@muneer ScreenRecording.MOV - Google Drive
its stuck to 1
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
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
Yes,
We have a wait
block inside the loop so that we can check.
You can remove the wait
block. Or better
Switch the debug flag
to FALSE.
@muneer i turned to false not it doesnt show anything