Jump to content

hsvandrew

Members
  • Content Count

    31
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by hsvandrew

  1. hsvandrew

    Web dashboard application

    We've spent 2 years working on making a full commerical ERP solution powered by Delphi delivered over the web. Although a framework like Intraweb, UniGUI etc might be fast and easy and do the job, I actually would encourage you to learn a little HTML, CSS & Javascript yourself. You can use the TidHTTPServer component in Delphi to talk in HTTP/HTTPS. You might start by writing code in the default action to read a URL and turn it into a local file i.e. replace / with \ etc and don't allow any ..\ etc. This would allow you to stream a HTML5 page, a CSS file and a javascript file. After you've got this going, Review DevExpress HTML5 Library and learn how to use your new HTTP Server to send the browser JSON data streams. It might take you a few days to get up to speed with how to make a basic HTML5 page, learn CSS, Javascript etc and how to make Delphi output JSON via Indy but once you learn these skills you'll be in full control of your future look & feel. Obviously if your app gets more complex you'll have to work out how to create a session cookie & keep authentication records in your app.
  2. hsvandrew

    Changes in Parallel Library

    I'm going to pause this rant for now, perhaps these issues have been resolved and its just the tickets in quality control haven't been closed. We spend a lot of time on this in January and it failed miserably (especially for Linux) so we gave up. It appears it might be ok now on 10.2.3/10.3 I will do some more testing and advise
  3. hsvandrew

    Changes in Parallel Library

    Ok I'm prepared to concede this problem isn't happening anymore on 10.2.3 (some of these results came from earlier in 2018) - it is possible this is a linux only problem as that was the platform where this issue was experienced
×