Quantcast
Channel: The Old New Thing
Browsing all 24428 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

@henke37, @AndyCadley: blogs.msdn.com/.../detecting-and-automatically-dumping-hung-gui-based-windows-applications.aspx

View Article


Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

The latest version of Android has a setting in the developer section where you can make apps that don't respond in a timely fashion in their main thread to messages flash.  You get a thick red border...

View Article


Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

Very good explanation, thanks. Would parallelizing the code in Explorer that does this scan help? This way, you could ask a bunch of windows at the same time and hopefully the right one will come back...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

I keep wondering why it seems to be worse with Windows 7 than it is with Windows XP.  With no applications running, my Windows XP box will respond to the Windows+L hotkey to lock the screen...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

>> Would parallelizing the code in Explorer that does this scan help? [That only speeds up the case where the app is already running. The initial launch will still have to wait. -Raymond] Yes,...

View Article


Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

[That only speeds up the case where the app is already running. The initial launch will still have to wait. -Raymond] Doesn't this also speed up when there's *two* slow windows, or am I missing...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

My workaround is to use a program (such as AutoHotKey) that allows you to configure hotkeys but doesn't bother to query apps/windows.  You can optionally add app detection logic to prevent a duplicate...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

This bites me quite a lot. Maybe now I can figure out what program is causing this. Still, I find the behaviour rather annoying as, in almost all cases, I actually *want* to start another copy of the...

View Article


Image may be NSFW.
Clik here to view.

re: What were the tests that WinG did to evaluate video cards?

Microsoft has to accept that manufacturers are going to cheat (i.e. act in their self-interest) and  it can try to box them in as much as possible, but this has to happen essentially in the open. You...

View Article


Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

A similar problem can happen when you double click a document, or click on a link in an HTML control. In that case, in order to prevent the same document being opened twice, a DDE message is sent and...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

>>I'm sure it's too late to change now, but why didn't explorer originally store the hotkey information internally? >[Because RegisterHotKey is a window manager feature, not an Explorer...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

@Tim Dawson: Or Windows should change the handling a bit... Explorer can send the WM_GETHOTKEY as broadcast message, and if no reply in 3 seconds, launch the application instead. So in the end it would...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

@James: There's one flaw on that: Not every Windows application is launched by Explorer. Say, IE can launch notepad or else for opening downloads. So Explorer don't keep track of every application...

View Article


Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

@cheong00: That's exactly what I meant by "a case where the window was created by a child process".  My point was that figuring out which window corresponds to which shortcut is very non-trivial, and...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

On the other hand, maybe DWM can expose a function to allow Explorer query that, so Explorer can query a centralized source instead of asking each applications? It'd be good if Explorer can know when a...

View Article


Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

What if two windows have the same shortcut?  Which is given focus?

View Article

Image may be NSFW.
Clik here to view.

re: When you don't speak a language, don't sound like you speak the language

@mpz: "the fact that you don't speak the language comes across anyway" Yes. In europe, one of my travel partners was annoyed that everyone spoke english to him. He said, "how does everyone know...

View Article


Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

Thanks for this wonderful explanation..!

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

Raymond, I couldn't have put it better than Mason Wheeler: I think the real question is, why do you have to query active programs for their hotkeys?  Why doesn't the program register its hotkey with...

View Article

Image may be NSFW.
Clik here to view.

re: Why is there sometimes a long delay between pressing a hotkey for a...

3 seconds delay for each non-responsive app? hardly that is the true..maybe in the Windows lab where Ray is sitting, but in the real world try forever. I start a debug session then hit WIN+E to launch...

View Article
Browsing all 24428 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>