BCF Gui editor Visual BCF for Free :)

Blitz3D Forums/Blitz3D Programming/BCF Gui editor Visual BCF for Free :)

Filax(Posted 2004) [#1]
Hi :)

One of my customer (Seyhajin) have made a powerfull GUI designer
for the gui (BCF 3.0) :)

you can download it here :)


http://bond357.free.fr/down/Visual_BCF.zip

You can design your GUI , and save your form ! and of
course export blitzbasic code :)

http://www.3dgametool.com/library.htm


Mousey(Posted 2004) [#2]
Many thanks Seyhajin, I am sure this will come in useful.


IPete2(Posted 2004) [#3]
WOW wonderful thanks!

IPete2.


OrcEpic(Posted 2004) [#4]
Nice!

Great Work, Seyhajin

Thank.


seyhajin(Posted 2005) [#5]
Thanks to use it ! :o)


Ching(Posted 2005) [#6]
It looks like just what I've been after.


AdrianT(Posted 2005) [#7]
this looks pretty nice :)


Damien Sturdy(Posted 2005) [#8]
This is excelent :D


seyhajin(Posted 2005) [#9]
Version 1.3 is available

bug fix :

- when you quit, application freezed.


boblol(Posted 2013) [#10]
Im sorry but why did you make it to where it covers the whole entire screen? + it has a 4 second delay when moving the mouse :(


LineOf7s(Posted 2013) [#11]
Dude. Eight years. Eight. Years.


stayne(Posted 2013) [#12]
Oh to be 35 again.


Rroff(Posted 2013) [#13]
BTW IIRC (its a long time ago) that delay is due to image scaling using a very slow built in command - if you convert it to using fastext or fastimage or write a quick and dirty scaling function theres a massive speed increase.

The BCF UI needed a pretty big overhaul for performance anyhow when I last looked at it - its being rebuilt and re-rendered every single frame as fast as possible but you only need to update parts of it and update it into a screen buffer and render that every frame and only do actual updates and re-rendering at a slower rate say 20-30Hz - requires some additional code to handle input.


Doggie(Posted 2013) [#14]
Useless without the include file


Charrua(Posted 2013) [#15]
bcf becames free

http://blitzbasic.com/Community/posts.php?topic=98760#1156315

edit
hmmm link is broken!


LineOf7s(Posted 2013) [#16]
Here you go: http://downloads.lineof7s.com/BCF3.1.zip


Aussie(Posted 2013) [#17]
Thanks LineOf7s for uploading this. I have decided to use this with the project i am working on. Just have one question for anyone who still uses it.
With the file requester, when i open it & use 2 renderworlds() it leaves duplicate images trailing behind it when dragged.
Here is an example.

Any ideas on how to stop it from doing it?


Rroff(Posted 2013) [#18]
I ended up substantially rewriting parts of BCF then eventually abandoning it due to performance issues even after using a trick to only update the UI at 30hz but redraw it more often and replacing slow functions with fastext stuff.

Dunno if this ever got fixed but I seem to remember a bug with sorting order or something that caused me to do this:



Buts its a long time ago so I can't really remember what it was I was doing.

I also modified the listbox function quite a lot with some code for efficent entry purging but again so long ago I don't really remember the details.

One of the functions I changed to use fastext:




Doggie(Posted 2013) [#19]
Thank you!
I'm going to check this out. Might be just what I need.
Thanks again.

DOG