Salve
grazie anticipatamente dell' aiuto
credo di aver fatto tutto bene ma non riesco a salvare la lista creata e di conseguenza non riesco ad allegarla alla mail che vorrei mandare
dove sbaglio ??
allego file .aia
APPrestazione2 (1).aia (1.6 MB)
ho dimenticato di scrivere che uso android 12
Hello Luigi
Lots to do - you can't give a file name without an extension, so:
'report intervento' should be 'report intervento.txt'
Then there is the file path - where should it be stored? If it is to be shared, it must be stored in an Android Shared Folder:
/storage/emulated/0/Documents/report intervento.txt
So we have: /storage/emulated/0/Documents/report intervento.txt
Different Subject: Screen Management
Screen2 'open another screen' Screen3
Screen3 'open another screen' Screen2 - doing this will add another Screen2 to memory (every time until the phone crashes).
Instead, do this:
Screen3 will be closed and the existing Screen2 displayed.
That may or may not be an issue - App Inventor does not officially support Android 12 yet but mostly it is similar to Android 11.
grazie per l' aiuto
ti rispondo subito ho cambiato il percorso del file cosi come mi hai indicato tu ( dopo lo testo )
per la gestione dello schermo ho inserito quelo controllo x evitare uscite non volute dal programma quindi se veramente vuoi uscire lo devi digitare ben 2 volte ( giusto per essere sicuro )
grazie dell aiuto
ok non lo sapevo dopo provo lo stesso le modifiche che mi hai consigliato
ChrisWard
perdonami ma ho eseguito le seguenti azioni :
- inserito la tua stringa /storage/emulated/0/Documents/report intervento.txt ho salvato ho generato il file apk e installato su un altro telefono
- installato l' app e la ho provata , ho notato che il file non viene scritto in nessuna area di memoria del telefono ,
- ho provato la modifica sul mio telefono facendo l' operazione di companion e ho notato che crea una directory chiamata /storage/emulated/0/Documents/report intervento.txt sotto la sua directory principale che è /storage/emulated/0/Android/data/edu.mit.appinventor.aicompanion3/files
- quando tento di fare una condivisione di restituisce il seguente errore : ERROR 2001 :the file :///storage/emulated/0/Documents/report intervento.txt could not be found on your device
come risolvo il problema ??
@Nicola_Imperati
@patel
ragazzi buona sera potreste darmi una mano ho visto tra i topics che avete risolto un problema come questo in passato
ho allegato il file aia
in pratica non riesco a salvare sul telefono e di conseguenza non riesco a condividere
APPrestazione2 (2).aia (1.6 MB)
prova così
Per creare la lista devi usare la proprietà text del controllo (Etichetta1.text, non il controllo Etichetta1,
non Selettoredata1 ma Selettoredata1.text) e così per tutti gli altri controlli
You cannot share data from a Companion directory. I will take a look at your Project.
Ah - I see Patel has spotted the issue.