EnricoMaria wrote:This is the normal ALT key behavior (check with other apps).
I don't use TSButtons and never see that strange effect on the FWH standard BtnBmp. That's why I think that it might be a bug of TSButtons.
EMG
Antonio Linares wrote:Evans,
Its fixed. Its a bug on the build that you are using. I email you the new files.
METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TButtonBmp
local nResult
do case
case nMsg == WM_UPDATEUISTATE // Buttons were erased when pressing ALT
nResult = Super:HandleEvent( nMsg, nWParam, nLParam )
::Refresh()
return nResult
endcase
return Super:HandleEvent( nMsg, nWParam, nLParam )
Antonio Linares wrote:Richard,
Basically this is the missing call:
- Code: Select all Expand view
METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TButtonBmp
local nResult
do case
case nMsg == WM_UPDATEUISTATE // Buttons were erased when pressing ALT
nResult = Super:HandleEvent( nMsg, nWParam, nLParam )
::Refresh()
return nResult
endcase
return Super:HandleEvent( nMsg, nWParam, nLParam )
Antonio Linares wrote:Evans,
Its fixed. Its a bug on the build that you are using. I email you the new files.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 19 guests