Il gruppo nasce per condividere le esperienze e i lavori creati su App Inventor, AppyBuilder, Kodular e altre piattaforme simili. Community: @appinventoritaly
If you want more values under the same key you have to use a list inside the key and then manage the values
Читать полностью…first maybe key = test1
value =10$
one more tine
key =test1
value =30$
Anyway if you want to check all your database ( set like list of lists , as in the pic) you need a for each block . When the for each item run you can search inside the item if there is your textbox text (is in list thing =>> item )
Читать полностью…If you need to save data like : test , number + test1 , number1 + test2 , number2
Читать полностью…To fix your problem I need to see all , save and retrieve , also initialize block for tiny. You followed the 3 steps ?
Читать полностью…Your step:
1- get the tinyDb tag and save it inside a list variable
2- use this variable to update data
3- when you need save the variable inside the tinyDb again
Where is your Initialize?
Читать полностью…You need a list of lists or you want only a list . Here I see a list of lists where each item is a list of two elements
Читать полностью…Show the blocks you're using, but not with a pic , please take a screenshot from pc .
Читать полностью…When initialize screen get tinyDb values and save it in a variable. Then add new values to the variable (list variable) at last save the new list to tinyDb
Читать полностью…tnq but i have a problem
how to list items into tinyDB ,without deleting the previous values
in kodular,i use this blocks then save tag and store but when get data in list or all item or last item
for ex:
tag test1:12
tag test1=20
show last value 20
or all
Screenshot (17 mar 2024 09:35:21)
Читать полностью…https://puravidaapps.com/extensions.php
Читать полностью…i want to when click to 1 open this (2) whats extension ?
Читать полностью…In questo modo al primo avvio hai quella del giorno settata già pronta
Читать полностью…No , only one key with the same name
Читать полностью…"The key is repeated several times, and all values should be saved not just displaying the last value."
Читать полностью…Probably the dictionary will be best for you. The search is faster
Читать полностью…You want only the blue values?
Читать полностью…In TinyDB, if we enter two values for a tag, it only displays and replaces the last value. I need all the values entered for a tag. My issue is not with saving, but with retrieving data. When I want the tag "test1" to store the value 10 once and the value 20 once, and then show me these two values, how can I achieve this?
Читать полностью…If the block REstoran should find the value inside the textbox you have to modify your code . This code will not work
Читать полностью…If you need advanced options about store and search , you can take a look at dictionary as @GlakAway said
Читать полностью…Ctrl Shift+window+s , draw your selection and paste here
in tiny db replace new value , dosnt hold
Читать полностью…Utilizza un dictionary...invece che una lista ....
Читать полностью…This block able you to create a layout to show when you want over the other components.
Читать полностью…Here a list of all the available extensions
Читать полностью…You can do this with kodular notifier. In appinventor you need an extension, but I don't know it . Which tool you're using?
Читать полностью…Grazie a Raffaele e a Vinko per i preziosissimi aiuti... Vinko il tuo "AiaProff" è un capolavoro grazie
Читать полностью…Metti all'avvio anche la variabile
Читать полностью…