PureBasic 4.00 - Beta 4

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

PureBasic 4.00 - Beta 4

Post by Fred »

Hi there,

Here the fourth beta of PB4, which brings an important thing: a preview of the help file. It's not 100% finished, but all the library docs should be upto date, and the main topics about the new features should be complete as well. As usual, a lot of bugs have been squashed since the last beta. We also consider this version as 'reliable', so it should be safe to switch now if you want to, as it will help make the final release better. Other changes are:

Code: Select all

- DisableToolBarButton() and ToolBarToolTips() now take a new parameter
- 2 new pseudotypes: p-utf8 and p-variant (direct variant structure as parameter, useful for COM functions)
- GetGadgetItemAttribute(#Gadget, 0, #PB_ListIcon_ColumnWidth, 2)    ; return width of column 2
- SetGadgetItemAttribute(#Gadget, 0, #PB_ListIcon_ColumnWidth, 100, 2) ; set width of column 2 to 100
- GetGadgetItemText(#Gadget, -1, 2)             ; return header text for column 2
- SetGadgetItemText(#Gadget, -1, "New Text", 2) ; change header text for column 2
- The debugger has now the 'Step over' and 'Step out' features.
- The famous help file
Have fun !

The Fantaisie Software Team.
Last edited by Fred on Fri Mar 03, 2006 12:50 am, edited 1 time in total.
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

Alrighty then! (off to download such)

TIA for the quick beta bug fixes, etc.

*thumbs up*
Intrigued - Registered PureBasic, lifetime updates user
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

Post by Killswitch »

*drools slightly*

Next step PB v4.0 final?
~I see one problem with your reasoning: the fact is thats not a chicken~
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

Here are some questions, sticking points I meant to address earlier in the beta vetting:

1. The ability to F7 and quickly choose to create either a .exe or .dll

2. Where is the area that allows for external Help files to be quickly viewed?

Both of these are present in PB 3.x

Ideas? Am I missing some factoid or menu area?

TIA
Intrigued - Registered PureBasic, lifetime updates user
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Super!!! Thanks!!!! Gotta go 2 download >>>>>>>
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Thomas
Enthusiast
Enthusiast
Posts: 112
Joined: Sat Apr 26, 2003 8:45 pm

Post by Thomas »

Let's rock! 8)
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Works great but i still need more collision detection capability... Any chances of seing this in the final version?
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

SortStructuredList()

Im going through the help here. doesnt mention the use of Character, Quad, or Doubles .. :) I just was wondering if support for those are in for this command :)
Dare2
Moderator
Moderator
Posts: 3321
Joined: Sat Dec 27, 2003 3:55 am
Location: Great Southern Land

Post by Dare2 »

Thanks!
@}--`--,-- A rose by any other name ..
radar
User
User
Posts: 12
Joined: Wed Mar 30, 2005 3:43 am

Post by radar »

Fantastic - thanks
MrMat
Enthusiast
Enthusiast
Posts: 762
Joined: Sun Sep 05, 2004 6:27 am
Location: England

Post by MrMat »

Thanks as always.
Mat
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Thanks
Last edited by ts-soft on Sat Feb 25, 2006 5:24 am, edited 1 time in total.
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.
Image
coma
Enthusiast
Enthusiast
Posts: 164
Joined: Fri Aug 15, 2003 3:46 am
Location: Canada

Post by coma »

Great !
thanks to the team.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

Yeah, thank you guys.
The Macro preview in the IDE and the step over are very cool :P
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Sparkie
PureBatMan Forever
PureBatMan Forever
Posts: 2307
Joined: Tue Feb 10, 2004 3:07 am
Location: Ohio, USA

Post by Sparkie »

Thank you! Now go take a 15 minute break, you've earned it :D
What goes around comes around.

PB 5.21 LTS (x86) - Windows 8.1
Post Reply