PureBasic 5.60 final is available !
Re: PureBasic 5.60 beta 1 is available
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 !
http://www.purebasic.fr/english/viewtop ... =4&t=67645
Primary this is very interesting on a first look !
- Didelphodon
- PureBasic Expert
- Posts: 450
- Joined: Sat Dec 18, 2004 11:56 am
- Location: Vienna - Austria
- Contact:
Re: PureBasic 5.60 beta 1 is available
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.
But at least I can compile and use the new features now. 
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.


Go, tell it on the mountains.
Re: PureBasic 5.60 beta 1 is available
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,
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
beta 2 is available !
Re: PureBasic 5.60 beta 2 is available
Thanks FredFred wrote:beta 2 is available !
What's new / bugfixes in this beta 2 ?

Re: PureBasic 5.60 beta 2 is available
Marcus,
looking above on the first posting and in the bug threads its are marked as [Done]
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.
Re: PureBasic 5.60 beta 2 is available
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
Re: PureBasic 5.60 beta 2 is available
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
Now it is the error back again. What a shame.
Regards,
hjf
Re: PureBasic 5.60 beta 2 is available
@hjf
It is a little more as difficult debugging PB, i think
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.
- Andre
- 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
I just tested the beta2 of PB5.60 with my >50,000 lines project and all is working fine 
So thank you for the update!
(still need to try the new features, as soon as possible...)

So thank you for the update!

(still need to try the new features, as soon as possible...)
Re: PureBasic 5.60 beta 2 is available
@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
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
Hang on... are you now saying these are NOT deprecated after allFred wrote:MenuHeight(), StatusBarHeight() and ToolBarHeight() are back (like before)

Re: PureBasic 5.60 beta 2 is available
Yes!Dude wrote:Hang on... are you now saying these are NOT deprecated after allFred wrote:MenuHeight(), StatusBarHeight() and ToolBarHeight() are back (like before)

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 

Re: PureBasic 5.60 beta 2 is available
Awesome!TI-994A wrote:Yes!

Re: PureBasic 5.60 beta 2 is available
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)


