Hi
We are using SmallBasic online for Y8 coding. We used to use the offline version but due to lockdowns learning has taken place outside of school etc. The online version means we can code together using different platforms.
We cannot get simple commands using the GraphicsWindow to work even though they appear in the left menu.
Coudl you confirm whether they will work or not? We have tried the following and all apear with an exclamation to the left:
GraphicsWindow.CanResize = "True"
GraphicsWindow.Height = 500
GraphicsWindow.Width = 700
GraphicsWindow.Top = 50
GraphicsWindow.Left = 100
GraphicsWindow.Title