Search found 504 matches

by akee
Mon Mar 09, 2026 9:52 am
Forum: Feature Requests and Wishlists
Topic: Wishlist for PB 7.0 :)
Replies: 63
Views: 21646

Re: Wishlist for PB 7.0 :)

It would be nice to see a more flexible and extensive gadget theming (ex StringGadget's border's tips (rounded/sharp) & color, padding etc...) without setting a callback to Win32.
by akee
Sat Jan 31, 2026 3:10 pm
Forum: Feature Requests and Wishlists
Topic: UserResidents
Replies: 2
Views: 2499

UserResidents

Please allow constants (.res] files to be included from:

Code: Select all

../PureBasic/Residents/UserResidents
Thank you.
by akee
Fri Jan 30, 2026 7:52 am
Forum: Announcement
Topic: PureBasic 6.30 is out !
Replies: 187
Views: 71633

Re: PureBasic 6.30 beta 4 is ready !

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.
by akee
Mon Jan 12, 2026 4:43 pm
Forum: Announcement
Topic: PureBasic 6.30 is out !
Replies: 187
Views: 71633

Re: PureBasic 6.30 is out !

Thanks Fred & team.
by akee
Fri Nov 07, 2025 8:25 am
Forum: Announcement
Topic: PureBasic 6.30 is out !
Replies: 187
Views: 71633

Re: PureBasic 6.30 beta 4 is ready !

Hi Fred,
It would be nice to have ../PureBasic/Residents/UserResidents folder for constants. Something like ../PureBasic/PureLibraries/UserLibraries folder for libraries.

PureLibrary has made my programming journey so much more pleasant. Thank you.
by akee
Fri Oct 24, 2025 6:01 pm
Forum: Announcement
Topic: PureBasic 6.30 is out !
Replies: 187
Views: 71633

Re: PureBasic 6.30 beta 4 is ready !

Thanks PB team...
by akee
Mon Sep 01, 2025 8:50 pm
Forum: Announcement
Topic: PureBasic 6.30 is out !
Replies: 187
Views: 71633

Re: PureBasic 6.30 beta 1 is ready !

thanks PB team.

if possible, can update LoadMesh() to read mesh files version 1.41?
by akee
Sun Aug 24, 2025 7:06 pm
Forum: Feature Requests and Wishlists
Topic: Ogre's LoadMesh() needs an update.
Replies: 0
Views: 2096

Ogre's LoadMesh() needs an update.

I have a few .mesh files that are version 1.41. PB's LoadMesh() is unable to open them.
by akee
Tue Jun 10, 2025 11:45 am
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 170
Views: 82104

Re: PureBasic 6.21 is out !

Thanks Fred.
by akee
Mon May 05, 2025 3:20 pm
Forum: Announcement
Topic: PureBasic 6.21 is out !
Replies: 170
Views: 82104

Re: PureBasic 6.21 beta 8 is out !

Thanks Fred... :D
by akee
Thu Feb 27, 2025 5:08 pm
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 110893

Re: PureBasic 6.20 is out !

thanks breeze4me... your code works.
by akee
Thu Feb 27, 2025 11:04 am
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 110893

Re: PureBasic 6.20 is out !

Just checking, PureLibrary does not support inline assembly yet right?
Compiling this old code returns an error.

; QuickHelp GetCPUID() - Returns the CPU's Processor ID.
ProcedureDLL$ GetCPUID()
Protected tmp_HiBits.l
Protected tmp_LoBits.l
Protected tmp_Serial.q
! mov eax, 01h
! cpuid
! mov ...
by akee
Mon Feb 17, 2025 7:32 am
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 110893

Re: PureBasic 6.20 is out !

SPH wrote: Sat Feb 15, 2025 12:18 am And now, what will PB 6.30 bring?
Your TO DO List
Mobile apps development.
by akee
Fri Feb 14, 2025 12:02 pm
Forum: Announcement
Topic: PureBasic 6.20 is out !
Replies: 148
Views: 110893

Re: PureBasic 6.20 is out !

<3... thanks!