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...

DataFlex WebApp – A simple control

The easiest way to create custom controls for DataFlex WebApp is to use the cWebHtmlBox class The cWebHtmlBox class is a simple control that allows the developer to send custom HTML code to the client Lets see how this works // Object oMyCustomHtml is a cWebHtmlBox...

DataFlex WebApp – Anatomy of controls

The architecture for controls in DataFlex WebApp is similar to Visual DataFlex desktop applications. In Visual DataFlex a control consists of a DataFlex class and a windows class. The DataFlex class is generally a combination of DataFlex code and C/C++ runtime code...

DataFlex WebApp – Breaking out of the Box

DataFlex WebApp is a nice framework to build web applications. As with all frameworks it doesnt always do everything we want and often the standard look and feel may not be what we want for our applications Over the next weeks we will be publishing a number of posts...

Getting Started with Vue.js 2

Setting up a new project with Vue.js 2 can be done in different ways. We are going to use the Vue cli In order to use the Vue-cli we need to install NPM as the Vue-cli is available as an NPM package after installing NPM we can install the vue-cli as follows npm...