Page 2 of 2
Posted: Wed Dec 29, 2004 6:23 pm
by Bonne_den_kule
a RAD IDE/objectoriented visual designer
Posted: Wed Dec 29, 2004 7:35 pm
by PB
> MACROS!
These are confirmed for v4.0 (as Fred said in a previous post).
I'd like to see uncalled procedures NOT being compiled into the executable.
Posted: Wed Dec 29, 2004 7:53 pm
by Shannara
Optional parameters support for procedures. The weird thing is, these are already supported for the native PB libraries but not for any user created libraries and procedures ... ..

Posted: Wed Dec 29, 2004 9:32 pm
by traumatic
Shannara wrote:The weird thing is, these are already supported for the native PB libraries but not for any user created libraries and procedures ... ..

This is only true for procedures.
Libraries do support optional parameters since v3.50 (IIRC)
Posted: Wed Dec 29, 2004 9:41 pm
by Paul
Yup... and even El_Choni's tailbite app allows for this feature.

Posted: Wed Dec 29, 2004 9:51 pm
by blueznl
doubles doubles doubles.... oh... that's a triple?

Posted: Wed Dec 29, 2004 10:01 pm
by blueznl
oh, and of course FIXED LENGTH STRINGS
please please please please...
Posted: Wed Dec 29, 2004 10:10 pm
by Shannara
traumatic wrote:Shannara wrote:The weird thing is, these are already supported for the native PB libraries but not for any user created libraries and procedures ... ..

This is only true for procedures.
Libraries do support optional parameters since v3.50 (IIRC)
Take a look at all of the pb native libraries that come with PB. There is the optional [Flags] parameters ... optional, they have been there for quite awhile
I didnt know about Tailbite supporting optional parameters, I'm now going to have to grab the newest release and read the docs

Posted: Thu Dec 30, 2004 1:51 am
by Dreglor
I look at the orge engine as a big bug becasue alot of it is buggy and out of date and thats the only part that hasn't been updated for a long time.
the only thing it really good for now is for 3d demos...
Posted: Thu Dec 30, 2004 1:05 pm
by Wolf
1. More complete Network library.
2. Update Visual Designer and better IDE ( isn't good we use other IDE and designer for work with PB )
3. Fixed length strings.
Posted: Thu Dec 30, 2004 3:11 pm
by newbie
I have voted "more variable types", thinking to fixed lenght strings.
Posted: Thu Dec 30, 2004 8:00 pm
by bluejoke
more complete Network library & bugfixes
Posted: Sun Jan 09, 2005 12:07 am
by geoff
Doubles, of course
Posted: Sun Jan 09, 2005 11:01 pm
by LikePB
Big and nice feature i think is support Unicode in PB.
Very users like use unicode strings and apps in PB but is always hard to work for this they must use another programming language
Other nice feature is fix lenght strings and maybe fix problem in KillThread() when use it.