PureBasic 3.70 Released

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18207
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

PureBasic 3.70 Released

Post by Fred »

Here it is... Grab it at www.purebasic.com . This release brings a more mature 3D engine, many other new functions (especially gadgets, library and more..), several important compiler fixes (like floats) and an enhaced Visual Designer. We let you discover all that by yourself ;)

Enjoy !
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Thanks Fred 8)
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Fred, the SplitterGadget reminds me of this:

viewtopic.php?t=4893&highlight=splitter

:wink:
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

This does not work in 3.70

Code: Select all

*FileList=PanelGadget(0,0,28,100,20)   
ClosePanelGadget()
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

ClosePanelGadget() is replaced by CloseGadgetList()

so not a separate command is needed for all containergadgets

Terminate the current gadget list creation and go back to the previous GadgetList.
This is especially useful for the following gadgets: - ContainerGadget()
- PanelGadget()
- ScrollAreaGadget()


There is also OpenGadgetList(#Gadget [, Item]) to open a xxxGadget again, and add stuff.

See the history for all changes
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Post by eddy »

thx ok
WolfgangS
Enthusiast
Enthusiast
Posts: 174
Joined: Fri Apr 25, 2003 3:30 pm

Post by WolfgangS »

Thank you Fred & all te other diligent helpers ... you folx made a great work !

MFG
:D WolfgangS
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Thanks for the great update :D.
I really like the OnError stuff (but I can't find OnErrorTest.pb).
I don't see a RichEdit gadget (I am still using El Choni's library), I hope it's for the next release.
BTW, it's getting bigger and bigger ; could you please compact it with RAR (or 7z...) (it would be much smaller !).
Not anyone has a good, fast and reliable internet connection :(
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

EditorGadget is a RichEdit, its functionality will be enhanced in next versions.
But can you use the API richEdit stuff on it...SendMessage...ec...
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Ok. Thanks !
Cor
Enthusiast
Enthusiast
Posts: 124
Joined: Fri Apr 25, 2003 7:52 pm
Location: Netherlands
Contact:

Post by Cor »

Thanks Fred and all others who helped with this great new update. :D

One major minor thing for me :cry:
My program chordplanet does compile with 3.70 but crashes when running. Als the setfont for Listview does not work anymore.

Compiling with 3.62 works ok, an no crashes.
Cor de Visser

Registered PureBasic user

Author of ChordPlanet
Made with PureBasic
http://www.chordplanet.com
Froggerprogger
Enthusiast
Enthusiast
Posts: 423
Joined: Fri Apr 25, 2003 5:22 pm
Contact:

Post by Froggerprogger »

I just read the new gigantic manual and cannot believe it - there are tons of commands I never had used. It's the first time that I'm afraid of PureBasic's power...

huuuuuuuhhuuuu... 8O
%1>>1+1*1/1-1!1|1&1<<$1=1
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

Hi PB team,

what about french doc ?????????????

Deutsch : PureBasic.chm --> 902 KB
English : PureBasic.chm --> 835 KB
French : PureBasic.chm --> 439 KB


May an update soooooooooooooooooooooooooooooooooooon ?


Denis
A+
Denis
Denis
Enthusiast
Enthusiast
Posts: 778
Joined: Fri Apr 25, 2003 5:10 pm
Location: Doubs - France

Post by Denis »

He,


Good work anyway ! :mrgreen: :wink:

Denis
A+
Denis
Jose
User
User
Posts: 34
Joined: Sat Apr 26, 2003 9:20 pm

Post by Jose »

Excelent work all, Thanks
Post Reply