Page 2 of 4
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 1:30 pm
by Fred
Bullet is known to be more reliable, faster and offer more features (like soft surface, fluid etc.)
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 2:16 pm
by Trond
Fred wrote:Bullet is known to be more reliable, faster and offer more features (like soft surface, fluid etc.)
Thanks, sound good.
But: I don't like the new tabs. I realize there is a problem with using the real panel gadget, but please at least get the colours from the theme. Like:
#COLOR_3DSHADOW or #COLOR_3DDKSHADOW for the outline (instead of black).
#COLOR_HIGHLIGHT to get the hue for the hover tint color (instead of predefined blue).
#COLOR_3DFACE to get the hue for the gradient color (instead of grey).
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 3:15 pm
by AND51
fr34k wrote:Code: Select all
- changed FindString() 'StartPosition' parameter to be optional
Wohoooo! Finally!

Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 3:18 pm
by Trond
The font used in the manual in the parameters tables is very big here (much bigger than the normal surrounding text). You may want to review that.
The new canvas is white by default. This creates a possibility for confusion when trying to draw text, which is also white by default. You may want to consider leaving it black for consistency with images.
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 5:34 pm
by Polo
The CanvasGadget looks really nice indeed, good work!
Glad to see the blurred font bug is fixed, too

Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 6:05 pm
by USCode
Please update the SQLite library to use the latest release, looks like the library is still at 3.6.23.1. There's been 7 releases since then and is now at 3.7.5. Thanks!
As a business applications developer and this is mostly a 3D release there's not much here for me. Does that mean the next release will have more enhancements for folks that develop applications and not games? =)
For example, I'd love to see authentication added to the Mail library. Right now without authentication the Mail library is useless if your ISP requires it. Isn't that most of us???
I believe adding a simple AUTH LOGIN user/password authentication (required by my ISP) command, followed by the user and password in Base64, is all it would take?
ZIP library support would be handy as well. Oh, and ... ...

Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 6:06 pm
by Rook Zimbabwe
Thank the PB Crew and Fred for all this fine work! I have been looking forward to this release!

Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 6:22 pm
by Polo

I get this error from time to time in the IDE. Didnt manage to reproduce it on purpose so I can't help on debugging.
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 6:31 pm
by link0101
Thanks gang, on April 1 I was half asleep and calenderically unaware when I ran to the download page only to find I had been fooled. So I almost didn't check today when much to my surprise there was indeed a real copy of PB 460. Now I feel less like an idiot, jk. Love the new tabs look, makes it easier to see what tab your on and stands out better from the background. And the new 3D commands, can I say Happy birthday to all of us(its my gfs bday today). again thank you guys you are the best. Now all I need is more Demo code to play with, (hint hint)
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 6:42 pm
by srod
Polo wrote:
I get this error from time to time in the IDE. Didnt manage to reproduce it on purpose so I can't help on debugging.
I get the error as well on occasion.
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 7:47 pm
by PureLeo
Awesome news

Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 7:52 pm
by EdzUp
Is the new update unified across ALL platforms (Window, OSX and Linux) or is it specific to one platform?
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 8:50 pm
by Trond
Polo wrote:The CanvasGadget looks really nice indeed, good work!
Glad to see the blurred font bug is fixed, too

It's not fixed!
http://www.purebasic.fr/english/viewtop ... 66#p350366
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 8:50 pm
by c4s
EdzUp wrote:Is the new update unified across ALL platforms (Window, OSX and Linux) or is it specific to one platform?
As you can see here:
http://purebasic.com/news.php all releases from version 4.10 on are unified. There is also a blog post (
http://www.purebasic.fr/blog/?m=200808) that underlines that all feature releases will be unified as well...
Re: PureBasic 4.60 Beta 1 released! (for real)
Posted: Mon Apr 04, 2011 8:59 pm
by EdzUp
Having actually used PB after 4.1 it wasnt unified in the 3d department hence my numerous requests for Fred to unify it, he does appear to have done it this time though as the commands do seem to work the same on Windows/Mac and Linux
