I am working on a new DDT based Visual Designer which will work differently than my current commercial DDT Designer, and the Pro version of it still in development (likely to called the Studio version).
Those Designers emulate the coding style of EZGUI 4.0 Pro and is Event based.
I need some feedback from those who currently use one of my freeware DDT Designers and those who like to code manually (no designer) and other DDT users.
This new Designer will be a little less feature rich (than the Studio Designer), but will use a uniquely different approach which may be very useful to many. Read about it here: http://chrisboss.hypermart.net/ubb/F...ML/000060.html
The Designer would basically try to emulate the style of coding done by hand using no library code, to make it easier to post complete source code of an app on the forums and to share it with others. Since no library code would be used and only inline generated code would be used, there should be no problems sharing the complete app source code with others.
The code would depend upon standard Dialog procedure coding styles and PB control Callbacks (rather than event routines). It would require PB 9.0 so the entire new DDT command set could be used.
Rather than try to build a Designer which is so feature rich, that you depend upon the Designers advanced coding, this designer would use a different approach so as to benefit from open source, free (and even commercial) code of others. How ?
The Designer would be extensible using more plugins than my other designers and using its template engine more fully. The idea is to let users create their own plugins and templates to share with one another, which would add signficant code to ones apps.
I want the users to be able to post complete app source in the PB forums, as well as the code for their plugins and templates.
This is a project in work right now, but the idea is a sound one. I already have a completely working designer. All I have to do it work on the code generation engine, plugin engine and template engine to make it easily extensible.
And one more thing. It would be very low priced. Probably below $50.
Any comments ?
Those Designers emulate the coding style of EZGUI 4.0 Pro and is Event based.
I need some feedback from those who currently use one of my freeware DDT Designers and those who like to code manually (no designer) and other DDT users.
This new Designer will be a little less feature rich (than the Studio Designer), but will use a uniquely different approach which may be very useful to many. Read about it here: http://chrisboss.hypermart.net/ubb/F...ML/000060.html
The Designer would basically try to emulate the style of coding done by hand using no library code, to make it easier to post complete source code of an app on the forums and to share it with others. Since no library code would be used and only inline generated code would be used, there should be no problems sharing the complete app source code with others.
The code would depend upon standard Dialog procedure coding styles and PB control Callbacks (rather than event routines). It would require PB 9.0 so the entire new DDT command set could be used.
Rather than try to build a Designer which is so feature rich, that you depend upon the Designers advanced coding, this designer would use a different approach so as to benefit from open source, free (and even commercial) code of others. How ?
The Designer would be extensible using more plugins than my other designers and using its template engine more fully. The idea is to let users create their own plugins and templates to share with one another, which would add signficant code to ones apps.
I want the users to be able to post complete app source in the PB forums, as well as the code for their plugins and templates.
This is a project in work right now, but the idea is a sound one. I already have a completely working designer. All I have to do it work on the code generation engine, plugin engine and template engine to make it easily extensible.
And one more thing. It would be very low priced. Probably below $50.
Any comments ?
Comment