Search found 1144 matches

by Kukulkan
Wed Mar 20, 2024 11:53 am
Forum: Coding Questions
Topic: WebViewGadget deployment and other questions
Replies: 10
Views: 482

Re: WebViewGadget deployment and other questions

The dependencies for webview are detailed on github. Wait a second, Fred is using this webview project for implementing the WebView? :shock: Are you 100% sure that this is used and Fred did not implement it by himself? This webview project is currently version 0.10 with no official stable release y...
by Kukulkan
Wed Mar 20, 2024 10:26 am
Forum: Coding Questions
Topic: WebViewGadget deployment and other questions
Replies: 10
Views: 482

Re: WebViewGadget deployment and other questions

Thanks. But isn't there the issue that the webkit engine on Linux and Mac is not there by default? At least for Linux I believe I have to add some dependency. So is it libQt5WebKit5 or libwebkit2gtk or webkit2gtk3 or webkit2gtk4 ? Proxy is a problem on Linux and macOS. In the past my app had it's ow...
by Kukulkan
Wed Mar 20, 2024 9:30 am
Forum: Coding Questions
Topic: WebViewGadget deployment and other questions
Replies: 10
Views: 482

Re: WebViewGadget deployment and other questions

Thanks! I updated my question above with your answers. Still a lot questions open...
by Kukulkan
Tue Mar 19, 2024 12:43 pm
Forum: Coding Questions
Topic: WebViewGadget deployment and other questions
Replies: 10
Views: 482

WebViewGadget deployment and other questions

Hi, I just consider using the new WebViewGadget as the basis for a new cross platform app. Unfortunatelly, I found no details about how the WebViewGadget works. What is the underlying technology on Windows, Linux (QT/GTK) and MacOS? -> Linux webkit, macOS webkit, windows Edge webview2 What are the d...
by Kukulkan
Wed Nov 29, 2023 12:39 pm
Forum: Applications - Feedback and Discussion
Topic: Command line manifest replacement tool (PB source, Windows only)
Replies: 0
Views: 1008

Command line manifest replacement tool (PB source, Windows only)

[UPDATE] 05. Dec. 2023: Fixed bugs regarding the UpdateResource_ Windows API call. Added automatic trimming of imported manifest files (remove any leading or trailing CR, LF, TAB or space). Add compiler warning if not compiled in console mode. Please use the updated code from this post. ___________...
by Kukulkan
Thu Nov 16, 2023 8:18 am
Forum: General Discussion
Topic: PureBasic 6.03 digital signature
Replies: 26
Views: 3572

Re: PureBasic 6.03 digital signature

You are the one suggesting what he should do with his money. :wink: Simply rude. I don't. Stop putting words in my mouth that I didn't say! Read my post again. If someone is rude here, it is you because you suggested me that I should pay something! And you say that I was trying to find fault with w...
by Kukulkan
Wed Nov 15, 2023 10:25 pm
Forum: General Discussion
Topic: PureBasic 6.03 digital signature
Replies: 26
Views: 3572

Re: PureBasic 6.03 digital signature

That would be a wonderful gesture instead of trying to find fault with what Fred is doing. Huh? I didn't fault him. I just found cheaper code certificates easily and wondered why they weren't sufficient. And why should I pay for Fred's certificates? I bought our PB licenses and also hired Fred for ...
by Kukulkan
Wed Nov 15, 2023 12:37 pm
Forum: General Discussion
Topic: PureBasic 6.03 digital signature
Replies: 26
Views: 3572

Re: PureBasic 6.03 digital signature

I don't understand. It is still around $130/year? At least for my current search: https://www.sslshopper.com/cheap-code-signing-certificates.html https://www.sslpoint.com/code-signing-certificates/ We sign both our executables and the installers. Better than not doing it. It gives some reputation wh...
by Kukulkan
Mon Oct 30, 2023 11:06 am
Forum: Bugs - Linux
Topic: PB 6.02 LTS: All 3D stays black and 3D fullscreen is damaging my display settings...
Replies: 2
Views: 1088

Re: PB 6.02 LTS: All 3D stays black and 3D fullscreen is damaging my display settings...

But I selected a resolution. I do not get any error messages in the PB IDE or from the compiler.
by Kukulkan
Mon Oct 30, 2023 8:44 am
Forum: Bugs - Linux
Topic: PB 6.02 LTS: All 3D stays black and 3D fullscreen is damaging my display settings...
Replies: 2
Views: 1088

PB 6.02 LTS: All 3D stays black and 3D fullscreen is damaging my display settings...

Hi. I have some idea for a tool (animated backgrounds for stage and theatre) that might to use the OGRE engine with 3D functions of PureBasic. I'm working on OpenSUSE Leap 15.5, x64 with two monitors (using KDE desktop). So I thought it might be a good start to try some of the 3D examples of Purebas...
by Kukulkan
Mon Oct 23, 2023 11:25 am
Forum: General Discussion
Topic: [done] SMTP Authentication using OAuth2 login
Replies: 5
Views: 1079

Re: [done] SMTP Authentication using OAuth2 login

I know that the below code is using some functions that are not part of this post. Please note that I cannot post these. But in general, it is logging with a function GlobalLog() . Also, we utilize GetURLPiece() , which is similar to PB GetURLPart() , but we were not allowed to use any PB libcurl fu...
by Kukulkan
Mon Oct 23, 2023 9:13 am
Forum: General Discussion
Topic: [done] SMTP Authentication using OAuth2 login
Replies: 5
Views: 1079

Re: SMTP Authentication using OIDC login

Hello. Please do not answer. In the meantime, with a lot of research, I managed to do OAuth2 authentication for our SMTP accounts with Google and Microsoft. I would share the include, but as we're using our own libcurl include and some more functions from our function library, it does not make any s...
by Kukulkan
Thu Oct 12, 2023 4:13 pm
Forum: General Discussion
Topic: How to open and close webbrowser (tab)?
Replies: 4
Views: 755

Re: How to open and close webbrowser (tab)?

Hi yuki, thanks for the reply. I agree, all current options are bad because of all what you say. This is the reason why I posted this question in the forum :D

So I will have to stay with a simple saying that the window can get closed now. I think it is sufficient as it is not needed all days.
by Kukulkan
Thu Oct 12, 2023 7:11 am
Forum: General Discussion
Topic: How to open and close webbrowser (tab)?
Replies: 4
Views: 755

Re: How to open and close webbrowser (tab)?

Thank you firace, but that is not easy: 1. in your runprogram command line, force the browser to open the URL in a new window (not a tab) But the commandline parameters differ from Chrome, Firefox, Edge, Opera, Yandex and others. And I don't know which webbrowser is the end users default browser? 2:...
by Kukulkan
Mon Oct 09, 2023 3:01 pm
Forum: General Discussion
Topic: How to open and close webbrowser (tab)?
Replies: 4
Views: 755

How to open and close webbrowser (tab)?

Hi. I implemented OAUTH2 SMTP. For the authentication I have to open a URL in a webbrowser. I do this cross-platform using RunProgram(uri.s) on Windows and MacOS and RunProgram("xdg-open", uri.s) on Linux. Now I have to close the tab or window after successful authorization. But how to do ...