New time soon until the age of 6 .... PB Viva, Viva :D
PureBasic 5.00 beta 3
Re: PureBasic 5.00 beta 3
Here we enter the new era, that of 5.xxxx ...
New time soon until the age of 6 .... PB Viva, Viva :D

New time soon until the age of 6 .... PB Viva, Viva :D
Sorry for my english
! (Windows Xp, Vista and Windows 7, Windows 10)
Re: PureBasic 5.00 beta 3
First Just download the english version, install im and change the name of chm. Second part download the with option french.... and you have the old french chm and the new english chm (renamed). 
Sorry for my english
! (Windows Xp, Vista and Windows 7, Windows 10)
- grabiller
- Enthusiast

- Posts: 309
- Joined: Wed Jun 01, 2011 9:38 am
- Location: France - 89220 Rogny-Les-Septs-Ecluses
- Contact:
Re: PureBasic 5.00 beta 3
Hmm, is there a list of the new commands somewhere ?Fred wrote:../.. - doc is finished (english only), useful to test the new commands
I'd like to test the new commands but.. which commands are new ?
Thanks.
guy rabiller | radfac founder / ceo | raafal.org
-
MachineCode
- Addict

- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: PureBasic 5.00 beta 3
Read the first post in this thread again.grabiller wrote:is there a list of the new commands somewhere ?
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
- grabiller
- Enthusiast

- Posts: 309
- Joined: Wed Jun 01, 2011 9:38 am
- Location: France - 89220 Rogny-Les-Septs-Ecluses
- Contact:
Re: PureBasic 5.00 beta 3
Right, thanks.MachineCode wrote:Read the first post in this thread again.grabiller wrote:is there a list of the new commands somewhere ?
That said, as a suggestion, it could be great to have a "What's New" chapter in the documentation of each version.
Or did I missed that too ? :-]
guy rabiller | radfac founder / ceo | raafal.org
-
MachineCode
- Addict

- Posts: 1482
- Joined: Tue Feb 22, 2011 1:16 pm
Re: PureBasic 5.00 beta 3
There is, in each stable release. Beta releases don't get those.grabiller wrote:it could be great to have a "What's New" chapter in the documentation of each version.
Microsoft Visual Basic only lasted 7 short years: 1991 to 1998.
PureBasic: Born in 1998 and still going strong to this very day!
PureBasic: Born in 1998 and still going strong to this very day!
- grabiller
- Enthusiast

- Posts: 309
- Joined: Wed Jun 01, 2011 9:38 am
- Location: France - 89220 Rogny-Les-Septs-Ecluses
- Contact:
Re: PureBasic 5.00 beta 3
I'm looking at the v4.61 chm right now but I don't see such chapter, is it a separate document ?MachineCode wrote:There is, in each stable release. Beta releases don't get those.grabiller wrote:it could be great to have a "What's New" chapter in the documentation of each version.
guy rabiller | radfac founder / ceo | raafal.org
Re: PureBasic 5.00 beta 3
History?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

- grabiller
- Enthusiast

- Posts: 309
- Joined: Wed Jun 01, 2011 9:38 am
- Location: France - 89220 Rogny-Les-Septs-Ecluses
- Contact:
Re: PureBasic 5.00 beta 3
I definitely need some sleep.ts-soft wrote:History?
Thanks
guy rabiller | radfac founder / ceo | raafal.org
- grabiller
- Enthusiast

- Posts: 309
- Joined: Wed Jun 01, 2011 9:38 am
- Location: France - 89220 Rogny-Les-Septs-Ecluses
- Contact:
Re: PureBasic 5.00 beta 3
A suggestion for 2D Drawing in future releases:
Text drawing is anti-aliased on Linux and Mac OS/X but not on Windows, and primitives drawing (rounded box, .. ) are not anti-aliased at all.
While we can use GDI+ on Windows, and certainly specific APIs on Linux and Mac OS/X, perhaps it could be a good idea to add anti-aliased text and primitives drawing natively in PureBasic and on all 3 platforms.
This could significantly enhance 2d drawing quality in all kinds of PureBasic applications.
Text drawing is anti-aliased on Linux and Mac OS/X but not on Windows, and primitives drawing (rounded box, .. ) are not anti-aliased at all.
While we can use GDI+ on Windows, and certainly specific APIs on Linux and Mac OS/X, perhaps it could be a good idea to add anti-aliased text and primitives drawing natively in PureBasic and on all 3 platforms.
This could significantly enhance 2d drawing quality in all kinds of PureBasic applications.
guy rabiller | radfac founder / ceo | raafal.org
Re: PureBasic 5.00 beta 3
I believe on Windows text is anti aliased if some OS settings are turned on.grabiller wrote:While we can use GDI+ on Windows, and certainly specific APIs on Linux and Mac OS/X, perhaps it could be a good idea to add anti-aliased text and primitives drawing natively in PureBasic and on all 3 platforms.
That'd be great to have anti aliased primitives though!
Re: PureBasic 5.00 beta 3
Wouldn't that break compatibility with DrawingMode and CustomFilterCallback ?Polo wrote:That'd be great to have anti aliased primitives though!
- grabiller
- Enthusiast

- Posts: 309
- Joined: Wed Jun 01, 2011 9:38 am
- Location: France - 89220 Rogny-Les-Septs-Ecluses
- Contact:
Re: PureBasic 5.00 beta 3
Not if it is added as an option like with a #PB_2DDrawing_AntiAliased flag for DrawingMode(), I guess ?wilbert wrote:Wouldn't that break compatibility with DrawingMode and CustomFilterCallback ?Polo wrote:That'd be great to have anti aliased primitives though!
guy rabiller | radfac founder / ceo | raafal.org
- netmaestro
- PureBasic Bullfrog

- Posts: 8452
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: PureBasic 5.00 beta 3
The default font for DrawText() on Windows is a 30-year-old system font that isn't antialiased. If you load another font such as arial etc. and set it with DrawingFont() before calling DrawText() your text will be antialiased. Afaik in the case of primitives it is on the todo list for the future. It just didn't make it in to the massive overhaul of the 2ddrawing library that occurred in 4.40.Text drawing is anti-aliased on Linux and Mac OS/X but not on Windows
BERESHEIT
