ABG
April 29, 2025, 12:03am
3
The secret to that is to keep a list of the Label component blocks, not the Label.Text blocks., and to use the Generic (Any) blocks to updated the selected Label component.
(The component block is always the last block in the component's Blocks pallette.)
Here are some sample apps that use lists of components:
This week the US news networks have been reporting on a free web game by Josh Wardle called Wordle , similar to Jotto, developed as a personal project and open for all.
His variation has:
one chance to play per day
every one shares the same daily word
words have exactly 5 letters
you get six guesses
You are told
which letters match in place (green),
which letters match out of place (yellow)
which letters don't match anywhere (dark grey).
I decided to try to replicate his app in AI2 under t…
This tutorial is intended for people who need to display a heavily customized scrollable window into a large table. It can also be used as a CardView.
(I needed a pithy title, and "The Elder Scrolls" was taken.)
My sample subject area for my data is the historical or current set of legislators in the US Congress, both Representatives and Senators, with photos (where available.)
Credits for the source data:
Data from GitHub - unitedstates/congress-legislators: Members of the United States C…
AN MIT App Inventor sample app for the Eight Queens problem, using a single generic button click event