E
E
Exelenz2014-05-07 17:01:58
Delphi
Exelenz, 2014-05-07 17:01:58

On what to write the scoreboard of the airport?

Mini visual information system for passengers.
There is a computer and a large monitor connected to it, on which you need to display information about flights, at the airport. The information in the table is updated periodically.
On what to write?
The prototype was written in delphi, but in terms of design, there are very few possibilities.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
A
Andrey Burov, 2014-05-07
@BuriK666

Make the HTML page and browser full screen.
Use JavaScript and some server-side language to update the data.

F
FedorK, 2014-05-07
@FedorK

You can make a client application in JavaScript (with a server layer for accessing the database, for example, in PHP). In terms of design features, more than enough - HTML5 again.
And it will be less messy and more scalable than Delphi.

P
Pavel K, 2014-05-07
@PavelK

Forget about html pages and browsers.
Enough with lamerism, I would tear my hands off for your html pages with output to the browser, ranging from ordinary payment terminals to programs for managing gas stations in Denver on localhost. Hmm, thanks for that, but that's another story.
Qt + QML is the perfect solution in my opinion.
Cross-platform, javascript, simple interface writing similar to html markup + all the advantages of desktop programs.

V
Viktor Koltcov, 2014-05-08
@Vityarik

Fire Monkey, in recent versions of Delphi, has significantly expanded the possibilities for implementing design.

E
Exelenz, 2014-05-07
@Exelenz

I considered such an opportunity, but what attracts a win-application is that it can be "tightly" placed in full-screen mode on top of everything else. does it work with a browser? All sorts of system messages will constantly come out, etc.

Y
Yakov Kravtsov, 2014-06-02
@virus_forever

It is possible to display information on Flash. Displaying a movie on a Delphi form - *.swf and setting up the interaction of delphi <> swf is elementary.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question