Page 4 of 6

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Fri Jun 21, 2019 7:51 pm
by Mijikai
Just tested #Null$ was not fixed.

Re: PureBasic 5.71 beta 1 is out !

Posted: Sat Jun 22, 2019 3:50 am
by useful
Fred wrote:
useful wrote:Great news,
but it is frustrating that

README
INSTALL
checkinstall.sh

in the Linux version still does not correspond to the current state.
True, I will update it
Very, very, very, very much, I hope it ever happens.

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Sat Jun 22, 2019 7:09 pm
by Psychophanta
Looks like a big work. Will try now the result.
:)

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Sun Jun 23, 2019 9:14 am
by RSBasic

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Sun Jun 23, 2019 1:00 pm
by Little John
RSBasic wrote:I have determined the difference between Beta 1 and Beta 2. Bugfixes for Beta 2:
Many thanks, RSBasic! Much appreciated!

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Sun Jun 23, 2019 9:22 pm
by Teddy Rogers
Anyone else noticed a change in the font/scaling size for the tab and panel contents in the latest beta (not tried b1)? The font appears too small compared to 5.70 which, seemed fine to me.

Ted.

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Sat Jul 06, 2019 9:24 pm
by minimy
Thanks PB team for all your excellent job with this great tool!!!!
As always PB is the best! :wink:

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Fri Jul 19, 2019 9:25 pm
by Denimus
Thanks for the fixes!
Maybe some day you could update image library? 32,000 limit is killing :(

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Sat Jul 20, 2019 2:35 am
by BarryG
Denimus wrote:32,000 limit is killing
Apparently you can create >32,000 image widths/heights:

viewtopic.php?f=13&t=70481

See Lord's post there which creates a 100,000 height image.

Re: PureBasic 5.71 LTS beta 2 is out !

Posted: Mon Jul 22, 2019 6:45 pm
by Denimus
BarryG, thank you for your time, it solved problem with CreateImage, but also, in my case, SaveImage physicaly does not allow me to go over 32767 (-_-;) Not considering StartDrawing to ImageOutput doing same. If only it was at least 65535...

Code: Select all

DisableDebugger
If CreateImage(0, 32767+1, 100)
  EnableDebugger
  Debug SaveImage(0, GetUserDirectory(#PB_Directory_Desktop)+"test.bmp")
EndIf

Re: PureBasic 5.71 LTS beta 3 is out !

Posted: Fri Aug 09, 2019 4:32 pm
by Fred

Re: PureBasic 5.71 LTS beta 3 is out !

Posted: Fri Aug 09, 2019 8:05 pm
by Psychophanta
Not a big list , but thanks for the improvements.

Re: PureBasic 5.71 LTS beta 3 is out !

Posted: Fri Aug 09, 2019 8:15 pm
by Bitblazer
Thanks, the 5.71b3 linux x64 doesnt crash anymore with the procedure list open where 5.7 did. But during a test with the new beta 3, i had a modal error window opening behind the ide. That made me think the linux ide totally locked up without a reason, till i spotted the requester behind the IDE. I will try to reproduce the situation later. I may have clicked on the ide while the error requester was open, therefore making the IDE accidentially cover the error window. Clumsy fingers aside, this should not be possible :)

Re: PureBasic 5.71 LTS beta 3 is out !

Posted: Sat Aug 10, 2019 9:38 am
by RSBasic
Thank you very much. Image

Re: PureBasic 5.71 LTS beta 3 is out !

Posted: Sat Aug 10, 2019 11:12 am
by mk-soft
Big Thanks :wink: