PureBasic 5.60 final is available !

Developed or developing a new product in PureBasic? Tell the world about it.
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: PureBasic 5.60 beta 1 is available

Post by walbus »

It looks, the ImageFame feature is available also not only for GIF

http://www.purebasic.fr/english/viewtop ... =4&t=67645

Primary this is very interesting on a first look !
User avatar
Didelphodon
PureBasic Expert
PureBasic Expert
Posts: 450
Joined: Sat Dec 18, 2004 11:56 am
Location: Vienna - Austria
Contact:

Re: PureBasic 5.60 beta 1 is available

Post by Didelphodon »

Thx for the update!

However, is there ever going to be a solution for http://www.purebasic.fr/english/viewtop ... =4&t=66994? I cannot compile any of my projects since multiple releases, now, and everything I tried so far didn't work out as a workaround. :-(

UPDATE: Figured out a workaround for me now! I replaced all uses of ~"...\"..." with their according counterparts "..." + chr(34) + "...". Sounds easy but was a huge pile of work (~20.000 lines of code) and has a high potential of having it messed up somewhere. :cry: But at least I can compile and use the new features now. :P
Go, tell it on the mountains.
bal
New User
New User
Posts: 7
Joined: Fri Sep 03, 2010 6:15 pm

Re: PureBasic 5.60 beta 1 is available

Post by bal »

Hi,

First of all, thanks for the new beta.

As for the new new ToolBar commands... I think ToolBarButtonText() should be SetToolBarButtonText() and it also would be handy to have a GetToolBarButtonText() pair of it.
Also, a "vertical toolbar" flag would be welcome as well ;)

Cheers,
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.60 beta 2 is available

Post by Fred »

beta 2 is available !
Marc56us
Addict
Addict
Posts: 1600
Joined: Sat Feb 08, 2014 3:26 pm

Re: PureBasic 5.60 beta 2 is available

Post by Marc56us »

Fred wrote:beta 2 is available !
Thanks Fred

What's new / bugfixes in this beta 2 ?

:wink:
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: PureBasic 5.60 beta 2 is available

Post by walbus »

Marcus,
looking above on the first posting and in the bug threads its are marked as [Done]
Last edited by walbus on Mon May 01, 2017 7:08 pm, edited 1 time in total.
User avatar
falsam
Enthusiast
Enthusiast
Posts: 632
Joined: Wed Sep 21, 2011 9:11 am
Location: France
Contact:

Re: PureBasic 5.60 beta 2 is available

Post by falsam »

Thanks Fred for this new beta. Welcome to gifs with transparent backgrounds ^^

➽ Windows 11 64-bit - PB 6.21 x64 - AMD Ryzen 7 - NVIDIA GeForce GTX 1650 Ti

Sorry for my bad english and the Dunning–Kruger effect 🤪
hjf
User
User
Posts: 21
Joined: Sun Nov 23, 2008 3:30 pm
Location: Germany

Re: PureBasic 5.60 beta 2 is available

Post by hjf »

In Beta 1 the Dialog Library works with Menu, Toolbar and Statusbar correct.
Now it is the error back again. What a shame.

Regards,
hjf
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: PureBasic 5.60 beta 2 is available

Post by walbus »

@hjf
It is a little more as difficult debugging PB, i think
Last edited by walbus on Fri Mar 31, 2017 3:55 pm, edited 1 time in total.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2137
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: PureBasic 5.60 beta 2 is available

Post by Andre »

I just tested the beta2 of PB5.60 with my >50,000 lines project and all is working fine :D
So thank you for the update! :mrgreen:
(still need to try the new features, as soon as possible...)
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
walbus
Addict
Addict
Posts: 929
Joined: Sat Mar 02, 2013 9:17 am

Re: PureBasic 5.60 beta 2 is available

Post by walbus »

@Andre
To time the transparence color with the GIF make problems on 560 b2
But this is not so important, i think
http://www.purebasic.fr/english/viewtop ... =4&t=67683
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: PureBasic 5.60 beta 2 is available

Post by Dude »

Fred wrote:MenuHeight(), StatusBarHeight() and ToolBarHeight() are back (like before)
Hang on... are you now saying these are NOT deprecated after all :?:
User avatar
TI-994A
Addict
Addict
Posts: 2698
Joined: Sat Feb 19, 2011 3:47 am
Location: Singapore
Contact:

Re: PureBasic 5.60 beta 2 is available

Post by TI-994A »

Dude wrote:
Fred wrote:MenuHeight(), StatusBarHeight() and ToolBarHeight() are back (like before)
Hang on... are you now saying these are NOT deprecated after all :?:
Yes! :wink:
Texas Instruments TI-99/4A Home Computer: the first home computer with a 16bit processor, crammed into an 8bit architecture. Great hardware - Poor design - Wonderful BASIC engine. And it could talk too! Please visit my YouTube Channel :D
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: PureBasic 5.60 beta 2 is available

Post by Dude »

TI-994A wrote:Yes! :wink:
Awesome! :D
Lebostein
Addict
Addict
Posts: 826
Joined: Fri Jun 11, 2004 7:07 am

Re: PureBasic 5.60 beta 2 is available

Post by Lebostein »

Fred wrote:Hello everyone !

Code: Select all

- ToolBar, Menu and StatusBar are now back in inner window area for all OS (like before)
- MenuHeight(), StatusBarHeight() and ToolBarHeight() are back (like before)
:?: :?: :?: Why? Please explain that back and forth....
Post Reply