Berikco, any word on the new Visual Designer ?
-
- New User
- Posts: 9
- Joined: Sun Nov 16, 2003 9:30 pm
- Location: Toowoomba, Australia
- Contact:
VD Alternatives
I find that the PureVision Visual designer by Reel Media Productions is a great alternative. Since I bought it months ago I have not even looked at the standard Visual Designer.
and at only $25.00 was great value.
Why not give it a try.
http://www.reelmedia.org/purevision/
and at only $25.00 was great value.
Why not give it a try.
http://www.reelmedia.org/purevision/
TTFN
Stewart
-------------------------------------
Trying!, why that the first step to failure...
Stewart
-------------------------------------
Trying!, why that the first step to failure...
PureVision is not an option due to its licence regarding the source code generated... Not being able to share the source is, to me, unacceptable..
AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
I wonder what the pros and cons are of making the latest versions of the PB Editor and Visual Designer open source.
Perhaps if the products/projects were co-ordinated or controlled by Freak (instead of him doing it all himself) - or someone like him - it might work.
Perhaps if the products/projects were co-ordinated or controlled by Freak (instead of him doing it all himself) - or someone like him - it might work.
@}--`--,-- A rose by any other name ..
-
- New User
- Posts: 9
- Joined: Sun Nov 16, 2003 9:30 pm
- Location: Toowoomba, Australia
- Contact:
That is definately a good reason for some people not to use it.
However for those of us that just want a good set of tools to develop commercial / custom software I believe that PureVision is an attratrive alternative with a lot more options and feature than the standard VD.
I still believe that it is worth a look by other developers.
Just my 5 cents (we dont have any denomination smaller in Australia).
However for those of us that just want a good set of tools to develop commercial / custom software I believe that PureVision is an attratrive alternative with a lot more options and feature than the standard VD.
I still believe that it is worth a look by other developers.
Just my 5 cents (we dont have any denomination smaller in Australia).
TTFN
Stewart
-------------------------------------
Trying!, why that the first step to failure...
Stewart
-------------------------------------
Trying!, why that the first step to failure...
Allright, here is what we'll do:
There is still that biiiig top secret project for me to finish (surprise, surprise
),
and then i will continue Berikco's work on the VD.
I can't give you any ETA though, because i don't know how much time i will
have to spend on it, but it will definately be faster than waiting for Berikco
to have more time
Dare2: The Editor has been open source for quite some time, and the only
people that really contributed were Danilo and myself...
Timo
There is still that biiiig top secret project for me to finish (surprise, surprise

and then i will continue Berikco's work on the VD.
I can't give you any ETA though, because i don't know how much time i will
have to spend on it, but it will definately be faster than waiting for Berikco
to have more time

Dare2: The Editor has been open source for quite some time, and the only
people that really contributed were Danilo and myself...
Timo
quidquid Latine dictum sit altum videtur
-
- PureBasic Expert
- Posts: 2812
- Joined: Fri Apr 25, 2003 4:51 pm
- Location: Portugal, Lisbon
- Contact:
My toppp secret sources indicate you making the editor to work under linux...freak wrote:Allright, here is what we'll do:
There is still that biiiig top secret project for me to finish (surprise, surprise),
and then i will continue Berikco's work on the VD.
(Just a wild guess, but you might slip some info... eheheh)
This is were you would be wrong.LarsG wrote:PureVision is not an option due to its licence regarding the source code generated... Not being able to share the source is, to me, unacceptable..
You can share the source code generated, it's just that some of it will not compile because it makes use of a special user library called PVGadgets that is only available to PureVision users. It is this library of custom procedures that is copyright and cannot be freely distributed. You get this library when you purchase PureVision.
Best to ask directly before posting incorrect information.
Last edited by Paul on Wed Sep 22, 2004 6:28 pm, edited 1 time in total.
VD
This would be great, thanks Fr34k!There is still that biiiig top secret project for me to finish (surprise, surprise ), and then i will continue Berikco's work on the VD.
Let me guess, that top secret project is a fancy Grid gadget?!?!? Wishful thinking???

I contributed some code that was going to be used by the new version of VD by Berikco. This code makes the controlling of gadgets when the window is resized very easy and I think would be a nice contribution to VD. See this thread here for the code and exchange of ideas with Berikco: viewtopic.php?t=10218&highlight=Dare2: The Editor has been open source for quite some time, and the only people that really contributed were Danilo and myself...
Thanks again Fr34k
Hi Freak,
I didn't know the editor was open source. I have seen the code of an earlier version (using earlier PB syntax) which was released as a proof of concept, but not the "living" source. Is that a special DL somewhere?
And more clues about this secret project, please!
BTW, PureVision is very good and well worth the cost. Also, not all code generated makes the special lib calls. Where it does these lines are easily replaced by your own calls to your own equivalent functions if you wish to release working source.
More BTW: The designer with the best potential is the HelloBasic designer. It needs some work on front end (gadgets supported and property consistency). It also generates some interesting code - if this was slightly more PB-ish and the front end handled more gadgetry then, IMO, it would leave everything for dead. One good thing about it is the ability to enter gadget-event associated code in a VB-like way.
I didn't know the editor was open source. I have seen the code of an earlier version (using earlier PB syntax) which was released as a proof of concept, but not the "living" source. Is that a special DL somewhere?
And more clues about this secret project, please!

BTW, PureVision is very good and well worth the cost. Also, not all code generated makes the special lib calls. Where it does these lines are easily replaced by your own calls to your own equivalent functions if you wish to release working source.
More BTW: The designer with the best potential is the HelloBasic designer. It needs some work on front end (gadgets supported and property consistency). It also generates some interesting code - if this was slightly more PB-ish and the front end handled more gadgetry then, IMO, it would leave everything for dead. One good thing about it is the ability to enter gadget-event associated code in a VB-like way.
@}--`--,-- A rose by any other name ..
Dare2,Dare2 wrote: More BTW: The designer with the best potential is the HelloBasic designer. It needs some work on front end (gadgets supported and property consistency). It also generates some interesting code - if this was slightly more PB-ish and the front end handled more gadgetry then, IMO, it would leave everything for dead. One good thing about it is the ability to enter gadget-event associated code in a VB-like way.
I use PBDev all the time and quite like it. It's a bargain.
Edwin supplies a conversion table in the help file to show you how to use the "usercontrol" to add controls that you might need.
I also hear he is working hard on a new version.
blueb
> The designer with the best potential is the HelloBasic designer
I don't know about this. IMO, it produces bloated code. I created a small
window with a single ButtonGadget, which, when clicked, sent "Hello" to the
debug output window. The source it generated? A massive 13.3k! And the
compiled exe was 19.5k in size. Looking at the source, it has procedures for
things like setting colors, removing props, enabling/disabling task hooks, etc.
All for just a ButtonGadget? 8O I am using the demo version though... does
anyone know if the full version produces all this extra code?
PS. Don't misunderstand me: I think it's a GREAT designer (feels/acts exactly
like Visual Basic) but I don't want to buy it if it means I have to keep stripping
all the extra (redundant?) code out of every source it creates.
I don't know about this. IMO, it produces bloated code. I created a small
window with a single ButtonGadget, which, when clicked, sent "Hello" to the
debug output window. The source it generated? A massive 13.3k! And the
compiled exe was 19.5k in size. Looking at the source, it has procedures for
things like setting colors, removing props, enabling/disabling task hooks, etc.
All for just a ButtonGadget? 8O I am using the demo version though... does
anyone know if the full version produces all this extra code?
PS. Don't misunderstand me: I think it's a GREAT designer (feels/acts exactly
like Visual Basic) but I don't want to buy it if it means I have to keep stripping
all the extra (redundant?) code out of every source it creates.

I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
"PureBasic won't be object oriented, period" - Fred.
-
- Addict
- Posts: 1073
- Joined: Fri Apr 25, 2003 11:13 pm
- Location: Netherlands
- Contact:
The bloath is 'removed' if you create a serious app, not a simple one form app.
The bloath also makes it easy on several aspects otherwise need to be inserted manually.
If you simply don't care for other things than creeting a simple one window (poor) color app, then PBDev is no good.
PBDev takes several aspects into account which simply does require some overhead at first.
If you find 13K bloathed
then i expect you use PB for hobby?
So that would not be a serious comparison unless all PB users are hobbiest.
Bob,
All the PBSoft designers will be rewritten to a better visual design control with multiselect and much more..
(Within a few months that is)
The bloath also makes it easy on several aspects otherwise need to be inserted manually.
If you simply don't care for other things than creeting a simple one window (poor) color app, then PBDev is no good.
PBDev takes several aspects into account which simply does require some overhead at first.
If you find 13K bloathed

So that would not be a serious comparison unless all PB users are hobbiest.
Bob,
All the PBSoft designers will be rewritten to a better visual design control with multiselect and much more..
(Within a few months that is)