Small Basic Online. Does Graphics Window Work in the online version?

Taylor. R 1 Reputation point
2021-07-07T08:28:28.873+00:00

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

Developer technologies | Small BASIC
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. WhTurner 1,611 Reputation points
    2021-07-07T13:29:23.963+00:00

    All the statements you want to use above are not (yet) implemented in Small basic Online.

    See the blog article of september 2020: https://techcommunity.microsoft.com/t5/small-basic-blog/small-basic-online-what-s-new/ba-p/1700746

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.