- Code: Select all Expand view RUN
- though actually seems to be crashing with 10.1 (or it may be Windows 7).
Working well with 9.12. Problem is only in 10.1
Tested on XP SP2
though actually seems to be crashing with 10.1 (or it may be Windows 7).
METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TControl
local nResult
...
case nMsg == WM_UPDATEUISTATE
nResult = Super:HandleEvent( nMsg, nWParam, nLParam )
return nResult
...
Antonio Linares wrote:Already located and fixed for next FWH 10.2
The fix is quite curious, but it works. In Class TControl:
- Code: Select all Expand view RUN
METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TControl
local nResult
...
case nMsg == WM_UPDATEUISTATE
nResult = Super:HandleEvent( nMsg, nWParam, nLParam )
return nResult
...
Now FWH\samples\rebars.prg is working fine again
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 34 guests