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

Move window to front after creation #8

Open
genmeblog opened this issue Apr 8, 2019 · 3 comments
Open

Move window to front after creation #8

genmeblog opened this issue Apr 8, 2019 · 3 comments

Comments

@genmeblog
Copy link
Contributor

generateme/cljplot#1

@jackrusher
Copy link

Hey T!

A related request: I've just been playing with using Clojure2D for graphics again after awhile using other tools, and I find myself wanting to be able to pass a flag to show-window that tells it to call (.setAlwaysOnTop (:frame window) true). Obviously, I can do this myself after the window has materialized, but I suspect I'm not the only one who likes to fullscreen emacs and still have the drawing canvas float in view on top. :)

@genmeblog
Copy link
Contributor Author

Hey J! Actually someone asked me for this already and there is a parameter :always-on-top? (I haven't documented it yet.). Set it to true in show-window. https://github.com/Clojure2D/clojure2d/blob/master/src/clojure2d/core.clj#L2081
It's in snapshot "1.2.0-SNAPSHOT" (you can safely use this).

@jackrusher
Copy link

O, lovely. I'll upgrade and give it a go. :)

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