Activity overview
Latest activity by tom103
james.billings wrote:
Is there any possibility we'll be able to obtain a copy of your code (or if that's not possible, at least the executables) so we can investigate further? So far, this problem hasn't been reliably reproducible in-house.
I can't send you the code of this specific application because it belongs to my company, but I can reproduce the issue with any Windows Store app... This project has the problem; I created it from the Grid App (XAML) template and didn't change anything in it. / comments
james.billings wrote:
Is there any possibility we'll be able to obtain a copy of your code (or if that's not possible, at least the executables) so we can investigate further? So far, this probl...
james.billings wrote:
Out of interest, what kind of spec is the machine you're running on? It sounds like the problem is more likely to manifest itself on lower-specification machines.
Windows 8 Pro 64-bit
Intel Core i7 2600 3.4GHz
8GB RAM / comments
james.billings wrote:
Out of interest, what kind of spec is the machine you're running on? It sounds like the problem is more likely to manifest itself on lower-specification machines.
Windows...
Hi James, thanks for your reply.
It doesn't seem to change anything, I get the same results as before. / comments
Hi James, thanks for your reply.
It doesn't seem to change anything, I get the same results as before.
The profiler did not find any methods with source code
I'm trying to profile a Windows Store application, but ANTS Performance profiler only shows methods named "<Unknown>.<Unknown>()".
I've seen this page, but all it says about Windows Store apps is t...
Hi,
Any news on this bug ?
Actually I realize that the issue isn't really when you focus Reflector with Alt-Tab, but when you leave it with Alt-Tab. When you press Alt, it focuses the menu immediately. So when you get back to the Reflector window, the menu is still active.
The menu should be focused on the KeyUp event, not KeyDown. That's what all other applications do / comments
Hi,
Any news on this bug ?
Actually I realize that the issue isn't really when you focus Reflector with Alt-Tab, but when you leave it with Alt-Tab. When you press Alt, it focuses the menu immediat...
Alex, thanks for your reply.
Unfortunately, that's not what I want... I still want to see the definition when I press F12. I only want to open Reflector when I explicitly use the "Open in .NET Reflector" menu option / comments
Alex, thanks for your reply.
Unfortunately, that's not what I want... I still want to see the definition when I press F12. I only want to open Reflector when I explicitly use the "Open in .NET Refl...
.NET Reflector add-in incompatible with Resharper ?
In the Visual Studio code editor, when I click on "Open in .NET Reflector" in the context menu, Resharper kicks in and shows me the declaration of the item (not its source), and the Reflector add-i...
[Bug] Focus issue when using Alt-Tab to switch to Reflector
There is an annoying bug which seems to be new in 6.x (I don't remember seeing it in earlier versions). When the Reflector window is activated using Alt-Tab, the menu always takes keyboard focus, i...