-
-
Notifications
You must be signed in to change notification settings - Fork 576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom window themes using HTML 5 #26
Comments
Minimizing and maximizing is not enough to implement custom styled windows. It MinimizeWindow() Related issue #31 ("Expose useful Windows API functions to Javascript"). Create an example with custom window theme. Original comment by
|
See the css properties like "-webkit-app-region" (with drag/no-drag values) and https://github.com/rogerwang/node-webkit/wiki/Frameless-window Original comment by |
Hello Czarek. |
@amargravity No plans currently for this feature. Fundings for new features are possible if people are interested: https://github.com/cztomczak/phpdesktop#fundings-for-new-features |
@cztomczak Thank you for your reply. |
This project is great! But IE is obviously too inferior for a project such as
this. I'll wait for the chrome version instead.
Anyway, here are my suggestions:
Frameless Browser option
Minimize/Maximize using Javascript
Why these suggestions?
Because the main reason I want to create applications using php and html5 is
because you can go crazy about creating the GUI. There's no limit to what you
can do with canvas!
Sadly the GUI frame will break the whole idea up. And emulating the
minimize/maximize button by using javascript or a function that can be called
using html wold be a great feature :D
Will add more suggestions soon as I think of them. Hope to see the chrome
release and more power :)
Regards,
Nile
Original issue reported on code.google.com by
[email protected]
on 4 Apr 2013 at 5:02The text was updated successfully, but these errors were encountered: