Search found 1243 matches

by Bisonte
Wed Mar 11, 2026 11:33 pm
Forum: Tricks 'n' Tips
Topic: Create Full Path Procedure
Replies: 19
Views: 467

Re: Create Full Path Procedure

in a crossplatform way from TS-Soft (German Forum) modified by me a little... :

Procedure.i CreateDirectoryEx(DirectoryName.s, FileAttribute = #PB_Default) ; Erstellt Verzeichnis, inklusive Übergeordnete

Protected i, c, tmp.s

If Right(DirectoryName, 1) = #PS$
DirectoryName = Left ...
by Bisonte
Sun Mar 01, 2026 9:57 am
Forum: Off Topic
Topic: Please fix this annoyingly slow forum
Replies: 70
Views: 5237

Re: Please fix this annoyingly slow forum

Olli wrote: Sun Mar 01, 2026 9:48 am ...how can I help if I must also click "I do not consent" thausend times....
the best thing is : Don't delete the cookies from purebasic.fr ;)
by Bisonte
Sat Feb 28, 2026 9:33 am
Forum: General Discussion
Topic: App crash
Replies: 1
Views: 211

Re: App crash

It's a corrupt filesystem on disk. it's possible to repair it with dism, but if dism cant repair it, he have to reinstall windows.
by Bisonte
Sun Feb 01, 2026 10:44 am
Forum: Feature Requests and Wishlists
Topic: UserResidents
Replies: 2
Views: 2483

Re: UserResidents

A little question : Why you need another path ?
by Bisonte
Fri Jan 30, 2026 7:58 am
Forum: Feature Requests and Wishlists
Topic: Requested API Structure and constants
Replies: 86
Views: 222998

Re: Requested API Structure and constants

Rinzwind wrote: Fri Jan 30, 2026 5:36 am ...
Should be a public github project I guess with strict and useful doc with translation rules (or even automated)?
It is... see Freds post earlier :
If you can, feel free to create patch for these adds, directly on https://github.com/fantaisie-software/purebasic (located in Residents/ dir)
by Bisonte
Fri Jan 30, 2026 7:55 am
Forum: Announcement
Topic: PureBasic 6.30 is out !
Replies: 187
Views: 71440

Re: PureBasic 6.30 beta 4 is ready !

akee wrote: Fri Jan 30, 2026 7:52 am
Fred wrote: Fri Nov 07, 2025 9:28 amGood idea
Will 6.40 be able to read .res files from the folder ../PureBasic/Residents/UserResidents if you create it?
Currently 6.30 does not.

Thanks.
I made Userlibries with .res files and they work... so you did something wrong I think...
by Bisonte
Fri Jan 30, 2026 7:50 am
Forum: Tricks 'n' Tips
Topic: Free RAM in Windows
Replies: 4
Views: 2093

Re: Free RAM in Windows

You mean

Code: Select all

Debug Str(MemoryStatus(#PB_System_FreePhysical) / (1024 * 1024)) + " MB free"
without Windows API ? ;)
by Bisonte
Thu Jan 15, 2026 7:53 am
Forum: Announcement
Topic: PureBasic 6.30 is out !
Replies: 187
Views: 71440

Re: PureBasic 6.30 is out !

threedslider wrote: Thu Jan 15, 2026 1:43 am
So fast for fixing the bugs, it is same as open source in some ways :mrgreen:

And yes it is special version, thanks !
The IDE IS open source :mrgreen:
by Bisonte
Sat Jan 10, 2026 9:01 am
Forum: Off Topic
Topic: The "MERCI" day
Replies: 14
Views: 9803

Re: The "MERCI" day

Nothing to add... Sign ! :mrgreen:
by Bisonte
Wed Dec 24, 2025 11:09 pm
Forum: Coding Questions
Topic: Container color strange behavior [Resolved]
Replies: 2
Views: 388

Re: Container color strange behavior

The cause is your Offset Variable...

you dont see the container at the second stage of your For.. Next loop.

You set the container x out of the panel ;)

OpenWindow(0,0,0,800,600,"Panels",#PB_Window_SystemMenu|#PB_Window_ScreenCentered|#PB_Window_SizeGadget|#PB_Window_MaximizeGadget)

For i = 1 ...
by Bisonte
Tue Dec 23, 2025 7:49 am
Forum: Bugs - Windows
Topic: Issue with SetGadgetState() and SetGadgetItemState() on Windows
Replies: 16
Views: 7420

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

I'll gladly say it again. Get/SetGadgetItemState() is not intended for visibly selecting an item.
It is there to query or set the status of an item. On Listview for multiselect, on ListIcon for
multiselect and checkbox, and on Tree for the checkboxes and whether it is expanded or collapsed.

Look ...
by Bisonte
Fri Dec 19, 2025 10:50 pm
Forum: Bugs - Windows
Topic: Issue with SetGadgetState() and SetGadgetItemState() on Windows
Replies: 16
Views: 7420

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


Hey guys, thanks for looking into this.

Seems this has been broken for a long time. Just went back to 4.61 on Windows and I can reproduce the same issue.
I created most of my GUI apps on Linux, that's why I've never noticed this bug.


I think you misunderstood the logic behind ...
by Bisonte
Tue Dec 02, 2025 6:14 pm
Forum: Coding Questions
Topic: Location of User Defined Pure Libraries
Replies: 6
Views: 724

Re: Location of User Defined Pure Libraries

nope... No File Extensions
by Bisonte
Fri Nov 14, 2025 8:35 am
Forum: The PureBasic Editor
Topic: [IDE-Tool] Templates Backup
Replies: 17
Views: 11463

Re: [IDE-Tool] Templates Backup

HeX0R wrote:but in fact, no one ever even paid me a single beer.
I think I found the answer why this is happend....
BEER-WARE License wrote:...If we meet some day...
You would actually have to go outside for that. :mrgreen: