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
