BlitzPlus and multiple monitoring

BlitzPlus Forums/BlitzPlus Beginners Area/BlitzPlus and multiple monitoring

manu(Posted 2005) [#1]
Hello, I'm almost a newbie using BlitzPlus. Most programs I developed with Blitz2D because graphical output is much faster there.

Here's my problem: I am using three monitors at once (expanded desktop). Now I want to write a program in full screen mode that is using all this three monitors together. The screen range has to extend over all this monitors.

Alternatively I would be satisfied setting "drawblocks" or "drawimages" using the "desktopbuffer". But even if I try to use "writepixelfast" with x-coordinates exceeding range of monitor 1, nothing appears at one of the other monitors!

Could anybody help please?