Thanks Fred, that fixed my issue. Appreciate it!!!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)
RichEdit Functions (OOP) New: with Image-Support
- OldSkoolGamer
- Enthusiast
- Posts: 150
- Joined: Mon Dec 15, 2008 11:15 pm
- Location: Nashville, TN
- Contact:
Re: RichEdit Functions (OOP) New: with Image-Support
Re: RichEdit Functions (OOP) New: with Image-Support
Does anyone have the last version of the source files ?
I can't download from original post.
I can't download from original post.
Re: RichEdit Functions (OOP) New: with Image-Support
I don't have it, but maybe this link can help.
Just because it worked doesn't mean it works.
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
PureBasic 6.04 (x86) and <latest stable version and current alpha/beta> (x64) on Windows 11 Home. Now started with Linux (VM: Ubuntu 22.04).
Re: RichEdit Functions (OOP) New: with Image-Support
Thanks a lot, Axolotl !
It has version 2.4 of RichEdit.pbi
It has version 2.4 of RichEdit.pbi
