When i try the richedit samples FWH25 and hit a key from the keyboard
The letter appears 2 times on the screen .
What is wrong ?
METHOD KeyChar( nKey, nFlags ) CLASS TRichEdit
// Super:KeyChar( nKey, nFlags )
if ::lReadOnly
return 0
endif
::PostMsg( FM_CHANGE )
if ::lHighlight
::PostMsg( FM_HIGHLIGHT )
endif
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 73 guests