Search found 421 matches

by PureLust
Fri Jan 28, 2022 8:32 pm
Forum: Feature Requests and Wishlists
Topic: Dialog-Library - Wishlist
Replies: 20
Views: 14383

Re: Dialog-Library - Wishlist

PureLust wrote: Fri Jan 31, 2020 10:05 am @Fred, . . . Maybe you can include, that hidden Gadgets will be calculated with zero size?
[PUSH] ... maybe as an feature-update for PB 6.00? :D
by PureLust
Fri Jan 28, 2022 8:27 pm
Forum: Off Topic
Topic: More lies? what do you think?
Replies: 19
Views: 3931

Re: More lies? what do you think?


Exactly!
The perfect conversion without energy loss doesn't exists.

Not really.
Kernfusion (as we call it in german - maybe it's called 'atomic fusion' in english?) will generate more energy than you have to put in. As a result you will just get a different atom.
So far the newest experimental ...
by PureLust
Thu Jan 27, 2022 10:51 pm
Forum: General Discussion
Topic: Webview2 control - Chromium browser for Purebasic (Windows) [Jan 1, 2024]
Replies: 181
Views: 83731

Re: Webview2 control - Chromium browser for Purebasic (Windows)


Hi PureLust,

to use different cookie settings you have to use CreateCoreWebView2EnvironmentWithOptions() to set the userDataFolder, all webview instances using that WebView2Environment will use that datafolder, so for each webview instance with a different data folder you need to create a new ...
by PureLust
Thu Jan 27, 2022 10:36 pm
Forum: Applications - Feedback and Discussion
Topic: [handy Tool for gamers] Auto-disable Caps Lock
Replies: 4
Views: 1733

Re: [handy Tool for gamers] Auto-disable Caps Lock

Bisonte wrote: Sat Jan 22, 2022 10:47 am Very nice thing, small and effective ;)
You are welcome. :wink:

Just came back from another nice gaming-session with friend ... and yesss ... it's soooo nice and effective. :mrgreen:
by PureLust
Fri Jan 21, 2022 5:03 pm
Forum: Applications - Feedback and Discussion
Topic: [handy Tool for gamers] Auto-disable Caps Lock
Replies: 4
Views: 1733

Re: [handy Tool for gamers] Auto-disable Caps Lock

HeX0R wrote: Fri Jan 21, 2022 4:59 pm Is there a reason you've used the quote tags instead of the code tags?
Yes ... stupidity !!! :wink:

(changed to code tags)
by PureLust
Fri Jan 21, 2022 4:47 pm
Forum: Applications - Feedback and Discussion
Topic: [handy Tool for gamers] Auto-disable Caps Lock
Replies: 4
Views: 1733

[handy Tool for gamers] Auto-disable Caps Lock

I love playing online-games with friends. But during the "battle" it happens that I accidentally activate the caps lock key.
When I then type in the chat, it often happens that I write with Caps Lock on, which is very annoying.

To solve this problem I wrote this little tool that will automatically ...
by PureLust
Thu Jan 20, 2022 5:28 pm
Forum: Bugs - IDE
Topic: IDE won't start if Network-Drive (IP-Address) is not available ...
Replies: 0
Views: 1209

IDE won't start if Network-Drive (IP-Address) is not available ...

I'm not sure if this was not reported before (because it seems to be an old problem), but I have not found anything about it with the forum search function:

If PureBasic.prefs refers to a network-file in [RecentFiles] or [OpenedFiles], which is located on an IP-Address which does not respond or no ...
by PureLust
Mon Jan 17, 2022 8:26 pm
Forum: Tricks 'n' Tips
Topic: MODULE: DynamicDialogs - creating complex GUIs the easy way
Replies: 67
Views: 48669

Re: MODULE: DynamicDialogs - creating complex GUIs the easy


Hint: it would be very cool, if you can also add support for toolbars... - HeX0R showed here , how it could be done 8)
Hi Andre, :D
I'm not sure if this is really necessary or even useful.

1. PB has very powerful functions to create and handle toolbars ... so why invent the wheel again, only in ...
by PureLust
Mon Jan 17, 2022 8:11 pm
Forum: Tricks 'n' Tips
Topic: MODULE: DynamicDialogs - creating complex GUIs the easy way
Replies: 67
Views: 48669

Re: MODULE: DynamicDialogs - creating complex GUIs the easy

You've done an amazing job with this; it surely makes my life a lot easier! Thanks, you are welcome. ;)
It seems like supplying the multiline flag to a string gadget does nothing... for some reason. Yes, you are right.
Because DynDialogs uses the PB internal Dialog functions, and they don't ...
by PureLust
Mon Jan 17, 2022 3:52 pm
Forum: General Discussion
Topic: Webview2 control - Chromium browser for Purebasic (Windows) [Jan 1, 2024]
Replies: 181
Views: 83731

Re: Webview2 control - Chromium browser for Purebasic (Windows)

Hi Justin,

I just had a quick look into your Webview2 Control and .... wow, great work and very usefull .... THANKS A LOT !!! :D

But I have a little question:

I want to open several instances of a website at the same time (in different tabs / containers), but with different cookie-settings.

Is ...
by PureLust
Sun Oct 03, 2021 4:02 pm
Forum: General Discussion
Topic: Help needed - Programmer for flood victims
Replies: 0
Views: 3067

Help needed - Programmer for flood victims

Hi folks,

some of you might have heard about the catastrophic flood in the formerly beautiful Ahr valley on 14. to 15. July here in Germany.
Right now, the 'official' helpers (Army, ReadCross, ...) are nearly gone and so help in now completely organized by private Aid Organisations and their ...
by PureLust
Sun Jan 31, 2021 6:32 pm
Forum: Coding Questions
Topic: Check if screen saver is active (Windows)
Replies: 7
Views: 1877

Re: Check if screen saver is active (Windows)

...some PC's don't start an explicit screen saver program, but do show a black screen after a while.
Sounds like Monitor Powersaving mode.

I'm not sure, but I think I've posted a function to check for Powersaving modes a while ago.
I'll have a look if I can find it.


Gesendet von meinem LYA ...
by PureLust
Sun Jan 31, 2021 1:14 pm
Forum: Coding Questions
Topic: Check if screen saver is active (Windows)
Replies: 7
Views: 1877

Re: Check if screen saver is active (Windows)

Hi Michael,

I found a blog with some Infos about how to check if a Screensaver is active :

https://devblogs.microsoft.com/scripting/how-can-i-tell-if-the-screen-saver-is-active/#:~:text=If%20we%20want%20to%20know,the%20screen%20saver%20is%20running.

Zitat: "If we want to know whether or not the ...
by PureLust
Sun Jan 17, 2021 1:18 pm
Forum: Coding Questions
Topic: Size of windows in projects
Replies: 4
Views: 1360

Re: Size of windows in projects

Hi Marco,

A good way for modern Applications is, to display their GUI in Window with flexible sizes.

If you plan to create an application with variable window size, it's a good way to split your Window into regions. these regions will be resized in a rule you have to specify. Some of them will ...
by PureLust
Sun Dec 20, 2020 4:23 pm
Forum: Coding Questions
Topic: [Solved] Calculate pixel coordinates within vector drawing
Replies: 3
Views: 1101

Re: Calculate pixel coordinates within vector drawing

Hi Michael, ... I'm not sure if this is what you want, but maybe you can use custom drawing.

A.f.a.i.k, you will get an interrupt call for each drawn pixel.
Maybe you can store the Pixel coordination to a Buffer (Matrix, Dim Array,...) to compare to your mouse coordination later.

(I've never ...