Enjoy !
PureBasic 3.70 Released
PureBasic 3.70 Released
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 !
Enjoy !
This does not work in 3.70
Code: Select all
*FileList=PanelGadget(0,0,28,100,20)
ClosePanelGadget()
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
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
Berikco
-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Thanks for the great update
.
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
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
Thanks Fred and all others who helped with this great new update.
One major minor thing for me
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.
One major minor thing for me
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
Registered PureBasic user
Author of ChordPlanet
Made with PureBasic
http://www.chordplanet.com
-
Froggerprogger
- Enthusiast

- Posts: 423
- Joined: Fri Apr 25, 2003 5:22 pm
- Contact:


