WebGadget and copy&paste...
Posted: Wed Sep 10, 2014 3:20 pm
Hello,
I'm trying to implement some HTML WYSIWYG editor like this (very basic but shows my problem):
Using this code, the CKEditor works in the WebGadget. But inside the editor I can not use Copy&Paste because it looks like CTRL+XCV is not forwarded to the control. Is there a way to make it work in a WebGadget? The same page in any other webbrowser works fine (http://ckeditor.com/demo).
I need to handle this for Windows and MacOS. Linux would be fine but not such a high priority.
Best,
Kukulkan
I'm trying to implement some HTML WYSIWYG editor like this (very basic but shows my problem):
Code: Select all
If OpenWindow(0, 0, 0, 800, 600, "WebGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered)
WebGadget(0, 10, 10, 780, 580, "http://ckeditor.com/demo")
Repeat
Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIfI need to handle this for Windows and MacOS. Linux would be fine but not such a high priority.
Best,
Kukulkan