-
Program Finder 0.3b shows redundant path name like:
```
C:\Users\Nonki\OneDrive\Documents\SmallBasic\Colors\C:\Users\Nonki\OneDrive\Docu
ments\SmallBasic\Colors\Hex2Dec.sb(10): Math_Dec2Hex()
```
-
With Small Basic v1.2, Shapes causes divide by zero error (as follows) when to draw rectangle.
```
Attempted to divide by zero.
at System.Decimal.FCallDivide(Decimal& d1, Decimal& d2)
at Mi…
-
I was testing ways to improve some LD code here is a suggestion:
```
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Text;
using System.T…
65001 updated
7 years ago
-
MySmallBasic GUI에서 실행버튼을 눌렀을 때 화면이 나왔다가 바로 종료되는 문제가 있습니다.
@kwanghoon @moonyoungJo
콘솔창에는 다음과 같이 출력됩니다.
cmd.exe
/c
start java.exe
com.coducation.smallbasic.MySmallBasicMain
-gui
D:\git\MySm…
-
Loading Screen is a state of this game.
![loading 0 8 02a](https://cloud.githubusercontent.com/assets/9944452/25517578/096476e0-2c2b-11e7-88ad-b719a6c9f187.PNG)
-
Remove executable files from the repository. This is especially for GitHub Page.
-
regressiontest/ShapesTest.sb를 실행했을 경우 다음과 같은 에러가 발생합니다.
Exception in thread "main" com.coducation.smallbasic.LexerException: Line 1 : Char 1 : Lexing Error.
at com.coducation.smallbasic.LexerAnal…
-
세영! 마이크로소프트 스몰베이직 블로그에 윈도우10에서 Sound API 일부가 동작하지 않는 문제가 있다고 하네. 지난번 세미나때 실행해도 소리나지 않던 문제와 연관이 있지 않을까 싶어서 이슈로 공유한다. 블로그 글을 읽어보고 다음 세미나때 어떤 내용인지 설명을 부탁한다.
- 마이크로소프트 스몰베이직 블로그 https://blogs.msdn.mic…
-
문영! Turtle 라이브러리 실행시 예외 메시지가 뜨는 현상을 살펴보고 해결할 수 있으면 시도해보고, 함께 논의해야하면 나머지 멤버들에게 설명할 수 있도록 스스로 이 현상의 원인을 정리해봐.
@KimGa-Young @wldyd1003 @moonyoungJo @Seyeong2 @chosm10 @ssjx10
-
- does GraphicsWindow.Show() wipe everything? (calling Show after already shown)
- can Mouse work without GraphicsWindow? can we even make it work without it?
- can ImageList work without GraphicsWind…
HallM updated
8 years ago