Developed or developing a new product in PureBasic? Tell the world about it.
luis
Addict
Posts: 3893 Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy
Post
by luis » Sun Sep 15, 2013 11:47 am
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.
jassing
Addict
Posts: 1885 Joined: Wed Feb 17, 2010 12:00 am
Post
by jassing » Sun Sep 15, 2013 4:15 pm
(removed, posted in wrong area)
Last edited by
jassing on Sun Sep 15, 2013 6:00 pm, edited 1 time in total.
skywalk
Addict
Posts: 4210 Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA
Post
by skywalk » Sun Sep 15, 2013 4:32 pm
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
Posts: 1252 Joined: Mon Aug 04, 2008 10:56 pm
Location: Seattle, USA
Post
by WilliamL » Mon Sep 16, 2013 5:19 am
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
Demivec
Addict
Posts: 4259 Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA
Post
by Demivec » Mon Sep 16, 2013 5:28 am
Fred you forgot to mention 'Named Enumerations' as being a part of the changes in v5.20
Tenaja
Addict
Posts: 1959 Joined: Tue Nov 09, 2010 10:15 pm
Post
by Tenaja » Mon Sep 16, 2013 12:35 pm
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
Posts: 4775 Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany
Post
by Little John » Mon Sep 16, 2013 2:23 pm
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)?
netmaestro
PureBasic Bullfrog
Posts: 8451 Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada
Post
by netmaestro » Mon Sep 16, 2013 2:33 pm
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
Posts: 4775 Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany
Post
by Little John » Mon Sep 16, 2013 2:43 pm
Demivec & netmaestro, thanks for the information.
Last edited by
Little John on Mon Sep 16, 2013 4:55 pm, edited 1 time in total.
luis
Addict
Posts: 3893 Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy
Post
by luis » Mon Sep 16, 2013 4:49 pm
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 !
kenmo
Addict
Posts: 2032 Joined: Tue Dec 23, 2003 3:54 am
Post
by kenmo » Mon Sep 16, 2013 5:50 pm
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 !
User_Russian
Addict
Posts: 1517 Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia
Post
by User_Russian » Mon Sep 16, 2013 8:18 pm
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
Posts: 923 Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle
Post
by USCode » Mon Sep 16, 2013 9:17 pm
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
Posts: 1517 Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia
Post
by User_Russian » Mon Sep 16, 2013 9:44 pm
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?