WebApp Custom controls – Web Template View

The template view is another control we used to have in desktop applications. What it allows us to do is to create different visual designs for the same display and change the visual display of the data without having to change or recompile the application Also the...

WebApp Custom Controls – Template List

The template list class is also a class we created for Visual DataFlex a long time ago. Essentially it is a list class that allows us to define templates for the rows that can be changed dynamically without the need to recompile. Also the class supports multiple...

WebApp Custom Controls – Pager

This control has its origin in the need for a pager in our grid and list classes but of course it can also be used as a standalone control. It is created as a standalone Javascript control with a Javascript wrapper for DataFlex WebApp so it can be used with DataFlex...

WebApp Custom Controls – Social Media Bar

The Social Media Bar control is a simple toolbar type control that allows the developer to easily add a configurable social media bar with server callbacks Here is a screenshot of what the social media bar looks like in an application and the code to add the looks as...

WebApp Custom Controls – DayPlanner

The Dayplanner control is a control that we have built years ago in C++ for Visual DataFlex applications. It enables the application to show multiple resources and their schedule entries The control consists of a tree/grid on the left that contains resources in a tree...

StarZen TileView Control for DataFlex WebApp

The TileView control was created to replace the default Dashboard view provided by DAW in their WebApplications. The Dashboard view is rather limited in functionality which prompted the creation of this class Some of the features we had been looking for are Dynamic...