Posts by Luan Gabriel • 45 points
4 posts
-
1
votes1
answer37
viewsQ: How to remove a specific line from a table date?
Good night, you guys. I have a table here, and the lines and items are added dynamically through a button, the idea of the project is a task manager (I have to do). I have a boot to add In every…
-
0
votes1
answer1445
viewsQ: Draw an item from the List, and then draw another item from a list with the name that was drawn from the first list
Good morning, everyone. I have a master list called "Livros". I need to draw a name from that list Livros. After choosing one of the names, I need to draw again, but now I need to choose from…
-
-1
votes1
answer170
viewsQ: Function to enable and disable Listener
Good afternoon guys, I have the following code that actually works perfectly. However I have an error when I click on "bt1" (boot button) my program crashes. However, it is working on the console.…
-
2
votes1
answer326
viewsQ: Check if Checkbox is checked
In the code below I have a Checkbox named cb. I wanted to know when it was selected/marked so that my program could run another account instead of adding. How do I detect that the Checkbox is…