Code Monkey home page Code Monkey logo

Comments (24)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
When creating desktop applications, we may not consider an increase of 10 MB to 
avail features that Chrome's engine can expose. Also, it avoids issues 
regarding different versions of internet explorer that might be installed in 
user system.

Original comment by [email protected] on 18 Jun 2012 at 6:01

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Issue 2 has been merged into this issue.

Original comment by [email protected] on 3 Jul 2012 at 1:51

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Chrome engine will definitely appear in one of next versions, along with IE as 
an option.

Original comment by [email protected] on 3 Jul 2012 at 1:55

  • Changed title: An option to use Chrome engine
  • Changed state: Accepted

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Embed Chrome's engine by using Chromium Embedded Framework:
http://code.google.com/p/chromiumembedded/

Original comment by [email protected] on 3 Jul 2012 at 1:58

  • Changed title: *Add support for Chrome Engine *

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
it will be great using webkit - chrome as main rendering engine,

will wait for those great release :)

Original comment by [email protected] on 28 Sep 2012 at 10:09

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Oh man, I really think that 14mb is not an issue, most of today's usb devices 
are over 1 gb, also internet speed is really fast these days, please!!!!!!!! 
Chrome!!

Original comment by [email protected] on 12 Jan 2013 at 7:00

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
We will use CEF 3 from the Chromium Ebedded Framework.

Btw. just moments ago there was a first release of PHP Desktop
with Internet Explorer engine embedded, go to Downloads or see
the main page as it had a major update.

Next on the list is Chrome engine.

Original comment by [email protected] on 13 Jan 2013 at 3:41

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Im waiting it too :)

Original comment by [email protected] on 10 Jul 2013 at 6:20

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
I'd love this feature for a current project, is there any news of progress or 
when we could expect a release? I'd be very willing to donate if this feature 
was implemented. :)

Original comment by [email protected] on 19 Jul 2013 at 7:11

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
I'm quite busy for the next 5-6 weeks, after that I plan on making the Chrome
Engine happen.

Original comment by [email protected] on 19 Jul 2013 at 8:32

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
I just wanted to let you know I also promise to donate once this feature is 
implemented.  It's pretty much the thing that will make this project usable for 
me and I'm super excited for it.  I can't wait!  Thanks for all you do!

Original comment by [email protected] on 20 Jul 2013 at 5:00

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Hello Czarek

Is the chrome engine ready to use now ?

Original comment by [email protected] on 18 Sep 2013 at 10:17

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
MSIE Trident engine is outdated, or so it seems. Modern CSS techniques like 
"display: inline-block" are ignored, and HTML5 tags are not supported for 
styling as Trident doesn't know how to parse CSS against them (ie: nav, header, 
footer, section, etc)

Chromium would be a much better fit and can't wait for the feature to be 
implemented.

Original comment by [email protected] on 23 Sep 2013 at 1:47

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
[deleted comment]

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Hey @czarek, curious where your progress is with this feature? I'd be more than 
willing to take a look at the feature set you're envisioning and see if I can 
help in any way.

Original comment by [email protected] on 28 Oct 2013 at 9:04

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
[deleted comment]

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
It past 1 month and 1 week. Any news?

Original comment by [email protected] on 30 Oct 2013 at 5:39

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
please stop with the feeling of entitlement already, sponsor the feature if you 
so desperately need it

Original comment by [email protected] on 30 Oct 2013 at 5:40

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
There hasn't been much progress, I was sick for the last two weeks. I'm also 
starting a new full-time job next week, so it's going to be rush for the next 
few weeks I think.

Original comment by [email protected] on 31 Oct 2013 at 7:55

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Dear all,

I found temporary solution, before PHPDesktop will support Chrome Engine.

If someone interesting (it is not best solution but work well):

1. Create main folder of your project, for example "project";
2. Put into php-cgi.exe, php5.dll, php.ini and folder "ext" with needs php 
extensions;
3. Put there next files from node-webkit: icudt.dll, nw.exe, nw.pak, 
nwsnapshot.exe;
4. Create sub folder "www";
5. Put into "www" sub folder all your js, html, php, css files
6. Create runapp.vbs file in "project" folder and insert next script
----------------------------------------------------
Dim objShell
Set objShell = wscript.createobject("wscript.shell")
objShell.Run "taskkill /F /IM php-cgi.exe", 0, TRUE
wscript.Sleep 2000 
objShell.Run "php-cgi.exe -S 127.0.0.1:52005 -t www -c php.ini"
wscript.Sleep 3000 
objShell.Run "nw --url=""http://127.0.0.1:52005"" --no-toolbar", 0, TRUE
----------------------------------------------------
7. Run runapp.vbs file and voila.


Section 2: files can be get from PHPDesktop;
Section 3: files can be get from this url 
https://github.com/rogerwang/node-webkit

PS: If you will have question i can explain.

Original comment by [email protected] on 23 Nov 2013 at 10:32

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Support for the Chrome engine added in revision a0e859ba4adc.

The binary release should be ready within a few hours.

There is still one thing to do, removing the "View Source" option from the 
mouse context menu. The other options like "Back", "Forward", "Print" could be 
usefull. The context menu can be disabled via javascript. An option in 
settings.json will be added for that in some later release.

Original comment by [email protected] on 19 Jan 2014 at 6:04

  • Changed state: Fixed

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
PHP Desktop Chrome 31.0 released, go see main project page or go straight to 
Downloads.

There are four distributions available for download:
1) With PHP 5.5.8 minified binaries
2) With PHP 5.5.8 full
3) With PHP 5.4.24 minified binaries
4) With PHP 5.4.24 full

Created the ChromeSettings wiki page.

New option "dpi_aware" added to the settings.json file. See the Settings wiki 
page for more details.

Original comment by [email protected] on 19 Jan 2014 at 11:30

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
[deleted comment]

from phpdesktop.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 8, 2024
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/phpdesktop/issues/1

Original comment by [email protected] on 24 Aug 2015 at 3:12

from phpdesktop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.