Search found 2111 matches

by JHPJHP
Sat Apr 08, 2023 6:31 pm
Forum: Tricks 'n' Tips
Topic: Embed JS into PureBasic
Replies: 50
Views: 37550

Re: Embed JS into PureBasic

Hello All, I've noticed enough downloads of Embed JS into PureBasic to make this post. While this thread is by no means without its uses, it has been superseded by the Chromium WebGadget . NOTE : Internet Explorer was retired on June 15, 2022 . With a ranging level of success, I'm still using the Pu...
by JHPJHP
Sat Apr 08, 2023 3:22 pm
Forum: Windows
Topic: Weird crash in console - ideas?
Replies: 4
Views: 748

Re: Weird crash in console - ideas?

Hi jassing,
jassing wrote:Now to figure out an input replacement.
You may have already figured out a solution, but if not, Alternate Console should help.

Cheers!
by JHPJHP
Sat Apr 08, 2023 2:47 pm
Forum: Announcement
Topic: PureBasic Interface to OpenCV
Replies: 885
Views: 653967

Re: PureBasic Interface to OpenCV

Updated : - fixed some examples - swapped runtime binaries - improved a few examples Seeing the repulsion example in the Tricks 'n' Tips forum reminded me of a very similar example I did in OpenCV: cv_repulsion_field.pb . NOTE : Much of the same scripts were used for the stippling examples: cv_stip...
by JHPJHP
Fri Apr 07, 2023 10:06 pm
Forum: Coding Questions
Topic: Is there a way to get gadget num from gadgetid?
Replies: 10
Views: 439

Re: Is there a way to get gadget num from gadgetid?

Hi jassing,

I've used the following (posted by hallodri) with success (Windows only): viewtopic.php?p=201822&sid=d348bc8a3d8a ... f7#p201822
by JHPJHP
Fri Apr 07, 2023 5:00 am
Forum: Coding Questions
Topic: Memory write Error on CloseNetworkServer()
Replies: 3
Views: 153

Re: Memory write Error on CloseNetworkServer()

Hi jassing, You could be receiving a Memory Write Error on CloseNetworkServer if you try to close a connection where there isn't one. - connection not created , timed-out , ended at client side, etc. Even when no client connection had occurred. https://www.purebasic.com/documentation/Examples/Networ...
by JHPJHP
Wed Apr 05, 2023 6:00 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47196

Re: Chromium WebGadget

Hi skinkairewalker, You are most welcome; I look forward to your first game using the framework. ---------------------------------------- Updated : - improved framework - squashed a framework bug Improved Framework If you're familiar with my coding style you know that I don't use EnableExplicit . It...
by JHPJHP
Tue Apr 04, 2023 8:33 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47196

Re: Chromium WebGadget

Hi skinkairewalker, Added another example: General_Fullscreen.pb . The example uses JavaScript to toggle Fullscreen while the window is auto resized using the CrWG framework. The following code demonstrates a second option, Fullscreen only (no toggle), but would be simple enough to extend. Enumerati...
by JHPJHP
Fri Mar 31, 2023 4:27 pm
Forum: Announcement
Topic: YouTube Player & Downloader
Replies: 42
Views: 28845

Re: YouTube Player & Downloader

Updated : - numerous improvements - squashed a couple bugs Improvements Most of the improvements were to the Downloader :: Search window; the following is just one of the improvements. 1. Download-Progress windows stay visible and are organized starting from the top left corner of the screen. --- m...
by JHPJHP
Tue Mar 28, 2023 3:29 pm
Forum: Announcement
Topic: YouTube Player & Downloader
Replies: 42
Views: 28845

Re: YouTube Player & Downloader

Updated:
- removed 32-bit version
- updated FFMPEG binaries
- added references\readme.txt

FFMPEG
Required for high-quality downloads.
The updated version was specifically compiled for YT-DLP.
See readme file for additional information and link to custom builds.
by JHPJHP
Mon Mar 27, 2023 6:55 pm
Forum: Announcement
Topic: YouTube Player & Downloader
Replies: 42
Views: 28845

Re: YouTube Player & Downloader

Image
by JHPJHP
Sat Mar 25, 2023 11:32 pm
Forum: Announcement
Topic: YouTube Player & Downloader
Replies: 42
Views: 28845

Re: YouTube Player & Downloader

The downloader was written with multiple downloads in mind but works fine with just one download. The video image on the right can be dragged onto the YouTube logo to build a download list and/or playlist. The brief 0% message was auto-minimized to the Start-Bar so as not to clutter the screen with ...
by JHPJHP
Sat Mar 25, 2023 5:58 pm
Forum: Announcement
Topic: Google Translate Service
Replies: 22
Views: 10407

Re: Google Translate Service

Updated : - fixed an error of my own making It seems the problem occurred when I made a blanket change to the User-Agent for all three Google apps: - YouTube Player & Downloader - Google Translate Service - Geolocation: Google Maps I should not have changed the User-Agent for Google Translate S...
by JHPJHP
Sat Mar 25, 2023 5:42 pm
Forum: Announcement
Topic: YouTube Player & Downloader
Replies: 42
Views: 28845

Re: YouTube Player & Downloader

[ F1 ] Show / Hide the Shortcut menu [ F2 ] Open the Search window [ F4 ] Show / Hide the Quick Search bar [ F8 ] Set / Reposition the "minimized" thumbnail player [ F10 ] Redirect current video to the YouTube website [ F12 ] Reload current video / Return to player [ Esc ] Exit full scree...
by JHPJHP
Sat Mar 25, 2023 10:51 am
Forum: Announcement
Topic: YouTube Player & Downloader
Replies: 42
Views: 28845

Re: YouTube Player & Downloader

Hi Caronte3D, Thank you for posting the location of the download. https://sat02pap001files.storage.live.com/y4m3gHSQIYPy1tzm7wpbAh3VoVjxX09aWm4j5nOyoRAB2mhzVXUpenK0NfuAYAeDJ581ZO8uLNurO7cLYo3L1GEd1bLAe2IP5EzlSmMKhkOQXR1kAUONqksMLCy_qYOWsBJbrLunazJW3SxXF2dANciU7hDcBnSfNqEe-tWWbrhnlQ_YU9Lf_ou0V65p_CPg...
by JHPJHP
Fri Mar 24, 2023 7:43 pm
Forum: Announcement
Topic: Chromium WebGadget v4
Replies: 241
Views: 47196

Re: Chromium WebGadget

Updated : - improved framework - improved all examples - improved standalone Remote Command - squashed a couple bugs Squashed Bugs After my previous update to the framework I neglected to test all the examples. NOTE: This is a recommended update due to the fixes and improvements to the framework an...