Is anyone aware of a problem with From.GetPixel() on the device?
The following routine works great on the dektop, however on the PPC all circles are drawn in white. The o/s of the PPC is PPC2003 though.
If pos > 3 And pos < 3.3 Then
If frmGalilean.GetPixel(px,py)=cYellow Then
frmGalilean.Circle(px,py,1,cYellow ,F)
else
frmGalilean.Circle(px,py,1,cWhite,F)
end if
Else
frmGalilean.Circle(px,py,1,cWhite,F)
End If
By the way, could a Form.SetPixel command be added to to future version?
Thanks a lot!
The following routine works great on the dektop, however on the PPC all circles are drawn in white. The o/s of the PPC is PPC2003 though.
If pos > 3 And pos < 3.3 Then
If frmGalilean.GetPixel(px,py)=cYellow Then
frmGalilean.Circle(px,py,1,cYellow ,F)
else
frmGalilean.Circle(px,py,1,cWhite,F)
end if
Else
frmGalilean.Circle(px,py,1,cWhite,F)
End If
By the way, could a Form.SetPixel command be added to to future version?
Thanks a lot!