Page 6 of 6
Re: RichEdit Functions (OOP) New: with Image-Support
Posted: Wed Nov 08, 2023 6:58 pm
by OldSkoolGamer
Fred wrote: Wed Nov 08, 2023 5:19 pm
You need to enable the RTF mode for the editogadget. Put this code after the line '\hWnd = GadgetID(\ID)':
Code: Select all
SendMessage_(\hWnd, #EM_SETTEXTMODE, #TM_RICHTEXT, 0)
Thanks Fred, that fixed my issue. Appreciate it!!!
Re: RichEdit Functions (OOP) New: with Image-Support
Posted: Mon Jun 02, 2025 11:16 am
by nick12
Does anyone have the last version of the source files ?
I can't download from original post.
Re: RichEdit Functions (OOP) New: with Image-Support
Posted: Mon Jun 02, 2025 3:08 pm
by Axolotl
I don't have it, but maybe this
link can help.
Re: RichEdit Functions (OOP) New: with Image-Support
Posted: Mon Jun 02, 2025 3:21 pm
by nick12
Thanks a lot, Axolotl !
It has version 2.4 of RichEdit.pbi
