Search found 2111 matches

by JHPJHP
Mon Jul 03, 2023 6:49 am
Forum: Off Topic
Topic: My PureBasic Stuff
Replies: 40
Views: 25317

Re: My PureBasic Stuff

As was previously stated, My PureBasic Stuff is back online. While I currently have no plans of shutting it down, access to the website has always been indefinite. In addition, I've also started My PureBasic Forum . Really, it's a forum only in name, a place for me to post information about my progr...
by JHPJHP
Tue Jun 20, 2023 5:29 pm
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130153

Re: Windows Services & Other Stuff

It's my own fault for lurking... ... would you want your software given away... I wouldn't, but that should have been obvious. Thank you. ... arrange a dispute/refund through PayPal for goods not received... I know it comes from a helpful place, but really? That would be an interesting conversation....
by JHPJHP
Mon Jun 05, 2023 3:57 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v4

Hi Caronte3D, As always, your comments are very much appreciated. Already too much effort Yes, but only in posting updates to the forum considering the response, but the knowledge acquired was easily worth my time and effort. Applied one last major update: Kiosk mode is now an option and not the def...
by JHPJHP
Mon Jun 05, 2023 3:41 pm
Forum: Announcement
Topic: PureBasic Interface to OpenCV
Replies: 885
Views: 652954

Re: PureBasic Interface to OpenCV

Hi Caronte3D,

Sorry, I missed your post the first time around.
Caronte3D wrote:Thank you for your efforts to keep everything up to date
You're most welcome. It was a labor of love, and in doing so helped get the creative juices flowing.
by JHPJHP
Sat Jun 03, 2023 9:15 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v4

This should be my last post for a while concerning CrWG ; the changes made today stripped away most of the complicated code. With exception CrWG_Browser.pb , CrWG_Command.pb and CrWG_Player.pb , written to demonstrate CrWG capabilities. --------------------------------------------------------- Updat...
by JHPJHP
Fri Jun 02, 2023 2:48 am
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v4

The Chromium WebGadget has been updated to version 4 There have been numerous changes, mostly minor improvements, but a couple major updates to warrant a version change. The ContainerGadget hosting the browser has been replaced with a dynamically created container better suited for the environment....
by JHPJHP
Tue May 30, 2023 6:32 pm
Forum: Announcement
Topic: Windows Services & Other Stuff
Replies: 197
Views: 130153

Re: Windows Services & Other Stuff

Updated : - added \Other_Stuff\GadgetStuff\ -- GadgetCallback_1.pb -- GadgetCallback_2.pb With the recent changes to handling events from Gadgets located inside a Container, the two new examples were created. - for my needs, I was mostly concerned with coloring Gadgets that don't natively support t...
by JHPJHP
Mon May 29, 2023 6:14 am
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Updated : - CrWG_Browser.pb -- added Browser Themes -- added Search Engines -- various cosmetic improvements -- squashed a couple bugs - framework changes and improvements Browser Themes and Search Engines : Available from the ellipse (...) Options button. https://sat02pap001files.storage.live.com/...
by JHPJHP
Fri May 26, 2023 2:01 am
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Hi ❤x1, Thank you for your post. “Sleep, those little slices of death — how I loathe them.” ― Edgar Allan Poe. -------------------------------- Updated : - removed script not allowing profiles on network shares - moved two Events from examples to framework Procedures - added new options -- #Cr_WebGa...
by JHPJHP
Wed May 24, 2023 11:54 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Updated : - renamed CrWG_TabBar.pb to CrWG_Browser.pb - changes to DevTools Event order in CrWG_Browser.pb and CrWG_Player.pb DevTools Event Order Plays an important part in not only optimized script execution but may determine if some scripts get executed. Calling the Runtime.enable method will no...
by JHPJHP
Tue May 23, 2023 4:03 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Hi blueb, Thank you for your feedback. I just realized an option used for testing was still set and has since been removed, but I'm not convinced it's what caused the problem. It sounds more like an AV issue... The file created in your Temp folder is flagged as a virus and removed before the program...
by JHPJHP
Mon May 22, 2023 8:18 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Updated : - various improvements to CrWG_TabBar.pb CrWG_TabBar.pb Replaced the Runtime.runScript method with Page.addScriptToEvaluateOnNewDocument . Replaced the algorithm to identify and retrieve a websites favicon. Improved the History window and the use of icons. Previously, I spent a day optimi...
by JHPJHP
Sun May 21, 2023 6:35 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Updated : - various improvements to CrWG_TabBar.pb NOTE: CrWG_TabBar.pb is an advanced example not meant to be used as a replacement browser, but to demonstrate some additional features. CrWG_TabBar.pb Improved the algorithm to identify and retrieve a websites favicon. Added filters to the Target.s...
by JHPJHP
Tue May 16, 2023 11:54 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Updated : - renamed Cr_WebSocket_Close to Cr_WebGadget_Close - removed some framework Procedures - added some framework Procedures - modified most framework Procedures NOTE : Included script by luis : HTMLEncoder / HTMLDecoder ; currently used in the example CrWG_TabBar.pb . Cr_WebGadget_Close 1. R...
by JHPJHP
Mon May 15, 2023 5:37 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 46534

Re: Chromium WebGadget v3

Hi skinkairewalker, Yes, but a 32-bit compiled executable can only run in an x86 Windows environment; same for a 64-bit compiled executable. ---------------------------------------------- Updated : - various framework optimizations - various example improvements - squashed a couple bugs https://sat0...