From: Alexander S.K. <al...@be...> - 2004-07-29 06:41:42
|
2004-07-29 10:18 UTC+0300 Alexander Kresin <al...@be...> * source/hbrowse.prg ! Bug fixed with lAutoEdit, reported by Juan Jos=CA * source/commond.c * hb_parcx() call is replaced with hb_parc() to be compatible with Ha= rbour. * source/draw.c ! Warnings fixed. * source/hcontrol.c * source/hwindow.c * The Move() method is moved from HControl() to HCustomWindow(), the Movewindow() method id removed from HWindow() * samples/a.prg * Changed the :Movewindow() call to :Move() Sandro, I have removed the HWindow():Movewindow() method, which you had added recently, because there is already similar method in HControl class - :Move(). I just move this method from HControl to the HCustomWindow, so all in child classes ( HWindow, HDialog, HControl ) inherit it. Regards, Alexander http://kresin.belgorod.su |