|
From: Alexander S.K. <al...@be...> - 2015-02-12 09:31:22
|
Itamar M. Lins Jr. Lins writes: > Please add this is lines: > ...Method New line 102 > ... > ::bChange := bChange > > ::aColorOld[1] := iif( tcolor = Nil, 0, ::tcolor ) > ::aColorOld[2] := ::bcolor > > RETURN Self > Thanks, added. > ...Method OnEvent line 256 > IF lColorinFocus > IF msg == WM_SETFOCUS > //::aColorOld[1] := ::tcolor //coment out this line > //::aColorOld[2] := ::bcolor //coment out this line These two shouldn't be commented, because the :tColor, :bColor may be set to other values after creating the edit control and these new values must be saved. Regards, Alexander. |