Skip to content
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

Open
GoogleCodeExporter opened this issue Aug 28, 2015 · 5 comments
Open

Custom window themes using HTML 5 #26

GoogleCodeExporter opened this issue Aug 28, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

GoogleCodeExporter commented Aug 28, 2015

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 m...@nilesuan.com on 4 Apr 2013 at 5:02

@GoogleCodeExporter
Copy link
Author

GoogleCodeExporter commented Aug 28, 2015

Minimizing and maximizing is not enough to implement custom styled windows. It
would also be needed to allow for dragging and resizing the window. These API
functions would need to be exposed to javascript:

MinimizeWindow()
MaximizeWindow()
CloseWindow()
MoveWindow()
ResizeWindow()

Related issue #31 ("Expose useful Windows API functions to Javascript").

Create an example with custom window theme.

Original comment by czarek.t...@gmail.com on 23 Jan 2014 at 8:38

  • Changed title: Custom window themes with the use of HTML 5

@GoogleCodeExporter
Copy link
Author

GoogleCodeExporter commented Aug 28, 2015

See the css properties like "-webkit-app-region" (with drag/no-drag values) and
"-webkit-user-select" used in Frameless window in Node-Webkit:

https://github.com/rogerwang/node-webkit/wiki/Frameless-window

Original comment by czarek.t...@gmail.com on 16 Feb 2014 at 3:44

@amargravity
Copy link

Hello Czarek.
Just came up to this project and I absolutely love it.
I just want to ask you if you have any plans on implementing frameless windows (popups) in the near future.

@cztomczak
Copy link
Owner

@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

@amargravity
Copy link

@cztomczak Thank you for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants