[Lazarus] [WINCE] Canvas.ClipRect get as Parent coordinate.

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Tue Aug 17 07:03:53 CEST 2010


2010/8/17 Zaher Dirkey <parmaja at gmail.com>:
> PaintControls draw the controls after move the coordinates by call
> MoveWindowOrg(DC, Left, Top) at this time the ClipRect (ClipBox) must be
> moved in WinCE but that not happened.

MoveWindowOrg is very problematic under Windows CE, it basically
destroys all native drawing of controls if overused.

Maybe we need a flag which warns the LCL that the platform doesn't
support WindowOrg, and then it will use absolute positions like was
done before.

-- 
Felipe Monteiro de Carvalho




More information about the Lazarus mailing list