Search found 95 matches

by hoerbie
Fri Jun 27, 2025 1:45 pm
Forum: Off Topic
Topic: Finally the board is back
Replies: 39
Views: 1717

Re: Finally the board is back

Thanks a lot, I surf through the boards most of the time when in public transport, and this now works again.
by hoerbie
Fri Jun 27, 2025 7:47 am
Forum: Off Topic
Topic: Finally the board is back
Replies: 39
Views: 1717

Re: Finally the board is back

@Fred: If the new server now handles the requests so much better from the bots, can we please get back access from iOS devices to the board?
by hoerbie
Mon Jun 23, 2025 7:16 pm
Forum: Bugs - IDE
Topic: Weird highlight after select
Replies: 12
Views: 811

Re: Weird highlight after select

Just a short info, my Windows VMs run in VMWare Fusion Pro on a really fast iMac Pro with Intel Xeon with multiple cores, 32 GB Ram and really fast SSDs, this VMs still have the same or a better performance as a lot of PCs/Laptops directly in Windows have....

I also recognised this highlighting ...
by hoerbie
Wed Jun 11, 2025 3:25 pm
Forum: Bugs - IDE
Topic: Weird highlight after select
Replies: 12
Views: 811

Re: Weird highlight after select

Yes, I can confirm it.
I worked a lot in the last days with the Windows 6.20 32-Bit IDE in a Win7 Pro VM (on my Intel Mac) and had it multiple times. The longer I worked, the more words were highlighted, and when closing the IDE because too much color and reopening everything, it started new.
But ...
by hoerbie
Tue May 20, 2025 10:09 am
Forum: General Discussion
Topic: Can't access this forum outside EU
Replies: 32
Views: 1995

Re: Can't access this forum outside EU

Maybe the browser is in developer mode and sends a user-agent of Apple iOS devices?

I can't access the PB and SB boards from Europe on my iPhone since the last DOS attacks and get the same error...

So there are restrictions in place on the web server.
by hoerbie
Fri Jan 31, 2025 7:56 pm
Forum: General Discussion
Topic: Website incredibly slow?
Replies: 78
Views: 16596

Re: Website incredibly slow?

Same here…
It looks to me like a stupid search engine bot or hack attack, when seeing on on the bottom of forums start page:
In total there are 2434 users online :: 6 registered, 1 hidden and 2427 guests
Most users ever online was 3409 on Fri Jan 31, 2025 7:07 pm
by hoerbie
Fri Jun 07, 2024 7:55 pm
Forum: Tricks 'n' Tips
Topic: atomic web server threads
Replies: 134
Views: 38052

Re: atomic web server threads

Hi idle,
at first I would really like to thank you for your really good work, although I have my own PB web server for my SB Android app and only trying to make use of your TLS server work, some of your server ideas inspired me.

When testing your actual download from some days ago, I've got some ...
by hoerbie
Thu May 02, 2024 7:28 pm
Forum: Coding Questions
Topic: [solved] CustomFilter for FillArea on CanvasGadget at MacOS doesn't work
Replies: 2
Views: 573

Re: CustomFilter for FillArea on CanvasGadget at MacOS doesn't work

@infratec thanks for your exact look in the docs

You may need RGBA() for frontcolor and backcolor, because it is written in the doc that the colors are always 32bits with alpha channel.
Maybe macOS is more 'exact'.

This is indeed the solution, macOS seems to be more exact as Windows, after ...
by hoerbie
Mon Apr 29, 2024 3:17 pm
Forum: Coding Questions
Topic: [solved] CustomFilter for FillArea on CanvasGadget at MacOS doesn't work
Replies: 2
Views: 573

[solved] CustomFilter for FillArea on CanvasGadget at MacOS doesn't work

Hi,
it would be nice if anyone of the PB pros could have a look at the following code, that I extracted from a bigger project where I try to mimic good old GFA fill patterns.

On Windows this generally works with a lot tested PB versions of ASM and C compiler.
PB 6.02 on MacOS crashes with ASM ...
by hoerbie
Sat Apr 27, 2024 4:01 pm
Forum: Coding Questions
Topic: [Done] GetFileDate() and UTC
Replies: 10
Views: 2910

Re: GetFileDate() and UTC

Are you sure, that this is a bug in PB?
I know wrong calculated times from winter/summer time also from the Windows Explorer...
by hoerbie
Tue Apr 23, 2024 1:04 pm
Forum: Coding Questions
Topic: Droopy lib and Purebasic 6.11 beta 1
Replies: 3
Views: 878

Re: Droopy lib and Purebasic 6.11 beta 1

Without having the droopy lib, is \Address an array in the structure of tempipinfo?
Then please try

Code: Select all

...@tempipinfo\Address[0]...
Then it is this bug or Fred trying so solve it https://www.purebasic.fr/english/viewtopic.php?t=83891
by hoerbie
Sun Apr 07, 2024 7:24 pm
Forum: Coding Questions
Topic: Windows 10 - PB10 - Linker error
Replies: 10
Views: 1584

Re: Windows 10 - PB10 - Linker error

@Fred: as I wrote in my last post, the setting "create executable in source dir" is active, nevertheless polink in 6.10 x86 does something in systems general temp directory, and this triggers antivirus tool, in my case German GData Internet Security (that uses their own engine plus Bitdefender ...
by hoerbie
Sat Apr 06, 2024 5:22 pm
Forum: Coding Questions
Topic: Windows 10 - PB10 - Linker error
Replies: 10
Views: 1584

Re: Windows 10 - PB10 - Linker error

@Fred: I'm having the same problems on Win 11 with PB 6.10 (mostly x86), for example I get:
Virus: Gen:Variant.Jaik.221663 (Engine A)
Datei: ~60944C88.TMP
Verzeichnis: C:\Users\<myusername>\AppData\Local\Temp
Prozess: polink.exe

This happens nearly every time when I'm working on my own libs that ...
by hoerbie
Wed Mar 13, 2024 6:14 pm
Forum: General Discussion
Topic: Question about PB's built-in FTP
Replies: 5
Views: 1006

Re: Question about PB's built-in FTP

I'm also willing to fund a "soon" update, when it enables to use FTPS or SFTP from PB.
by hoerbie
Sun Mar 03, 2024 5:06 pm
Forum: Coding Questions
Topic: 6.10b7 CustomFilterCallback() error
Replies: 2
Views: 509

Re: 6.10b7 CustomFilterCallback() error

Hi,

thanks, then the (english) doc of the 6.10b7 is not up to date on Mac.

And in the case of making it stricter, I would then additionally expect an
Procedure.l FilterCallback(x, y, SourceColor.l, TargetColor.l) ; <- Colors must be define as long
^
declaration for the return parameter ...