Page 24 of 25
Re: PureBasic 5.20 beta 20 is out
Posted: Sun Sep 15, 2013 11:47 am
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.
PureBasic 5.20 beta 20 IDE Crash
Posted: Sun Sep 15, 2013 4:15 pm
by jassing
(removed, posted in wrong area)
Re: PureBasic 5.20 beta 20 is out
Posted: Sun Sep 15, 2013 4:32 pm
by skywalk
Interesting, but you should post in the bugs section.
Also, disable Session History in the preferences and see if error continues.
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 5:19 am
by WilliamL
I set my System Preferences to 'Mac App Store and Identified developers' and PB b20 ran fine. No Gatekeeper problems.
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 5:28 am
by Demivec
Fred you forgot to mention 'Named Enumerations' as being a part of the changes in v5.20
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 12:35 pm
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
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 2:23 pm
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)?
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 2:33 pm
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!
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 2:43 pm
by Little John
Demivec & netmaestro, thanks for the information.
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 4:49 pm
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 !
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 5:50 pm
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 !

Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 5:53 pm
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.
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 8:18 pm
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.
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 9:17 pm
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?
Re: PureBasic 5.20 beta 20 is out
Posted: Mon Sep 16, 2013 9:44 pm
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?
