Page 1 of 1
Javascript Demos - where are HTML files ?
Posted: Wed Jan 24, 2018 5:27 pm
by michal@dorfin.waw.pl
I'm trying to run Javascript demos. Some of them work with HTML files (i.e. JSSimpleWindowBinding.html) that I cannot find anywhere.
Where should I look ?
Re: Javascript Demos - where are HTML files ?
Posted: Wed Jan 24, 2018 5:43 pm
by salvadordf
Hi,
All the HTML files are in the BIN directory :
https://github.com/salvadordf/CEF4Delph ... master/bin
All the demos should create the EXE files inside the BIN directory unless there's some kind of incompatibility in the DPR files.
Please, check the project options to see if the output directory is set to the BIN directory.
Re: Javascript Demos - where are HTML files ?
Posted: Wed Jan 24, 2018 5:50 pm
by michal@dorfin.waw.pl
Thank You!