Page 7 of 10

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 11:13 pm
by ts-soft

Code: Select all

- ToolBar, Menu and StatusBar are now back in inner window area for all OS (like before)
Will there be an alternative to using menu, toolbar and/or statusbar in the dialog lib?

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 11:19 pm
by stevie1401
Will in this version the printer bug on linux eliminated?

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 03, 2017 11:54 pm
by ar-s
Do the UseGIFImageEncoder() will be add ?

Re: PureBasic 5.60 beta 2 is available

Posted: Sat Feb 04, 2017 1:52 am
by Dude
Lebostein wrote: :?: :?: :?: Why? Please explain that back and forth....
See the discussion here: http://www.purebasic.fr/english/viewtop ... 13&t=67598

Re: PureBasic 5.60 beta 2 is available

Posted: Sun Feb 05, 2017 8:46 pm
by STARGĂ…TE

Code: Select all

- Added: (IDE) new specific popup menu for file tab to ease source file management
Hi Fred,

thanks for the new beta. Currently the ordering of the Tabs is fixed.
Would it be possible to save also the ordering of the tabs inside the project file, because you can exchange them?

Re: PureBasic 5.60 beta 3 is available

Posted: Wed Feb 08, 2017 8:13 am
by Fred
beta 3 is available ! See first post for changes :)

Re: PureBasic 5.60 beta 3 is available

Posted: Wed Feb 08, 2017 9:34 am
by DK_PETER
- beta 3 is available with the usual bug fixes and it brings new 3D commands:

Code: Select all

- Added: ParticleAcceleration(), ParticleColorFader(), ParticleEmitterAngle()
- Added: #PB_Material_AlphaReject, #PB_Material_TAM and #PB_Material_EnvironmentMap support to SetMaterialAttribute()
- Added: new 'Layer' optional paramater to SetMaterialAttribute()
- Added: new orientation modes for SetNodeAnimationKeyFrameRotation() and AddStaticGeometryEntity()
Awesome! Thank you very much!
I'm totally pleased to see new additions to the PB's 3D part.
This is what makes PureBasic stand out as 'Pure Gold' to people like me! :D

Re: PureBasic 5.60 beta 2 is available

Posted: Thu Feb 09, 2017 12:11 am
by Andre
ts-soft wrote:

Code: Select all

- ToolBar, Menu and StatusBar are now back in inner window area for all OS (like before)
Will there be an alternative to using menu, toolbar and/or statusbar in the dialog lib?
@Fred:
Wouldn't it be a possible solution, to offer an optional flag at window/dialog creation, which takes the toolbar/menu/statusbar out from the inner window area? This would provide the intended solution (implemented in Beta1 from what I can read, haven't tested Beta1 myself) especially useful for users of the Dialog library, but wouldn't break the "old" behaviour used in thousands of "hand-made" GUIs (causing other PB users to complain about the change, which was now reverted in Beta2).

Re: PureBasic 5.60 beta 3 is available

Posted: Fri Feb 10, 2017 9:27 am
by stevie1401
The attachment-bug with sendmail is not changed, unfortunately.
The printer-bug in Linux in not changed, unfortunately.

Re: PureBasic 5.60 beta 3 is available

Posted: Sun Feb 12, 2017 9:08 am
by TroaX
Ok now we can specify the UserAgent for HTTP-Request ... Top!

But is it possible to implement the opportunity to specify the Request-Method and the Request-Body? Or handling with cookies? Other Libraries for other Languages can do this, too. I want use REST-Services ;)

Re: PureBasic 5.60 beta 3 is available

Posted: Mon Feb 13, 2017 7:25 pm
by pwd
Ah, my dream of OpenGLGadget support added to Dialog library did not come true in 5.60 :(
And I can't believe that this tiny request wasn't closed yet too.
Anyway, GJ with new features.

Re: PureBasic 5.60 beta 4 is available

Posted: Wed Feb 15, 2017 5:17 pm
by Fred
beta 4 is available with some more bug fixes !

Re: PureBasic 5.60 beta 4 is available

Posted: Fri Feb 17, 2017 8:21 am
by stevie1401
Bugs in Linux Mint 18 with the beta 4:
If I press ther "enter" or "return" key always are inserted a new line over a procedure. (Only with 5.60 b4)
If I press the "arrow down" key the IDE ends. (Also with 5.4x)

The Printerbug with Linux is not fixed.

Re: PureBasic 5.60 beta 4 is available

Posted: Fri Feb 17, 2017 8:25 am
by netmaestro
Bugs in Linux Mint 18 with the beta 4:
We have a bugs forum for each OS. If you use them for this kind of thing your report is much more likely to be seen and acted upon by the team. This Announcement post is only meant for comments relating to new features available in the beta release.

Re: PureBasic 5.60 beta 2 is available

Posted: Fri Feb 17, 2017 11:47 pm
by Seymour Clufley
ar-s wrote:Do the UseGIFImageEncoder() will be add ?
I hate to seem ungrateful for the work already done, but can Fred or Freak say whether GIF encoding will be added in future?