How to make IDEA task bar button flash
Every once in a while I let IDEA do some longer running task and do some other work in a different application. When IDEA has finished that task, the IDEA button in the task bar (I'm using Windows, BTW) starts flashing.
Is there a way to force that behavior in the OpenAPI?
Best regards,
Jens
Please sign in to leave a comment.
Hello Jens,
Just request the focus. :) This is standard Windows behavior which has nothing
to do with our OpenAPI.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hello Dmitry,
yes, I had been pondering that, but I don't know on which Component.
Regards,
Jens
No hint? How do I get a suitable AWT component on which to call requestFocus() from the Project object?
Regards,
Jens
Hello Jens,
WindowManager.getInstance().getFrame(project)
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hi Dmitry,
thanks for the quick response; however calling requestFocus() on that component has no effect, no blinking at all. :(
Regards,
Jens