During the loop, I want to print all single number in the label.
But the code don't work properly because only the last number is displayed at the end of the count.
Why?
Is it necessary to enter a delay code? And how can I to do?
I tried to insert a nested loop but it doesn't work.
I know how to use the clock component for this but I want to understand why the simple loop don't work.
At the end, if it is possible, where can I to found the source code of clock component (or of all components) for to study how they works?
Yes, sorry.
when I click on button I need to show only one number in to the label. Not all rows or all on the single row.
Ex.
the startnumber is 10. the global number is = 10
In the label show 10.
at the next,
the global number is = 10-1
In the label show ONLY the 9.
at the next,
the global number is = 9-1
In the label show ONLY the 8.
ect...
I've tried to use a set label text to "" "" but, obviously, don't work because i show only the last number zero that is out of the loop.
I think it is necessary to use a second variable and for you?
You will need a clock timer for this, in order to slow the processing of the while loop down. You may find it better to use a counter and increment the counter with the timer.
Well for tomorrow lesson I use this code for to explain the Loop and for the next I Introduce a Clock component and then I assign a work to crete an app counter using it.
Dear professor,
please let me tell you a hint: don't use a float to explain a counter.
A counter is typically an integer value, Also because the comparison between floats is normally difficult. It depends on the amount of bits used to represent the decimal part and the exponent of a float. When you compare a float vs 0 or whatever other value, you shall compare it with a float too: i.e. 0.0 or x.y and the comparison could depend on the rounding (if any) of the two elements to be compared. In a nutshell it would be better if "n" would be an int .
I'm so sorry if I'm so boring..... but I started writing code more or less 40 years ago, when a float variable was only for very rich people (each consuming 4 bytes of RAM or EEPROM ) or very rich hardware architecture...
Have a great lesson, tomorrow... (in "DAD" I believe ).
Cordialmente.
Sì!
sono un "vecchio" softwarista dagli anni '80 in assembler...(primi processori i8080 e Z80).
Quando un float era "roba da ricchi"
Buona lezione!!!!
(Talvolta mi capita di aiutare mio figlio e i suoi compagni di liceo SA, per cui mi tengo aggiornato ...)
Ciao, Ugo.
Siamo, quindi, molto probabilmente... coetanei
tra poco arrivo a 51 e ho iniziato a "basiccare" nel natale 1980 con lo zx81 arrivato direttamente dall'Inghilterra.
Poi... ho saltato i vari Atari e commodore e sono passato direttamente ai primi PC con Olivetti M20, M21 (trasportabile), M24 e il primo portatile italiano M10, unico pezzo rimasto in mio possesso... Bei tempi.
Dear all, please let me apologise if we use the MIT AI2 forum to speak about our lives!
Just few lines then we'll go back on tech matters. Have a great WE to all.
Magari!!!
Sono molto più vecchio...il mio primo processore è stato l'8080 (e mi sono laureato -in fisica- nell'84 quando il quark beauty era stato solo teorizzato e lo stavamo cercando al CERN !!!).
Ho iniziato a programmare direttamente in codice macchina con il tastierino alfanumerico e il "compilatore" era un cartoncino scorsoio, tipo regolo calcolatore....in ottale, neanche esadecimale.
Ormai programmare è rimasta una "ginnastica mentale". Alla sera, se non lavoro o gioco a scacchi con mio figlio piccolo (18 anni :-)) faccio quattro salti sul forum, e smanetto con Arduino. Se ti capita di insegnarlo ai tuoi, qui sul MIT AI2 trovi una vera miniera !!! Con AI2 puoi far fare delle user interface splendide, poi con Arduino far fare le attuazioni. Uno spettacolo !
Speriamo che la DAD finisca presto.
Buona salute a te, ai tuoi cari ed ai tuoi alunni.
Ciao, Ugo.