Hi, i am trying to put this control into my application.
On the Mac OSX, i was able to pass over some html text into the window that have the html edit control. once changes has been made, it was save back to original calling window,
But on the Window, the text from the calling window was assigned into the html edit control on the but did not show anything. and when closing the pop up window, the html text is passed back but never shown.
Xojo updated the Chromium Embedded Framework in 2017r1. The newer version no longer allows for window.status to be changed by JavaScript which the first version of HTML Edit relied on. The second version of HTML Edit was almost entirely reimplemented before GraffitiSuite acquired it. The second version has many improvements because of this reimplementation, and I believe Anthony even gave it better undo/redo handling.
Unfortunately, this means that HTML Edit 1 will only work from RealStudio 2012 to Xojo 2016r4.1
If you use anything newer than Xojo 2016r4.1 you must use the newer version of HTML Edit that lives in GraffitiSuite now.
Another possibility is to contact @Anthony Cyphers and ask him about GraffitiHTMLEditor.
Anthony is very responsive in helping and answering questions.
Contact form: https://graffitisuite.com/#contact
Another possibility is to contact @Anthony Cyphers and ask him about GraffitiHTMLEditor.
Anthony is very responsive in helping and answering questions.
Contact form: https://graffitisuite.com/#contact[/quote]
i try his solution first but it does not work in my application. looks of flicker (even on mac) and on windows, it does not show the information all the time.