M = CreateMemblock(1)
SetMemblockByteSigned(M,0,-128) : V1 = GetMemblockByteSigned (M,0)
SetMemblockByteSigned(M,0,128) : V2 = GetMemblockByteSigned (M,0)
Do : Print (V1) : Print (V2) : Sync() : Loop
// V1 Returns -127 instead of -128
// V2 Returns -128 instead of 127
___
Virtual Buttons Text Color can't be set
There seems to be a mistake in the variable assignment of virtual buttons, especially when buttons
are set active/inactive. E.g. when i clicked on button X, button Y was triggered after it was set inactive/active.
___
Next Loops leave wrong X Values :
e.g.
For x = 1 to 10 : Next x : Print (x) // Returns 11 instead of 10
___
Vertical Lines with DrawLine seem to be drawn wrong, and Draw Commands don't work on Android.
e.g.
DrawLine (10,10,20,10,ColorBeige,ColorBeige)
DrawLine (10,10,10,20,ColorBeige,ColorBeige)
sets the Y - Line one Pixel too high.
Worldwide optimal state system - ISBN 9783748157748
Weltweit optimales Staatssystem - ISBN 9783748159476