Search found 9258 matches

by Fred
Wed Dec 31, 2025 10:45 am
Forum: Bugs - Windows
Topic: [Done] 6.30 b6 - XMLNodePath error in return string
Replies: 2
Views: 102

Re: [6.30 b6] XMLNodePath error in return string

Good catch, fixed !
by Fred
Mon Dec 29, 2025 11:47 am
Forum: Bugs - Windows
Topic: Issue with SetGadgetState() and SetGadgetItemState() on Windows
Replies: 16
Views: 755

Re: Issue with SetGadgetState() and SetGadgetItemState() on Windows

For tree, you need to use #PB_Tree_AlwaysShowSelection, not #PB_ListIcon_AlwaysShowSelection. You can't have a 1:1 display rendering between all the subsystems, but the internal behaviour (is the item selected or not) should be indeed consistent.
by Fred
Thu Dec 25, 2025 4:52 pm
Forum: Off Topic
Topic: Merry Christmas
Replies: 9
Views: 355

Re: Merry Christmas

Merry Christmas everyone!
by Fred
Fri Dec 19, 2025 2:48 pm
Forum: Bugs - Windows
Topic: [Done] 6.30 beta 6 throws error when loading pbf file
Replies: 2
Views: 223

Re: 6.30 beta 6 throws error when loading pbf file

I see, it seems to happen if you save the .pbf from the source code view. If you save it from the form designer, it works. I fixed it, so it will work as well from source view.
by Fred
Fri Dec 19, 2025 2:16 pm
Forum: Bugs - Windows
Topic: [Done] 6.30 beta 6 throws error when loading pbf file
Replies: 2
Views: 223

Re: 6.30 beta 6 throws error when loading pbf file

I guess it's due to this dev: https://github.com/fantaisie-software/p ... c/pull/333

Could you post your form which show the warning ?
by Fred
Fri Dec 19, 2025 1:58 pm
Forum: Bugs - Windows
Topic: Issue with SetGadgetState() and SetGadgetItemState() on Windows
Replies: 16
Views: 755

Re: Issue with SetGadgetState() and SetGadgetItemState() on Windows

Seems to work as expected here, can anybody else confirm ?
by Fred
Wed Dec 17, 2025 8:28 pm
Forum: Announcement
Topic: PureBasic 6.30 beta 6 is ready !
Replies: 147
Views: 34368

Re: PureBasic 6.30 beta 6 is ready !

A new beta version is available, hopefully the last ! It has only a few changes:

- Changed GetHIDReportDescriptor() to return a buffer (MemorySize() can be used to get the size, and FreeMemory() to free it)


Bugfixes for this version: Windows: [Done] Maybe bug: CreateMail/SendMail sets wrong ...
by Fred
Wed Dec 17, 2025 3:52 pm
Forum: Bugs - C backend
Topic: not sure issue but struct related
Replies: 1
Views: 197

Re: not sure issue but struct related

Try to compile with --commented flag to have the purebasic.c file and see which line triggers this error
by Fred
Wed Dec 17, 2025 11:56 am
Forum: Bugs - Mac OSX
Topic: PB v6.30 Beta 5: Linker Error - OpenGLGadget
Replies: 1
Views: 179

Re: PB v6.30 Beta 5: Linker Error - OpenGLGadget

That's strange, it shouldn't have the AGL link anymore for OpenGLGadget()
by Fred
Wed Dec 17, 2025 11:53 am
Forum: Bugs - Mac OSX
Topic: [Done] BindWebViewCallback & Debug
Replies: 7
Views: 347

Re: BindWebViewCallback & Debug

Yes
by Fred
Wed Dec 17, 2025 11:52 am
Forum: Bugs - Windows
Topic: [Done] Maybe bug: CreateMail/SendMail sets wrong Date header?
Replies: 3
Views: 350

Re: Maybe bug: CreateMail/SendMail sets wrong Date header?

Fixed, changed to always use UTC
by Fred
Wed Dec 17, 2025 11:21 am
Forum: Bugs - Windows
Topic: [Done] PB 6.30 b3 x64 - Debugger error.
Replies: 6
Views: 2073

Re: PB 6.30 b3 x64 - Debugger error.

Fixed.