-
Notifications
You must be signed in to change notification settings - Fork 3
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
div over programs #8
Comments
That kind of layering would only be possible by involving additional browser windows. I didn't make an API to support that yet, but it sounds interesting. |
Yes, and the possibility of positioning this browser window as you wish in relation to the width and height of the screen. A use case would be to create a start menu or a top panel, for example. I would really like to help in the development of these things, but some things in the project end up making my understanding difficult, such as the use of packages for desktop, tray, wallpaper, etc... instead of just using components within a directory called Components. |
Here's an article that describes how this sort of thing might be possible: The " There are only separate packages for things like wallpaper because they are "pluggable" aspects of the window manager that don't have to be used. It also makes them potentially a little bit easier to copy out and fork from if someone wanted to create derivative packages. |
Do you intend to do so? I believe it should be a priority, as it will open up many possibilities. |
I would eventually get around to implementing it I think, but would also accept a PR for it. |
To do this, we need the ability to render components in a window without a title bar and transparent, in addition to being able to set the position, width and height of the window. This way we could create a start menu. |
I will try to do it |
First attempt here |
In packages/react-config/desktop.tsx, how can I make my component or div stay on top of any open application?
The text was updated successfully, but these errors were encountered: