Page 6 of 10

Re: PureBasic 5.60 beta 1 is available

Posted: Mon Jan 30, 2017 1:55 pm
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 !

Re: PureBasic 5.60 beta 1 is available

Posted: Mon Jan 30, 2017 2:09 pm
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

Re: PureBasic 5.60 beta 1 is available

Posted: Tue Jan 31, 2017 12:32 am
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,

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 02, 2017 11:13 am
by Fred
beta 2 is available !

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 02, 2017 11:39 am
by Marc56us
Fred wrote:beta 2 is available !
Thanks Fred

What's new / bugfixes in this beta 2 ?

:wink:

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 02, 2017 11:47 am
by walbus
Marcus,
looking above on the first posting and in the bug threads its are marked as [Done]

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 02, 2017 11:56 am
by falsam
Thanks Fred for this new beta. Welcome to gifs with transparent backgrounds ^^

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 02, 2017 6:56 pm
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

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 02, 2017 7:33 pm
by walbus
@hjf
It is a little more as difficult debugging PB, i think

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 02, 2017 11:58 pm
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...)

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 12:31 am
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

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 10:52 am
by Dude
Fred wrote:MenuHeight(), StatusBarHeight() and ToolBarHeight() are back (like before)
Hang on... are you now saying these are NOT deprecated after all :?:

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 11:36 am
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:

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 11:57 am
by Dude
TI-994A wrote:Yes! :wink:
Awesome! :D

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 10:54 pm
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....