If u have put the blocks here in when screen 1 initialize no issue but as u have put when button 1 click the 2 items will be added to list only when button 1 click but in ur mobile if u din't click button 1 and went on to ask item 2 it will show error so first click button 1 , show full code to help more
I don't need to click a button to call GotText for profile_: it is loaded when I go back to that customer configuration screen if it has text.
Concept that I want: the user saves personal configuration data at the configuration screen to the internal storage. When the user goes back to that screen, his settings are loaded. (How I can convert text to numbers for more properties, will I know in the future.)
Files written to:
profiles.txt (OK)
current_profile.txt (OK)
profile_[Profile name].txt (OK)
For testing: click for new profile or existing one -> Save -> click Settings button image to go back to the settings. Only current user, profile name, profile name list and 2 drop down options (Denture and Start side) are saved.
why are you storing the 2 values in a file and not TinyDB... this would make things much easier... just store each index separately in TinyDB and later read it again separately...
no problems with storing and reading files, no problems with converting into lsits and csv tables
you can learn more about TInyDB in the tutorials...
I composed now a kind of list output like Label1.Text, but I still don't know how to distribute that outcome to my different input elements because it is not defined as a list to apply the select list item list function. The result looks like the get text, but it embraced each row with [ ] now.
I really love this solution : it clarifies me also how to handle a "2d array", or if you want me to say: a pack of composed lists . I don't need 3D arrays for my project .