Last seen: Nov 7, 2025
Web tech is by definition client-server based, however there are runtime models that deals exclusively with running a web app as a "real app".Electron...
@mucahit-yagmurgmail-com We have found the bug and fixed it here. We are issuing a new build now -- glad we found it!
Fair enough. We are not forcing anyone.There are two different philosophies between Webcore and QTX. We work closer to the metal with focus on JS inte...
This sounds very strange. I just installed on a fresh machine (just to be 100% sure, we have already tested before we pushed to the release process), ...
It is in the IDE. The "documentation" button, last on the toolbar to the right.The docs are being worked on every day here, so it will grow more and m...
I agree. This is sadly out of our control since we are using standard Delphi themes for VCL, and the listview is missing styling for exactly this.You ...
Sad to hear that you find it so bad. It boils down to how you are used to working and habits, all IDE's take some getting used to, but the things you ...
QTX supports node.js and have a considerable portion of its RTL dedicated to that. What you would do is implement a node server who manages the databa...
You really dont need to do this as inline JS, most of this is perfectly doable in clean pascal. Also, the start of that code is very slow since it cal...
Are you on Facebook? You should join the "quartex developer" group there.
You have bun and also deno. Node.js is the oldest so we have aimed for that, but from what i see deno is compatible with node.js, so the same code sho...
There was a new update last week 🙂 Aim is to have v1.0 out before summer vacation. A company was setup around xmas, so we have been hard at work for ...
Lovely! Works like a charm!NOTE: This depends on font-awesome! Add the following line to the HTML->Head section in your index.html file: <...