Wyrmskull wrote:
That should be the first argument in those function, that first byte which I've set to 1 to do the testings. You change that to 2,3,4,5 to use the other layers I think.
I tried that and it didn't work:
Code:
DllCall( "gpcomms\GPSL_SetTextLineData",Uchar,0x1,UShort,5,UShort,5,str,"layer 1",UInt,0xFFFFFFFF,Int,0,Uchar,30,Int,0,Uchar,0)
DllCall( "gpcomms\GPSL_SetTextLineData",Uchar,0x2,UShort,5,UShort,100,str,"layer 2",UInt,0xFFFFFFFF,Int,0,Uchar,30,Int,0,Uchar,0)
it only draws the first layer, the second one is not seen...