Apparently, I don't have any luck with the WebGadget(). As reported by Fred, the WebGadget() on Linux should work. If it's true, can someone tell me why the Debugger tell me :
when I run this tiny source code :The WebGadget() don't work !
Code: Select all
If OpenWindow(0,0,0,600,300,"WebGadget",#PB_Window_SystemMenu|#PB_Window_ScreenCentered)
WebGadget(0,10,10,580,280,"http://www.purebasic.com")
If IsGadget(0)
Debug "The WebGadget() work !"
Else
Debug "The WebGadget() not work !"
EndIf
Repeat
Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
- libwebkitgtk-1.0-common --> 1.8.1-0ubuntu0.12.04.1
libwebkitgtk-3.0-common --> 1.8.1-0ubuntu0.12.04.1
libwebkitgtk-3.0-0 --> 1.8.1-0ubuntu0.12.04.1
libwebkitgtk-1.0-0 --> 1.8.1-0ubuntu0.12.04.1
gir1.2-webkit-3.0 --> 1.8.1-0ubuntu0.12.04.1
PureBasic V4.70 Beta 1 x64
LinuxMint 13 x64 + Gnome-Shell 3.4.2
Best regards
Guimauve