no rect in lockedbuffer ??

Blitz3D Forums/Blitz3D Beginners Area/no rect in lockedbuffer ??

rect is not working in lockedbuffer
oval is not working in lockedbuffer

line works ....

drawimage will also not working on ??

is this right ?

i have this not registered yet .... hm

Yep, that's about right. There are quite a few commands which, for one reason or another, don't work on locked buffers.

Quite sure its been discussed before but it was probably three or more years ago.

From the manual :o)

http://www.blitzbasic.com/b3ddocs/command.php?name=LockBuffer&ref=2d_a-z

DrawRect / all draw commands can, depending on the driver, refuse to operate on the buffer. This issue is especially known for NVIDIA cards

Well, the manual says they don't work, so i reckon you should probably take that as a no-no ;o)