Hotfix for version 1.0.1.0

A small bug was discovered in the treeview on the main form that contains the Run-Time Library file overview. After downloading and updating to the latest packages – the items still retained references to the previous packages prior to the update. This sadly caused an access violation if you began navigating the treeview before clickingContinue reading “Hotfix for version 1.0.1.0”

From handle to widget

In the Quartex Pascal RTL we support both traditional pascal events, like people are used to from Delphi or Freepascal, as well as delegate objects native to JavaScript. Most widgets exposes standard events like OnClick when it’s useful, and if you need more specific event handling you can attach a delegate for it.

Creating a scrolltext widget

In this article we will be creating a scrolltext widget from scratch, which is a good way to demonstrate how easy it is to write your own controls in QTX. It is a lot easier than under Delphi or Lazarus since the browser provides most of the functionality out of the box for you, and the QTX runtime library provides the rest.

Using Font-Awesome in Quartex Pascal

When creating websites or mobile applications there is always the issue of glyphs and button graphics. In the past couple of decades or so both Android and iOS have introduced standardized glyphs for buttons, lists and toolbars that are intuitive to understand and which has become somewhat universal. The same can be said for websites.Continue reading “Using Font-Awesome in Quartex Pascal”

Quartex Pascal 1.0 Hotfix 2

Following the feedback of our users and backers we have issued a second hotfix which irons out a few issues here and there, most notably the license provisioning issue during startup. As with all products of this complexity there are bound to be things that can be polished and made better – and we intendContinue reading “Quartex Pascal 1.0 Hotfix 2”