My student is having an issue with his program and I was wondering if someone could help.
“I am creating a drawing project in AppLab. The sliders on my screen correspond to the R,G, and B values of the color that the user can paint with. I have two canvases: one for displaying the current color selection, and another for drawing the actual picture. I originally set the Active canvas to the small one in the bottom left corner. It displayed the color correctly. However, once I added the code to make the Active canvas the large one(meant for drawing), the rectangle shifted to the top left of the screen, which is part of the new Active canvas. Is there a way I can keep the rectangle in the bottom canvas while drawing in the top canvas?”