2010/8/17 Zaher Dirkey <[email protected]>: > 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
