Its finally here!
The official release of the EZGUI Utility Dialog Designer 4.01 !
For some screenshots read this post:
This Designer generates 100% Source Code !
No runtimes! No DLL's ! :applaus:
The Designer also produces very small EXE's. :racer:
Now for some details:
The Designer is based on the EZGUI 4.0 Pro Visual Designer and it supports the same file format.
It can also read the form files (FMZ) created using any of my Freeware DDT Designers (they though can't read its files).
The Library code is in an include file and at its minimum it adds only 12 KB to the EXE size and at its maximum it only adds 29 KB to the size of the EXE.
It supports Fonts, Colors, simple regions, Event engine, scrollbar event engine, loading Bitmaps and Icons.
The Designer can put Bitmaps and icons into a Resource file and autocompile the resource file before displaying your code editor.
There is a menu editor.
The Designer works with projects so you can design your entire project at one time. You can quickly move from form to form in the designer.
The Designer does not use a builtin code editor. It uses external code editors and you can use your faviorite code editor. Both the PB IDE and JellyFish work well with it. You must though have the PB 8.xx Win compiler (early versions of the compiler are not supported).
The Designer sports a unique Smart Parser technology that allows the designer to literally rewrite your source code after changes to the project.
The Designer supports the ability to add an include file where you can add your own Events to the event engine.
It also sports code plugins, which you can write yourself (details can be requested on my forums). Plugins can be used to modify the source code after it is generated, but before it is passed to your code editor.
The Designer supports the following controls:
- Button
- Picture Button
- Icon Button
- CheckBox
- Radio
- TextBox
- ListBox
- Combobox
- V ScrollBar and H ScrollBar
- Frame
- Label
- Picture
- Icon
- PB Graphic control
It also supports custom controls. Through the custom control object you can use controls like EGrid and SIGrid. You can even use it to add common controls if you wish (requires a little bit of your own coding).
This designer is the lite version of a PRO version which is still in development. Don't underestimate it. It is very powerful and you can build very fast and small applications. You can have many dozens of forms in a project and up to 750 controls per form.
The code style is a sort of hybrid approach. There is an Event engine, so control event routines (callbacks not used) get real events, rather than simply API notification messages. For example, all the controls that can respond to a mouse click get the %EZ_Click event. There is no need to memorize the click notification constant for every single control type.
The event engine also supports a simple %EZ_Notify event for handling the WM_NOTIFY notification messages.
Lastly, the PRICE !
This designer is extremely affordable.
It is only $29 (US).
What commercial designer can you buy for $29 ?
You can order from my web site today if you like!
I will be adding more info about the product on my web site in the days to come.
To order visit my web site at: http://cwsof.com
The official release of the EZGUI Utility Dialog Designer 4.01 !

For some screenshots read this post:
This Designer generates 100% Source Code !

No runtimes! No DLL's ! :applaus:
The Designer also produces very small EXE's. :racer:
Now for some details:
The Designer is based on the EZGUI 4.0 Pro Visual Designer and it supports the same file format.
It can also read the form files (FMZ) created using any of my Freeware DDT Designers (they though can't read its files).
The Library code is in an include file and at its minimum it adds only 12 KB to the EXE size and at its maximum it only adds 29 KB to the size of the EXE.
It supports Fonts, Colors, simple regions, Event engine, scrollbar event engine, loading Bitmaps and Icons.
The Designer can put Bitmaps and icons into a Resource file and autocompile the resource file before displaying your code editor.
There is a menu editor.
The Designer works with projects so you can design your entire project at one time. You can quickly move from form to form in the designer.
The Designer does not use a builtin code editor. It uses external code editors and you can use your faviorite code editor. Both the PB IDE and JellyFish work well with it. You must though have the PB 8.xx Win compiler (early versions of the compiler are not supported).
The Designer sports a unique Smart Parser technology that allows the designer to literally rewrite your source code after changes to the project.
The Designer supports the ability to add an include file where you can add your own Events to the event engine.
It also sports code plugins, which you can write yourself (details can be requested on my forums). Plugins can be used to modify the source code after it is generated, but before it is passed to your code editor.
The Designer supports the following controls:
- Button
- Picture Button
- Icon Button
- CheckBox
- Radio
- TextBox
- ListBox
- Combobox
- V ScrollBar and H ScrollBar
- Frame
- Label
- Picture
- Icon
- PB Graphic control
It also supports custom controls. Through the custom control object you can use controls like EGrid and SIGrid. You can even use it to add common controls if you wish (requires a little bit of your own coding).
This designer is the lite version of a PRO version which is still in development. Don't underestimate it. It is very powerful and you can build very fast and small applications. You can have many dozens of forms in a project and up to 750 controls per form.
The code style is a sort of hybrid approach. There is an Event engine, so control event routines (callbacks not used) get real events, rather than simply API notification messages. For example, all the controls that can respond to a mouse click get the %EZ_Click event. There is no need to memorize the click notification constant for every single control type.
The event engine also supports a simple %EZ_Notify event for handling the WM_NOTIFY notification messages.
Lastly, the PRICE !
This designer is extremely affordable.
It is only $29 (US).
What commercial designer can you buy for $29 ?
You can order from my web site today if you like!
I will be adding more info about the product on my web site in the days to come.
To order visit my web site at: http://cwsof.com
Comment