This is a multi tabbed flat UI, based on the "classic" browse/form paradigm and in v3 it comes with many new features.


If you are a WINDEV programmer, you probably already know and understand the "classic" way of working with windows and forms in WD (or WEBDEV or WD Mobile).

Create a window, copy fields from your analysis, write some code to retrieve your data and add code for your CRUDE operations inside the window - of course there are many variations to the above, but this is the main idea. If your projects are rather small, this will work just fine.

 

But if your projects are growing larger and larger every day this is not the way to do things.

And if you want to use Dynamic TABs in your apps [available from WD v20], you have to do a lot of work - we know it, we have been through it.

We introduced v1 of the UI - now called alpha360 Windows tabbed UI Framework - with v1 of the alpha360 apps.

Because we started developing it with WD v20 - where Dynamic TABs where rather "buggy and incomplete" - it took us a lot of time to "work around bugs - or what we thought was bugs" and didn't have the time to complete all the desired features or optimize the code - so the tabbed UI is work in progress ...

The UI framework that is included in alpha360 v3 is now in its third release - it is stable, beautiful, it has many-many new features and the code is simple, easy to understand and above all, VERY EASY to use. 

If you set aside, a few lines of difficult code -  that you can ignore and treat as a "black box" -  everything else is as simple as the "classic" Open() code in WD.


And all the above with 90% LESS CODE than v1 ...