EstasPerplejo
Member
Hi folks.
I have started a new project (B4x) in which I am using a list in a combobox.
This list is created with dim items as list
and initialized with: items.initialize at the Main Page and then put into the combobox.
Now, I would like to be able to make changes to this list eg. deleting some items in another activity (page).
How can I use the current list from the main page in my other page, edit it and use the changed list again in the main page?
Do I have to save the list first, then load the list into my other activity and save the edited list and finally reload it in the main activity?
That would seem really inconvenient, but it probably would work...
Thanks for your help.
I have started a new project (B4x) in which I am using a list in a combobox.
This list is created with dim items as list
and initialized with: items.initialize at the Main Page and then put into the combobox.
Now, I would like to be able to make changes to this list eg. deleting some items in another activity (page).
How can I use the current list from the main page in my other page, edit it and use the changed list again in the main page?
Do I have to save the list first, then load the list into my other activity and save the edited list and finally reload it in the main activity?
That would seem really inconvenient, but it probably would work...
Thanks for your help.