I'm going to make Conway's Game of Life.
However, an error occurred in the process of drawing the grid.
What should I do?
(I'm Korean, and I'm using a translator.
So the sentence may not be natural.
Please excuse me.)
저는 콘웨이의 생명 게임을 만들려고 합니다.
그러나, 격자를 그리는 과정에서 오류가 생겼습니다.
제가 어떻게 해야하나요?
(저는 한국인이고, 번역기를 사용하고 있습니다.
그래서 문장이 자연스럽지 않을 수 있습니다.
양해 부탁드립니다.)
Thank you!
I didn't fix the error about drawing lines, but I knew another way to draw a grid.
Instead of drawing a line, I will use the method you told me.
@TIMAI2 Umm.....
I think it's a bug.
When I tested it on iPhone, there was no bug.
But, when i tested it on android, there was bug.
So this is a BUG OF APP INVENTOR!
Ah, this is not a bug either. Your Android phone may take a while to draw the horizontal lines, so you have to use a Clock timer to give your app some time to draw the horizontal lines.