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

embedding external windows doesn't work #2808

Open
4 tasks done
edwloef opened this issue Feb 18, 2025 · 0 comments
Open
4 tasks done

embedding external windows doesn't work #2808

edwloef opened this issue Feb 18, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@edwloef
Copy link
Contributor

edwloef commented Feb 18, 2025

Is your issue REALLY a bug?

  • My issue is indeed a bug!
  • I am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.

Is there an existing issue for this?

  • I have searched the existing issues.

Is this issue related to iced?

  • My hardware is compatible and my graphics drivers are up-to-date.

What happened?

Embedding an external window via the run_with_handle function doesn't work correctly.

I assume this is because the runtime doesn't know not to draw into the window, so there would need to be a way to spawn a window that is ignored while drawing / widgeting. I don't think anything else would be necessary for this to work, since it's already fairly easy to intercept window events via subscriptions, however a way to disable wayland (it doesn't support embedding) would be nice IMO.

This was already discussed on discord a few weeks back, just opening this issue to track progress etc

What is the expected behavior?

.

Version

master

Operating System

Linux

Do you have any log output?

@edwloef edwloef added the bug Something isn't working label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant