-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
Main application loses focus after showing splash screen #5
Labels
Comments
Same issue for me - very minor, but oh so annoying! :) |
💯% |
Yes, I'm aware about this problem... But did not find any solution last time I worked on it... I need to find out something... |
I bet @shytikov can find the solution to that one too... ;) |
@rappen Challenge accepted! |
Excellent! I obviously accept this pull request :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is really minor thing, but quite annoying when you developing plugin.
I setup Visual Studio to start
XrmToolBox
executable each time after build to test functionality I've implemented. And actuallyXrmToolBox
acts the same running stand-alone as well.XrmToolBox
starts, shows splash screen and then disappears from sight. It is still in task bar, but user need to click its icon to bring it back to focus state.It's minor, if user starts
XrmToolBox
only once, but if it is done in consequence (like during plugin debugging, it's quite annoying to searchXrmToolBox
among running programs). Sometimes it might confuse inexperienced user, since expected behavior of the program that had been run is to stay on top of any other programs that is currently running.Maybe it's specific it my environment. I need somebody else to confirm the issue. I'm using Windows 8.1.
The text was updated successfully, but these errors were encountered: