100 COLOUR_24
110 WM_PAPER #0,$FFFFFF : REM trying to set white
120 WM_INK #0,$0000FF : REM trying to set blue

In these lines, the top word will be ignored, even though he won't get blue but some kind of stippled colour in line 120.

(the $ffffff will be trated as $ffff, i.e. a 15 bit rgb colour and the code for that will, in the end ignore the upper word. The $00ff will be treated as a normal Ql colour since the the upper byte of the lower word is 0).

130 WM_BORDER #0,3,??? : REMark a 3D border

(??? because I can’t remember the value used)

Darn - it would be a good idea to find out.

I'd bet that is the problem.


Wolfgang


_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to