What's the best form editor for BP?

BlitzPlus Forums/BlitzPlus Programming/What's the best form editor for BP?

sswift(Posted 2004) [#1]
I was wondering if anyone had any suggestions for a visual basic-style "form" editor for BP.

A form editor is a program which allows you to create a window, set it's properties, and drop various buttons listboxes, and other objects onto it, position them, and give them names through which to access them in the program. You can then save the form, and load it when needed and all the buttons and such will be placed automatically for you.

It's a lot easier than placing stuff around manually.

Anyhow, I presume someone has written something like this for BP already. So what's your favorite?


Kanati(Posted 2004) [#2]
BlitzVision is pretty decent. And he has a similar one for PureBasic (PureVision).


sswift(Posted 2004) [#3]
Please provide links. :-)


Wiebo(Posted 2004) [#4]
Check out my GUIde. :) Adress in my sig


Beaker(Posted 2004) [#5]
I like GUIde a lot.


Bremer(Posted 2004) [#6]
Blitz Vision: http://www.reelmedia.org/blitzvision/download.html


Kornflex(Posted 2004) [#7]
GUIde it's the best :) i buying it's around 1 week now :)


WolRon(Posted 2004) [#8]
The source for a form editor comes with BlitzPlus (I forget which folder it's in). It outputs BlitzPlus code after you've created your form.