Hi everyone,
i'm writing a script that use a RichEdit and i must make it like an rtf-text editor, wherein the user can color the selected text, change the background, make the selected text bold, italic, underlined, striked.... but i don't found any method that makes this.
In the irc channel support dt suggested me to use windows APIs and the SendMessage method, and he made me a script that i've adapted. The script is this:
http://pastebin.com/775531.
The XML Form is this:
http://pastebin.com/775537 .
The problem is that: the debugger reports no errors, but the RichEdit looks like... not rich. In fact if i paste a RTF text to the richEdit, the text appears plain and not RTF. There's a problem with the form, or with the script???
Thank you very much.