PureBasic 6.21 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
gurj
Enthusiast
Enthusiast
Posts: 693
Joined: Thu Jan 22, 2009 3:48 am
Location: china
Contact:

Re: PureBasic 6.21 beta 7 is out !

Post by gurj »

It is recommended that PB will no longer post the beta version. For example, full version 6.20, 6.30, indicating that the official ourselves have a bigger more rigorous improvement.
full version 6.3 * represents small improvements. When users have small requirements and expectations, you can choose it.
my pb for chinese:
http://ataorj.ys168.com
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.21 beta 7 is out !

Post by mk-soft »

Thanks Fred,

But please don't forget linux bug viewtopic.php?t=86778
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PureBasic 6.21 beta 7 is out !

Post by mk-soft »

gurj wrote: Wed Apr 30, 2025 10:48 pm It is recommended that PB will no longer post the beta version. For example, full version 6.20, 6.30, indicating that the official ourselves have a bigger more rigorous improvement.
full version 6.3 * represents small improvements. When users have small requirements and expectations, you can choose it.
Who recommended not to release beta anymore.
We as a community support Fred in testing and finding errors with the PureBasic Beta versions.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 6.21 beta 7 is out !

Post by Little John »

I doubt that Mr. gurj knows what a beta version is ...
User avatar
marcoagpinto
Addict
Addict
Posts: 1039
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: PureBasic 6.21 beta 7 is out !

Post by marcoagpinto »

Thanks, Fred,

But please don't forget Linux bug: viewtopic.php?t=86754
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.21 beta 7 is out !

Post by Quin »

Little John wrote: Thu May 01, 2025 5:02 am I doubt that Mr. gurj knows what a beta version is ...
I think you're right, they seemed to be referring to minor versions, like 6.21, 6.22, etc...
For what reason? I do not know. :mrgreen:
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 6.21 beta 7 is out !

Post by Little John »

I tested several source codes with PB 6.21 beta 7 (x64) on Windows 11, and did not encounter any problems. :thumbsup:
Many thanks :!:
miso
Enthusiast
Enthusiast
Posts: 409
Joined: Sat Oct 21, 2023 4:06 pm
Location: Hungary

Re: PureBasic 6.21 beta 7 is out !

Post by miso »

Thanks. My codes compile and work with beta 7.
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.21 beta 7 is out !

Post by Quin »

I've compiled multiple large applications that use many internal PB libraries, as well as many API calls with beta7 on both Windows 10/11 IoT LTSC and macOS 15 :)
No issues.
User avatar
DeanH
Enthusiast
Enthusiast
Posts: 274
Joined: Wed May 07, 2008 4:57 am
Location: Adelaide, South Australia
Contact:

Re: PureBasic 6.21 beta 7 is out !

Post by DeanH »

I just noticed the icons displayed with MenuItemImage are no longer a set size. Menubar dropdowns are showing varying size icons. Documentation still says the icons should be 16 x 16. I gather this is a new change.
The icon images in my programs are loaded with

Code: Select all

	Manualsicon:
	IncludeBinary "Stock\book-ico.ico"
and displayed with (example)

Code: Select all

If CreateImageMenu(0,WindowID(MainMenu))
	MenuTitle("File")
	MenuItem(31000,"Circulation",ImageID(Manualsicon))
	MenuItem(31001,"Search",ImageID(searchicon))
	MenuBar()
	MenuItem(#EXITBUTTON,"Close",ImageID(exiticon))
	MenuTitle("Edit")
	MenuItemImage(9272,"Backup",?mainmenubackupicon)
	MenuTitle("View")
	;MenuItemImage(9266,"Help desk message",?mainmenunotepadicon)
EndIf
Most of the icons are ico type. I tried ResizeImage but it returns an error saying the image type cannot be resized.
Is there any way to fix the icon size to 16x16?
User avatar
Blue
Addict
Addict
Posts: 964
Joined: Fri Oct 06, 2006 4:41 am
Location: Canada

Re: PureBasic 6.21 beta 7 is out !

Post by Blue »

Thank you Fred... and Chapeau ! :thumbsup:
I truly admire and appreciate your determination to quash those bugs. :shock:
It's getting harder and harder for them to hide... :evil:
Keep it up.
Last edited by Blue on Fri May 02, 2025 5:30 pm, edited 1 time in total.
PB Forums : Proof positive that 2 heads (or more...) are better than one :idea:
User avatar
Skipper
User
User
Posts: 40
Joined: Thu Dec 19, 2024 1:26 pm
Location: NW-Europe

Re: PureBasic 6.21 beta 7 is out !

Post by Skipper »

Thanks, Fred! I, too, find your bug squatting frenzy quite impressive lately, well done! :D
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 6.21 beta 8 is out !

Post by Fred »

Two more fixes to test before going final:

Bugfixes for this version:This list was created automatically. All updated bug threads from the date of the last final version have been determined.
Quin
Addict
Addict
Posts: 1122
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: PureBasic 6.21 beta 8 is out !

Post by Quin »

Very nice work Fred, thanks!
User avatar
diceman
User
User
Posts: 64
Joined: Tue Apr 10, 2018 9:42 pm

Re: PureBasic 6.21 beta 8 is out !

Post by diceman »

Thanks a lot, my favorite patch so far!
Awesome work, Fred. :) 8)
Now these points of data make a beautiful line,
And we're out of Beta, we're releasing on time.
Post Reply