-
```
What steps will reproduce the problem?
1.在Cygwin上编译nali-0.2
2.[MichaelYoung@NB-00337 nali-0.2]# ./configure
***** Configure Successfully *****
Install:
make && make install
Usage and Examples:
…
-
```
What steps will reproduce the problem?
1.在Cygwin上编译nali-0.2
2.[MichaelYoung@NB-00337 nali-0.2]# ./configure
***** Configure Successfully *****
Install:
make && make install
Usage and Examples:
…
-
```
When setting time with dynawa.time.set() and reading it immediately using
os.time(), the numbers don't correlate:
2 examples:
When setting time to 1000000000, I get back 999999960 (40 seconds l…
-
```
What steps will reproduce the problem?
1.在Cygwin上编译nali-0.2
2.[MichaelYoung@NB-00337 nali-0.2]# ./configure
***** Configure Successfully *****
Install:
make && make install
Usage and Examples:
…
-
```
When using timer.start(), "button_hold" events are reported incorrectly or
causing delays.
```
Original issue reported on code.google.com by `fuka2@fuxoft.cz` on 2 Feb 2010 at 1:17
-
```
dynawa.file.mkdir(name) - Creates directory. "name" is full pathname.
Returns true when succesful.
Returns false when directory (or file with same name) already exists.
```
Original issue repo…
-
```
dynawa.file.dir_stat(fname) - Returns info about files in the SD card
directory. "fname" is full pathname.
If fname does not exist or is not directory, raises error.
If succesfull, returns a ta…
-
```
I did not use autorepeating timers in the old version of WristOS at all so
I don't know when this regression happened:
What steps will reproduce the problem?
dynawa.timer.start(3000,true)
Afte…
-
```
dynawa.bitmap.show_partial(bitmap, x, y, width, height, scr_x, scr_y,
[flip])
Takes a rectangle of pixels from existing bitmap (defined by width, height
and xy position of top_left corner in th…
-
```
What steps will reproduce the problem?
1. Try this command: dynawa.bitmap.from_png_file("invalid_name.xyz")
What is the expected output?
Lua error should be thrown
What do you see instead?
There…