Phoebus R. Dokos wrote: 
> try to place the @$!!@@$! graphics cursor in the middle (works ONLY with
> SCALE 100) and then move 1 just ONE pixel to the right and see what happens.
> Then please try to put text on the ABSOLUTE coordinates 350,98 (Absolute 
> memory address: SCR_BASE+((800*98)*2)+(350*2))
> and PLEASE tell me if you did it HOW the hell you did it.

I really don't know where your problem is, this just works as
expected. The only thing I had to change was to do a "border #0,0,0"
in advance as the default #0 has a border width of 1 which would make
the text appear at 352,99 instead of 350,98.

> Then do the same on a WINDOW of 800x600 on a different size screen
> (1024*768) and again if you do it (which I doubt it) tell me how you did it.

open#3,con_1024x768a0x0
cursor#3,350,98
paper#3,3   <-- so that really the pixel at 350,98 will be filled
print#3,"X"

Works fine.

Marcel

Reply via email to