Search found 3528 matches

by skywalk
Wed Mar 27, 2024 3:45 pm
Forum: Off Topic
Topic: Ads by Google
Replies: 10
Views: 472

Re: Ads by Google

Yes, now just the bottom ad, mobile and desktop.
Thanks!
by skywalk
Wed Mar 27, 2024 2:56 pm
Forum: Off Topic
Topic: Ads by Google
Replies: 10
Views: 472

Re: Ads by Google

I purposely do not block PB ads, but this new top and W I D E ad is obnoxious. :cry:
by skywalk
Tue Mar 26, 2024 4:40 pm
Forum: Coding Questions
Topic: Question about coding technique
Replies: 5
Views: 198

Re: Question about coding technique

Please post the GridExModule version you are using?
; ---------------------------
; Last Update: 30.10.2018
; ---------------------------
I cannot find the code you show? Maybe that is an example file?
by skywalk
Tue Mar 26, 2024 12:00 pm
Forum: Off Topic
Topic: Ads by Google
Replies: 10
Views: 472

Re: Ads by Google

Ouch. Flip this switch off. :x
by skywalk
Fri Mar 22, 2024 4:34 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 293
Views: 36605

Re: PureBasic 6.10 beta 9 is out !

Nice! After installing MS VS 2022 Community Edition I have the following: C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hostx64\x64 01/17/2024 01:59 PM 2,412,104 link.exe C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\bin\Hos...
by skywalk
Wed Mar 20, 2024 3:31 pm
Forum: Coding Questions
Topic: WebViewGadget deployment and other questions
Replies: 10
Views: 409

Re: WebViewGadget deployment and other questions

Hi Fred,
Is there an official gui example/doc with the webviewgadget and Javascript callbacks?

I read similar projects in the forum.

I am debating use of canvas based grids vs html gui.
by skywalk
Mon Mar 18, 2024 7:00 pm
Forum: Announcement
Topic: ProGUI V3 Alpha Sneak Peek!
Replies: 12
Views: 1007

Re: ProGUI V3 Alpha Sneak Peek!

Looks sleek. Curious why you decided against an html/css approach with the new webviewgadget?
by skywalk
Mon Mar 18, 2024 12:29 am
Forum: Off Topic
Topic: The US government asks not to use C/C++ due to memory vulnerabilities.
Replies: 15
Views: 783

Re: The US government asks not to use C/C++ due to memory vulnerabilities.

Yes, no complaints from me if masks are voluntary. I cannot wear them due to oxygen deprivation. My body needs more O2 than most. I get headaches wearing masks. Memory safe programming is absolutely possible with good programmers in any language. Maybe the problem is when very large projects demand ...
by skywalk
Sun Mar 17, 2024 6:12 am
Forum: Off Topic
Topic: The US government asks not to use C/C++ due to memory vulnerabilities.
Replies: 15
Views: 783

Re: The US government asks not to use C/C++ due to memory vulnerabilities.

Nope.
Governmental opinions are extremely short-sighted and prone to hysterical conclusions from lobbied interests.

Global warming, global cooling, global sniffles, global migration and still no global peace?

Now they want to do computer science?
by skywalk
Sat Mar 16, 2024 10:48 pm
Forum: Coding Questions
Topic: Programming a Timer
Replies: 14
Views: 529

Re: Programming a Timer

Interesting, I asked about the order of event execution in another thread.

Is it true the main event loop responds after bind events and custom post events?
by skywalk
Fri Mar 15, 2024 8:19 pm
Forum: Announcement
Topic: PureBasic 6.10 LTS is out !
Replies: 293
Views: 36605

Re: PureBasic 6.10 beta 8 is out !

Yes, keep your brain in the game!

Your posts are very informative and appreciated. :)
by skywalk
Tue Mar 12, 2024 12:36 pm
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 37
Views: 1843

Re: atomic web server threads

Thanks! I'll try this out.
by skywalk
Fri Mar 08, 2024 3:01 am
Forum: General Discussion
Topic: AddElement() behaviour
Replies: 11
Views: 385

Re: AddElement() behaviour

Thanks for the post!
I read the forum easier than the manual :shock:

Now, have to check my code how this might burn me?
by skywalk
Fri Mar 08, 2024 2:49 am
Forum: Feature Requests and Wishlists
Topic: Map read-only or no-create-on-search states
Replies: 5
Views: 202

Re: Map read-only or no-create-on-search states

Was it because elements are created in both cases below?

mymap("some new key") = "some new value"

If mymap("some new key")
; new null element added
EndIf