Qbasicnews.com
Wallace Visual Editor completed - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: QbasicNews.Com (http://qbasicnews.com/newforum/forum-3.html)
+--- Forum: QB/FB News (http://qbasicnews.com/newforum/forum-8.html)
+--- Thread: Wallace Visual Editor completed (/thread-8648.html)



Wallace Visual Editor completed - wallace - 12-27-2005

I needed a program to build a complicated user interface for some of my other programs so about a week ago I set out to create a visual editor for FreeBasic. What I came up with is a powerful mouse driven editor that can handle almost 700 objects at once, each can be dragged and edited quite extensively.

Many of you may find its main appeal is that, unlike other visual editing tools for FreeBasic or most other languages, it uses a normal SCREENRES command to make the window, so you can add graphics directly to the window without having to send it through a "wrapper." This was what lead me away from all the other Visual Editors out there.

It has some functions that it will fill code in automatically such as Open, Save As, Exit, Browse, etc. But for most objects it will create a listener and a blank sub for you to code in later. The code that it gives you is fully commented too. Have fun!

Download it on my website: Wallace Software


Wallace Visual Editor completed - Deleter - 12-27-2005

Very nice, though the compile doesnt seem to be working for me.


Wallace Visual Editor completed - Mr Match - 12-27-2005

I haven't been able to use it much, but I hope to test it out when I get some freetime on my hands.

(right now I'm making a program for my dad to use for his work :wink: )


Wallace Visual Editor completed - Sebastian - 12-27-2005

Wow, cool! Big Grin Go ahead! I look forward to seeing the next version!! Smile


Wallace Visual Editor completed - wallace - 12-27-2005

Which compiler? The compile button in WVE or the code that it gives you doesn't compile? My compiler makes a file called WallaceVEcode.bas it should go in the same folder as Wallace VE, it doesn't actually compile it, I should rename that button into something like Make Code or something.


Wallace Visual Editor completed - Deleter - 12-28-2005

Quote:Which compiler? The compile button in WVE or the code that it gives you doesn't compile? My compiler makes a file called WallaceVEcode.bas it should go in the same folder as Wallace VE, it doesn't actually compile it, I should rename that button into something like Make Code or something.
ah, i was expecting it to "compile" to the same name, hence the confusion.