Search found 173 matches: richedit5

Searched query: richedit5

by D.Fernandez
Fri Jan 31, 2025 7:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Richedit5 desde recursos
Replies: 0
Views: 447

Richedit5 desde recursos

Hola a todos.

Sigo molestando. Ya se si pero...

No encuentro ningún ejemplo desde recursos con richedit5 y de como
guardarlo en una DBF y también como editarlo en mi programa.

Alguien tendrá uno por ahí?

Gracias
Saludos

Ruben Dario Fernandez
by vilian
Thu Oct 03, 2024 5:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Dear Cristobal,

Yes. Here is my complete code:

https://drive.google.com/file/d/1BitXsw ... drive_link
by cnavarro
Wed Oct 02, 2024 1:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Dear Vilian
You have in your program this?

Code: Select all | Expand


   HB_SETCODEPAGE( "UTF8" )
   Fw_SetUnicode( .T. )

 
by vilian
Mon Sep 30, 2024 11:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

... static aListWords := { { "Action", "Ação" }, { "Palabra", "WORD" }, { "Inicial", "First" }, { "Final", "Last" } }

And created a new class from trichedit5

CLASS TVfaEdit FROM TRichEdit5
METHOD KeyDown( nKey, nFlags )
ENDCLASS

METHOD KeyDown( nKey, nFlags ) CLASS TVfaEdit

if ( nKey == VK ...
by Natter
Sun Sep 29, 2024 12:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Unfortunately, this resource is still unavailable to me :(
by Enrico Maria Giordano
Sun Sep 29, 2024 12:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

cnavarro wrote:I download it without problem
Me too.
by cnavarro
Sun Sep 29, 2024 11:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Hi, Cristobal !

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 :(

I download it without ...
by Natter
Sun Sep 29, 2024 6:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Hi, Cristobal !

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 :(
by cnavarro
Sat Sep 28, 2024 11:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Dear Vilina, please attach your sample
by vilian
Mon Sep 23, 2024 11:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Dear Cristobal,
Thank you, your example does almost everything I needed. There is only a problem. I included in the array of words { "Action", "Ação" } , the first time this word is replaced, everything is fine. From the second ahead the word is staying like this:

Ação
Ação


Do you know why ?
by cnavarro
Sat Sep 21, 2024 9:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

... You will also probably have to modify the Keydown method of the TRichEdt5 class by adding the following:


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 ...
by vilian
Fri Sep 20, 2024 6:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

But the user doesn't have Word installed in your computer. Because this, I'm trying to do this trought Richedit5
by karinha
Fri Sep 20, 2024 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

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.
by vilian
Fri Sep 20, 2024 6:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit5 and auto-texts
Replies: 19
Views: 3215

Re: RichEdit5 and auto-texts

Sorry my friend, but I didn't understand how could it help me to do auto-texts with Richedit5 ?