Visual designer

Started by Marc van Cauwenberghe, June 11, 2013, 12:43:18 PM

Previous topic - Next topic

Marc van Cauwenberghe

Hi,

I remember asking for some code to make a visual designer on this forum but I can't find it anymore :(
Anyone else have some links or code.

Thanks in advance,
Marc

Paul Squires

Making a visual designer is a lot of work. Some things are fairly easy but like most projects, the more features you want to add, the more advanced programming you need to use. A simple visual designer where you only draw controls on a screen and set some properties is fairly straight forward. There is code available to get you started. I believe the first version of FireFly used code based on Jule's Tab Control edit project (I think that's what I used) - it could have been other code from the PB Forum, not sure - that was a long time ago so my memory is pretty fuzzy. MetaGL project maybe?

Adding code generation, editor integration, etc... is a lot of work.
Paul Squires
PlanetSquires Software

Paul Squires

Paul Squires
PlanetSquires Software

Marc van Cauwenberghe

Thank you Paul,

I will have a look. I do not want to make a full VD. I just want to be able to put some controls on a canvas of some sorts. Move them about, resize them, put one in front of the other. Basis stuff (i think)  Like say for a label design program for example. I had a look at some code that uses a child form as a basis of a control but it was only one form. As soon as Iput another I get into trouble.
I will get back on this if I may.

Marc