Search found 2111 matches

by JHPJHP
Thu May 11, 2023 8:39 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget v3

Updated : - various improvements to the framework - improved fullscreen script: CrWG_Player.pb - added fullscreen script: CrWG_TabBar.pb https://sat02pap001files.storage.live.com/y4muDcJXzDEKDxVcuW0vI9t1MNSBsdeoFBnSFQsGc06vM_7auClSGvLamOqGLNq4QA9TTH4uepVGHcu-bXp_M9QRpwDZWNEq3h11RebQtaOtyfBRYm8U7OFQ...
by JHPJHP
Wed May 10, 2023 11:28 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget v3

Hi skinkairewalker,

Please download the latest version.

Various changes were made throughout the day; another update was posted just a few minutes ago.
by JHPJHP
Wed May 10, 2023 3:58 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget v3

Hi skinkairewalker,

Please download the latest version.
Reboot your computer before testing the examples.
by JHPJHP
Wed May 10, 2023 4:14 am
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget v3

Updated : - framework additions and improvements - completed the example DevTools_TabBar.pb - some minor improvements to numerous examples DevTools_TabBar.pb Tab bar browser in under 800 lines of code. Includes buttons for navigation, a functional address bar and history window. Notes About DevTool...
by JHPJHP
Mon May 08, 2023 8:35 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget v3

Updated : - bug fixes and improvements to the framework - added Constant : #Cr_WebSocket_Enable_DevTools_Debugger - updated all relevant examples to accept the debug option - renamed the Procedure DevToolsEvent to DevToolsCallback in all relevant examples - renamed all framework examples Constant :...
by JHPJHP
Mon May 08, 2023 2:11 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget v3

Hi infratec, Chromium WebGadget v3 has been updated to address your concerns... My previous post now reads " 2. Only the first initialized WebGadget can receive DevTools commands. " Things to Know : 1. Main include file has been renamed to Cr_WebGadget.pbi . 2. The Constant #Cr_WebSocket_E...
by JHPJHP
Sun May 07, 2023 11:49 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget v3

The Chromium WebGadget has been updated to version 3 While working on the tab bar example I noticed several issues that could only be addressed if major changes were made to the framework. One of the first things to go was the IAccessible Interface. All web navigation must now be done through the D...
by JHPJHP
Fri May 05, 2023 12:25 am
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget

Updated:
- added window resizing
- added dynamic address bar
- improved graphics
- improved icon download

Icon Download: Replaced ReceiveHTTPFile with ReceiveHTTPMemory.
by JHPJHP
Wed May 03, 2023 3:38 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget

Updated:
- squashed a couple bugs in the example DevTools_TabBar.pb

This is a dynamic example that can auto-add new tabs, update the icon and tab text when a webpage has changed, handle such menu actions as "Open link in new window", "View page source", etc., and much more.
by JHPJHP
Tue May 02, 2023 9:18 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget

Updated : - added \CrWG Framework\Framework Examples\DevTools_TabBar.pb - various improvements to numerous examples - small improvement to the framework DevTools_TabBar.pb Thanks to STARGÅTE and the TabBarGadget, it was a lot easier adding browser like tabs to the Chromium WebGadget. ;|------------...
by JHPJHP
Thu Apr 27, 2023 5:01 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget

Hi skinkairewalker, If you are interested in creating builds for MacOs, I make my mac available remotely so you can work as you wish. Thank you for the offer, but currently I have no plans extending the framework to include additional OS. ---------------------------------------- NOTE : Updates to Ch...
by JHPJHP
Mon Apr 10, 2023 5:14 pm
Forum: Coding Questions
Topic: restore window & give it focus.
Replies: 4
Views: 257

Re: restore window & give it focus.

Hi jassing, Something else to try. Enumeration #Image0 EndEnumeration If OpenWindow(0, 100, 150, 300, 100, "SysTray Example", #PB_Window_SystemMenu|#PB_Window_MinimizeGadget|#PB_Window_MaximizeGadget|#PB_Window_SizeGadget) TrayIcon = CatchImage(0, ?TrayIcon) If CreatePopupImageMenu(0) Menu...
by JHPJHP
Mon Apr 10, 2023 6:51 am
Forum: Coding Questions
Topic: CatchJSON() this has to be something easy...
Replies: 6
Views: 257

Re: CatchJSON() this has to be something easy...

Hi jassing,

https://www.purebasic.com/documentation ... hjson.html
Parse JSON data from a memory buffer. The contents of the memory buffer are expected to be encoded in UTF-8 format.
by JHPJHP
Mon Apr 10, 2023 6:03 am
Forum: Coding Questions
Topic: CatchJSON() this has to be something easy...
Replies: 6
Views: 257

Re: CatchJSON() this has to be something easy...

Hi jassing, Try the following: j$ = ~"{\"settings\":{\"server\":{\"askonclose\":true,\"ntpsettime\":true,\"databasename\":\"jsyslog.db3\",\"listen\":[\"UDP:514\",\"TCP:601\",\"UDP:601:127.0.0.1\"...
by JHPJHP
Sun Apr 09, 2023 3:19 am
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47928

Re: Chromium WebGadget

Hi skinkairewalker, Thank you, it's nice to hear the stuff I've written may find a use. Is it possible to leave the webview as if it were a layer over the native interface or even games using Ogre? Unfortunately, something like that isn't possible, but even if it could be hacked there are much bette...