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

Property DisplayWindowDescription.is_topmost() does not work on Mac OS #112

Open
kapulkin opened this issue Apr 8, 2020 · 2 comments
Open

Comments

@kapulkin
Copy link
Contributor

kapulkin commented Apr 8, 2020

The code below creates window, which is not always on top

`

// Set the window description
clan::DisplayWindowDescription desc_window;
desc_window.set_title("Motion Learning");
desc_window.set_topmost();
desc_window.set_popup_window();
desc_window.set_allow_resize(false);
desc_window.set_layered(true);
desc_window.show_caption(false);
desc_window.set_size(clan::Size(1792, 828), false);

// Open the windows
window = clan::DisplayWindow(desc_window);

`

@kapulkin
Copy link
Contributor Author

kapulkin commented Apr 8, 2020

There is a discussion on Stackoverflow, how to implement the topmost feature for X11: https://stackoverflow.com/questions/4345224/x11-xlib-window-always-on-top

@rombust
Copy link
Collaborator

rombust commented Oct 2, 2020

Unfortunately, currently no developers are working on the MacOS at the moment

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

2 participants