|
From: Alexander S.K. <al...@be...> - 2013-06-14 06:47:17
|
oleksa writes: > Hi! > > Designer, hwgdebug crash after start with more error windows and latest info in error.log > > Error BASE/1075 Argument error: > > Called from source\htab.prg->HTAB:ONEVENT(780) That's because -DHWG_USE_POINTER_ITEM is used now in hwgui.hbp and some code, which compares pointers with 0 instead of using Empty() function gives such a result. This happened with :nInitFocus in hpanel.prg and htab.prg. BTW, I don't wonder that this happens with the :nInitFocus - the appropriate code is written in such a way that we should wonder how it worked before. This variable is initialized with a values of different types in different places - as an object, as a number, as a handle ... Regards, Alexander. |