Main > Software Forum
HTML5 FrontEnd
Le Chuck:
--- Quote from: arximidis on March 19, 2014, 03:42:12 pm ---PS. I have finally fixed the damaged television on the machine. These are the failed components
It's the switching regulator and the transistor of the flyback transformer
--- End quote ---
Good news! So an update will follow soon? ;D ;D ;D
zobook:
--- Quote from: arximidis on March 19, 2014, 03:42:12 pm ---Hello
You don't need to install any external dlls manually in Windows. Just unzip the following zip file to the directory you copied the exe file
direct link: http://users.ntua.gr/dpiperid/MyWebPage/Catalog/games/QT4libs.zip
Instructions are here: http://users.ntua.gr/dpiperid/MyWebPage/Catalog/games/FE_tutor/htmlFEtutorEN.htm
--- End quote ---
Thanks :applaud: that solve the problem and the program is running now but....is just a black screen with a cube in the middle and a question mark on one of the faces, like what you get when missing a plug-in on some browsers...
Good to know is written in Lazarus, i just recently move from develop in Delphi 7 to Lazarus because that version was too outdated and the newer versions are huge!! (and also because i can use Lazarus at the computer at work, can't install Delphi because of legal issues).
arximidis:
--- Quote from: zobook on March 20, 2014, 07:49:56 am ---
Thanks :applaud: that solve the problem and the program is running now but....is just a black screen with a cube in the middle and a question mark on one of the faces, like what you get when missing a plug-in on some browsers...
Good to know is written in Lazarus, i just recently move from develop in Delphi 7 to Lazarus because that version was too outdated and the newer versions are huge!! (and also because i can use Lazarus at the computer at work, can't install Delphi because of legal issues).
--- End quote ---
That means you don't have the mozilla plugin. This plugin is required in order to play videos. I am not using html5 to play videos, because qt4 version doesn't seem to support the video tag on Windows (on Linux works). So, because I didn't want to have two different versions, I decided to use the vlc plugin
Install this program: http://www.videolan.org/vlc/
(remember to select full install)
Yes the browser is written with lazarus qt version. It doesn't do much. It's implementing some low level functions that normal javascript can't do (e.g. startup a process). The way is doing it is by reading the url links. If they have a specific form it runs a function (with parameters if any)
zobook:
That's it!!! Thank you. I happen to have installed VLC but not a full install (particularly, the mozilla plug-in was not installed). I really like the program, it runs smooth and looks really good.
Nice work!! :cheers:
arximidis:
--- Quote from: Le Chuck on March 19, 2014, 04:49:55 pm ---Good news! So an update will follow soon? ;D ;D ;D
--- End quote ---
Yes... I am planning an update!
--- Quote from: zobook on March 20, 2014, 11:19:23 am ---That's it!!! Thank you. I happen to have installed VLC but not a full install (particularly, the mozilla plug-in was not installed). I really like the program, it runs smooth and looks really good.
Nice work!! :cheers:
--- End quote ---
Thank you very much!