Page 7 of 7
Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Sat Sep 23, 2023 2:37 pm
by RSBasic
PB.Ex WebGadget 1.1.5.0 has been released.
Changelog:
- Added: GetWebGadgetExItemText(): #PB_Web_SelectedText
- Added: GetWebGadgetExItemText(): #PB_Web_AllText
- Added: SetWebGadgetExState(): #PB_Web_SelectAll
- Added: Cache and cookies are now saved in the "cache" subfolder.
- Added: SetWebGadgetExState(): #PB_Web_Print
PureLust wrote: Mon Jan 13, 2020 5:56 pm
- GetWebGadgetExItemText() - with Entry = #PB_Web_SelectedText
Done
PureLust wrote: Mon Jan 13, 2020 5:56 pm
(Or even better, add Entry = #PBEx_Web_AllText, to get the full Text, without the need of selecting the whole Text first.
Done
PureLust wrote: Mon Jan 13, 2020 5:56 pm
- SetWebGadgetExState() - with State = #PBEx_Web_SelectAll, to select the whole Text.
Done
Fredi wrote: Wed Sep 06, 2023 10:07 am
Question: Is there a way to keep visited websites cookie!?
Done. By default, Chromium saves the cache every 30 seconds.
zikitrake wrote: Wed Sep 13, 2023 11:26 am
A big hug!

Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Sat Sep 23, 2023 5:21 pm
by Kuron
Thank you or all of your hard work on this, and also thank you for your backup/archive (that has saved my bum more than once).

Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Sun Oct 22, 2023 9:51 am
by Fredi
RSBasic wrote: Sat Sep 23, 2023 2:37 pm
PB.Ex WebGadget 1.1.5.0 has been released.
Thank you so much RSBasic

Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Fri Nov 10, 2023 6:56 pm
by RSBasic
Hello
Today there was a new blog article by Fred:
Upgrading the Windows build chain
The following was announced:
The good news is we can now use an up-to-date C++ compiler which make our work much more easier and faster (the first new library we are integrating for 6.10 is the WebView one, which requires C++17).
If there is a new version with WebView, then there will no longer be a reason to use my library and development of this library will stop.
Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Fri Nov 10, 2023 8:51 pm
by Kuron
The good news is we can now use an up-to-date C++ compiler which make our work much more easier and faster (the first new library we are integrating for 6.10 is the WebView one, which requires C++17).
I love you, Fred!
If there is a new version with WebView, then there will no longer be a reason to use my library and development of this library will stop.
Thank you for all of your hard work on providing a stop-gap for us until such time it can be officially supported. You are one of the most generous and helpful community members.
Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Sat Dec 02, 2023 8:44 pm
by nicolaus
Nice lib, thank you.
I have one question, if I download a file from a website, how can I change the default save location for downloads in the gadget?
Thank you
Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Mon Dec 04, 2023 7:53 pm
by Kwai chang caine
Hello RSBASIC
I don't know why, i have run your amazing code and have an IMA error on line 81
Code: Select all
WebGadgetEx(1, 0, DesktopScaledY(60), DesktopScaledX(1500), DesktopScaledY(1000-60), "https://www.rsbasic.de", WindowID(0), @ErrorOutput$)
I have try with v5.73 and 6.02 and it's the same thing
Re: PB.Ex WebGadget (Windows) (WebKit)
Posted: Mon Jun 17, 2024 10:26 pm
by zikitrake
Dear, @RSBasic
Are there any possibility to update this lib to last CEF dlls? (I think it's v 125.0.21)
Thank you in advance!