I'm writing a code using LitDev extension. That is my code:
GraphicsWindow.BackgroundColor = "blue"
button = Controls.AddButton("Hej", 100, 100)
LDControls.SetButtonStyle(button, "Blue", "", "", "", "", "", 0, "False")
And after turning my app on I'm getting an error: <>c__DisplayClass396_0.b__0 : Token is incorrect.
What is wrong?
The parameters must be defined with colors, apparently no default