Page 1 of 2

PureBasic 3.70 Released

Posted: Sat Jun 07, 2003 3:21 am
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 !

Posted: Sat Jun 07, 2003 5:21 am
by fsw
Thanks Fred 8)

Posted: Sat Jun 07, 2003 6:18 am
by fsw
Fred, the SplitterGadget reminds me of this:

viewtopic.php?t=4893&highlight=splitter

:wink:

Posted: Sat Jun 07, 2003 6:50 am
by eddy
This does not work in 3.70

Code: Select all

*FileList=PanelGadget(0,0,28,100,20)   
ClosePanelGadget()

Posted: Sat Jun 07, 2003 7:03 am
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

Posted: Sat Jun 07, 2003 7:23 am
by eddy
thx ok

Posted: Sat Jun 07, 2003 8:35 am
by WolfgangS
Thank you Fred & all te other diligent helpers ... you folx made a great work !

MFG
:D WolfgangS

Posted: Sat Jun 07, 2003 8:35 am
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 :(

Posted: Sat Jun 07, 2003 10:32 am
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...

Posted: Sat Jun 07, 2003 10:36 am
by gnozal
Ok. Thanks !

Posted: Sat Jun 07, 2003 10:55 am
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.

Posted: Sat Jun 07, 2003 11:15 am
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

Posted: Sat Jun 07, 2003 12:44 pm
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

Posted: Sat Jun 07, 2003 12:46 pm
by Denis
He,


Good work anyway ! :mrgreen: :wink:

Denis

Posted: Sat Jun 07, 2003 1:56 pm
by Jose
Excelent work all, Thanks