VisionX 5.4 is available
VisionX 5.4.1835 is available!
It's a great release with big changes.
The new VisionX version got updates of used open source libraries. It runs with openJDK 12 and supports openJDK 14. It comes with awesome responsive UI support for desktop, web and mobile. We support our brand new mobile UI which is still under development.
What's different?
- New MorphPanel with full responsive support
This feature is available for Desktop, Web and Mobile devices. Create only one screen to support all targets.
- Responsive option for Panels
Simply en/disable the responsive feature for single panels.
- MorphPanel navigation bar
The MorphPanel shows a small navigation bar directly in the screen. You can use this bar to switch between the tabs without opening the customizer every time.
- New work-screen wizard
We have 4 types of screens: Table with Detail form, Table, Form, Empty. Each type has different layout options for Web, Desktop, Mobile and Universal. The difference are gaps and margins and default settings of elements. Some layouts include full-text search and some don't include search options.
- New customizable screen generators
The screen generators are customizable for developers. Simply create your own or extend an existing generator and use it directly in VisionX. Simply create your own definition file like this one:
<?xml version="1.0" encoding="UTF-8"?><generator>
<group text="Table with detail form"
image="/c/s/v/i/w/w/category_tableform.png">
<entry class="com.sibvisions.visionx.uigenerator.WebTableFormUIGenerator"
text="Web layout"
image="/c/s/v/i/w/w//group_web.png" />
<entry class="com.sibvisions.visionx.uigenerator.MobileTableFormUIGenerator"
text="Mobile layout"
image="/c/s/v/i/w/w//group_mobile.png" />
<entry class="com.sibvisions.visionx.uigenerator.TableFormUIGenerator"
text="Desktop layout"
image="/c/s/v/i/w/w//group_desktop.png" />
<entry class="c.s.visionx.uigenerator.UniversalTableFormUIGenerator"
text="Universal layout"
image="/c/s/v/i/w/w//group_universal.png" />
</group>
</generator> - Live Preview without any differences
We improved our UI for browsers. New layouts, better performance and same features.
- Shared folder support
An awesome new feature is the shared folder support for your projects if you are a developer. Simply put your POJOs or Beans in the new shared folder and use this classes in your client or server classes.
- New domain management
Change pre-defined or create custom datatypes. The screen is available in VisionX' Administration menu.
- Support for latest Workflow AddOn (3.0)
- Performance improvement of Designer
This is how the responsive mode works on Desktop
Some impressions of our new mobile client are available here
The download area already contains links to latest VisionX binaries.
Please report any problems as usual and have fun with VisionX.