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
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
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
...Hi Antonio,
This sample no work fine to me in win7
When i try resize the window stay stoped and no reply more.
what do u think about this ?
Using win7 ultimate
fwh10.1 xh1.2.1 bcc55
Thanks
Antonio Linares wrote:Already located and fixed for next FWH 10.2
The fix is quite curious, but it works. In Class TControl:
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
Enrico,
No, it should not flick
Previously there was a call to Refresh() that we are not doing again ![]()
Ok, great! ![]()
EMG
Antonio,
do you´ve date to next release fwh 10.2 ?
this rebars.prg no work to me.
Thanks.
Lailton,
We will publish 10.2 in two or three days.
Have you applied the above fix ?


Good Job Antonio,
Now work in Win7. ( no try yet in XP more think that it´s ok )
Thanks ![]()
Rao,
It is working on FWH 10.2 to be published in a few days. It seems as it requires some other changes.