Dear friends, Greetings. I am making an application to keep track of syllabus topics. The topics already covered I select with Checkbox. I have put some buttons
Save
Edit
Delete a record
Clear all records
Clear entire database
To show
Clean up
Mainly I am interested in the functionality of the Edit and Delete buttons of a record
Although the other buttons work halfway
I would be very happy if you could review me and provide suggestions or solutions.
Here is an example using "any component" Blocks. Instead of 16 checkbox changed event Blocks, you only need a List of the checkboxes and one checkbox changed Block. Note that the List will serve your crocodiles too.
Do you mean, if user select an option from Spinner then it woun't be available/visible in spinner for further selection?
I tried, but there, some truble with code, it is not allowing me to delete selected element only and very first element also, I can able to recreate the spinner with updated/new list of elements. Maybe I am wrong with the code.
Cheers,. thank you for helping me with your valuable time,... I'm trying to test little by little the suggestions that have come to me...
But so far I can say that the Spinner is required to select a number, which corresponds to a particular checkbox. So when I select this number any of the buttons I choose take action, for example the Save button does, likewise any other button.
What I want is to delete the text content that is in any checkbx indicated in the spinner
Note: I rely on the google translator, for my messages. Thanks again
This does not delete Checkbox text. It deletes an item from a List, stores the remains of the List, sets the Checkbox text with the remains of the List.
Edit: You have a 'Remove' button (btn_Eliminar) and also a 'Delete' button (btn_BorrarDatos). Could this not be combined under one button?