buonasera,
se io ho un bottone calcola con un operazione da fare, numero1 * numero 2, e mi dimentico di inserire un valore al numero 1 è possibile bloccare l'operazione Calcola o far uscire un messaggio di errore?
You will receive an error , for example if textbox1 is empty you will see
I you do not want this to happen use if any of textbox.text is empty show a notifier else proceed with calculation
puoi farmi vedere come fare di utilizzare una notifica quando è vuoto?
NOn riesco a capire la variablile Notifier1 dove trovarla
Designer View -> User Interface -> Drag and drop notifier
http://ai2.appinventor.mit.edu/reference/components/userinterface.html#Notifier
Notifier non è una variabile, è un componente
So it would be good to start by learning how to use app inventor. Start programming later.
What is farina procedure ? Please show your blocks
sono riuscito grazie, avevo sbagliato a scrivere una TextBox.
ma volendo capire in quale dei 2 textboxs non è inserito il valore è possibile farlo?
It is possible. In below example aia I have used two textboxes. Modify code according to your needs
Empty_Text_Box.aia (3.3 KB)
ok grazie ho visto ma se ho più TB con vari nomi è possibile farlo?
ad esempio se Textbox1 il nome è Sale e Textbox2 il nome è Acqua si può fare lo stesso?