Hi Guys,
Do you know if is possible to do auto-texts with this class ?
Hi Guys,
Do you know if is possible to do auto-texts with this class ?
Dear Vilian,
What do you mean with auto-text ?
Antonio,
While the user is typing a text I would like to check the words inside a list and in case I find it, I would like to replace the word found for another text. Is it possible?
Vilian, if you have the text in Rich, just shoot it into the Word corrector. Or is it no use?
Vilian, si tienes el texto en Rich, simplemente dispáralo en el corrector de Word. ¿O no sirve de nada?
Regards, saludos.
METHOD KeyDown( nKey, nFlags ) CLASS TRichEdit5
.../...
  // Suggested by the user MaxP (Massimo): 11/22/2019, remove PostMsg
  //::PostMsg( FM_CHANGE )
  // Added by Cristobal Navarro
  if !::lReadOnly
   ::PostMsg( FM_CHANGE )
  endif
.../...
Return nilAçãoDo you know why ?
Ação
Dear Vilina, please attach your sample
Natter wrote:Hi, Cristobal !I download it without problem,
When I try to download your example, I get the following message
"Error when establishing a secure connection"
I'm also very interested in the topic of auto-text. About 5 years ago I tried to do something like this for TGet/TMultiGet, but it was slow :(
cnavarro wrote:I download it without problemMe too.