I cannot figure out how a List Picker works. It was suggested as an alternative to having 81 textboxes, and while that would be nice, I don't know anything. Is there like some sort of tutorial? Thanks, CS
TIMAI2
June 2, 2022, 11:18pm
2
I am not sure if a listpicker is suitable for your application (9x9 sudoku) ?
ABG
June 3, 2022, 2:05am
3
Here is a sample chess board built from 64 List Pickers ...
Here is a bare bones starter template you can build on.
It has no code for the rules of chess, and also lacks
piece promotion
castling
en passant
adjustment of List Picker Element colors to highlight white or black piece color
Be aware that the stock MIT emulator is not up to date enough to show the Unicode chess pieces. This demo was done on the MEMUPlay emulator.
[blocks]
The starting chess board:
chess_board.aia (11.6 KB) [Starting position] [Touched White Kings Pawn] [White Kings …
system
Closed
June 10, 2022, 2:05am
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.