T Tim Chapman Active Member Licensed User Longtime User Jan 4, 2024 #1 When I check a box on the InputMapAsync then Log the result, no values show true. All show false as they were to start. This worked before but is not working now and I have no idea why. Code is attached. Problem is in line 310 of Main. Thanks in advance! Attachments TimTodo Works.zip 189 KB · Views: 81 Last edited: Jan 4, 2024
When I check a box on the InputMapAsync then Log the result, no values show true. All show false as they were to start. This worked before but is not working now and I have no idea why. Code is attached. Problem is in line 310 of Main. Thanks in advance!
T Tim Chapman Active Member Licensed User Longtime User Jan 4, 2024 #2 This one was a real puzzle. In the loop in Sub ContextCheck, I changed the values in the map with this code: My B4A Code: For x = 0 To LastContext If Contexts(x,5) = 1 Then myMap.Put(Contexts(x,0),False) End If Next I am working on getting rid of the loop entirely. Upvote 0
This one was a real puzzle. In the loop in Sub ContextCheck, I changed the values in the map with this code: My B4A Code: For x = 0 To LastContext If Contexts(x,5) = 1 Then myMap.Put(Contexts(x,0),False) End If Next I am working on getting rid of the loop entirely.