I've only recently downloaded the 6.10 beta and I've been taking it for a spin with a current project. I've noticed that there seems to be a bug when using the WebViewGadget within a frame as it seems to cause the window to become completely unresponsive. I can't even drag the window about with the mouse pointer.
Here is some example code to illustrate:
Code: Select all
OpenWindow(0, 100, 100, 400, 400, "Hello", #PB_Window_SystemMenu | #PB_Window_Invisible)
FrameGadget(0, 0, 0, 400, 400, "WebView Gadget")
WebViewGadget(1, 25, 25, 350, 350)
HideWindow(0, #False)
Repeat
Event = WaitWindowEvent()
Until Event = #PB_Event_CloseWindow
This is on Windows 11. I'm testing the 32-bit version of PureBasic 6.10 beta 6. I haven't tried it on the 64-bit version.
Kind regards,
Francis