PureBasic 5.20 beta 20 is out

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureBasic 5.20 beta 20 is out

Post by luis »

Fred wrote: we are really reaching the end of the tunnel :)
You said beta 13 could have been the last one, and you saw how many juicy bugs popped off for 6 more beta (equivalent to another 50% extension of beta testing time up to now).
No much sense in calling it final if bugs are still flowing in right ?

Also: thanks for your work, sure. This is shaping up as a really interesting release.
"Have you tried turning it off and on again ?"
A little PureBasic review
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

PureBasic 5.20 beta 20 IDE Crash

Post by jassing »

(removed, posted in wrong area)
Last edited by jassing on Sun Sep 15, 2013 6:00 pm, edited 1 time in total.
User avatar
skywalk
Addict
Addict
Posts: 4210
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: PureBasic 5.20 beta 20 is out

Post by skywalk »

Interesting, but you should post in the bugs section.
Also, disable Session History in the preferences and see if error continues.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
WilliamL
Addict
Addict
Posts: 1252
Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA

Re: PureBasic 5.20 beta 20 is out

Post by WilliamL »

I set my System Preferences to 'Mac App Store and Identified developers' and PB b20 ran fine. No Gatekeeper problems.
MacBook Pro-M1 (2021), Sequoia 15.4, PB 6.20
User avatar
Demivec
Addict
Addict
Posts: 4259
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: PureBasic 5.20 beta 20 is out

Post by Demivec »

Fred you forgot to mention 'Named Enumerations' as being a part of the changes in v5.20
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: PureBasic 5.20 beta 20 is out

Post by Tenaja »

Demivec wrote:Fred you forgot to mention 'Named Enumerations' as being a part of the changes in v5.20
That is not a new feature...just a bug fix. Fred does not enumerate bug fixes.

Here is the original request, where Fred says he'll implement it:
http://www.purebasic.fr/english/viewtopic.php?p=133996
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.20 beta 20 is out

Post by Little John »

Tenaja wrote:
Demivec wrote:Fred you forgot to mention 'Named Enumerations' as being a part of the changes in v5.20
That is not a new feature...just a bug fix. Fred does not enumerate bug fixes.
Named Enumerations are not new in version 5.20? So when have they been introduced (I must have missed that)?
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: PureBasic 5.20 beta 20 is out

Post by netmaestro »

No, they're new with 5.20. The request is old but that's common.

Slightly offtopic but I can't make a new topic about this without messing it up: My postcount is a great old processor!
BERESHEIT
Little John
Addict
Addict
Posts: 4775
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: PureBasic 5.20 beta 20 is out

Post by Little John »

Demivec & netmaestro, thanks for the information.
Last edited by Little John on Mon Sep 16, 2013 4:55 pm, edited 1 time in total.
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureBasic 5.20 beta 20 is out

Post by luis »

netmaestro wrote: Slightly offtopic but I can't make a new topic about this without messing it up: My postcount is a great old processor!
Now you have to use only private messages forever !
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
kenmo
Addict
Addict
Posts: 2032
Joined: Tue Dec 23, 2003 3:54 am

Re: PureBasic 5.20 beta 20 is out

Post by kenmo »

Thanks for Beta 20! (Is this a beta record?)
luis wrote:
netmaestro wrote: Slightly offtopic but I can't make a new topic about this without messing it up: My postcount is a great old processor!
Now you have to use only private messages forever !
:lol:
sec
Enthusiast
Enthusiast
Posts: 792
Joined: Sat Aug 09, 2003 3:13 am
Location: 90-61-92 // EU or ASIA
Contact:

Re: PureBasic 5.20 beta 20 is out

Post by sec »

Only update when and only when, they have fixed memory leak:
1. http://purebasic.fr/english/viewtopic.php?f=13&t=56661
2. http://purebasic.fr/english/viewtopic.php?f=13&t=56663

This DOES NOT happen in C, only happen in PB. Please don't talk us it is OS limition.

Thanks.
User_Russian
Addict
Addict
Posts: 1517
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: PureBasic 5.20 beta 20 is out

Post by User_Russian »

Fred wrote:Added: #PB_EventType_Focus and #PB_EventType_LostFocus support to EditorGadget()
Add please also #PB_EventType_RightClick.
It is necessary to display the popup menu.
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Re: PureBasic 5.20 beta 20 is out

Post by USCode »

User_Russian wrote:
Fred wrote:Added: #PB_EventType_Focus and #PB_EventType_LostFocus support to EditorGadget()
Add please also #PB_EventType_RightClick.
It is necessary to display the popup menu.
It seems to me we should be able to Right-Click on ANY Gadget?
User_Russian
Addict
Addict
Posts: 1517
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: PureBasic 5.20 beta 20 is out

Post by User_Russian »

USCode wrote:
User_Russian wrote:
Fred wrote:Added: #PB_EventType_Focus and #PB_EventType_LostFocus support to EditorGadget()
Add please also #PB_EventType_RightClick.
It is necessary to display the popup menu.
It seems to me we should be able to Right-Click on ANY Gadget?
PB generates the event #PB_EventType_RightClick for any gadget? :wink: :D
Post Reply