Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphicsWindow.CanResize causes syntax error #114

Open
nonkit opened this issue Nov 3, 2019 · 0 comments
Open

GraphicsWindow.CanResize causes syntax error #114

nonkit opened this issue Nov 3, 2019 · 0 comments
Labels
pri/3 Priority 3 - Something that can be done in SBO 1.1 or later type/compiler Issues related to the compiler/language services

Comments

@nonkit
Copy link
Member

nonkit commented Nov 3, 2019

Following program shows syntax error "The library member 'GraphicsWindow.CanResize' was available in older versions only, and has not been made available to this version yet." This error prevent to run some existing programs for SBD (Small Basic Desktop). Do nothing with following code may help to run some existing programs for SBD.

GraphicsWindow.CanResize = "False"
GraphicsWindow.DrawText(10, 10, "CanResize = " + GraphicsWindow.CanResize)

This issue is filed to recognize SBD parity.

@nonkit nonkit added the type/compiler Issues related to the compiler/language services label Nov 3, 2019
@Caseysch Caseysch added the pri/3 Priority 3 - Something that can be done in SBO 1.1 or later label Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pri/3 Priority 3 - Something that can be done in SBO 1.1 or later type/compiler Issues related to the compiler/language services
Projects
None yet
Development

No branches or pull requests

2 participants