When I refresh the combo, Snoop only every finds one of my app's windows. Whether I use the combo or the crosshairs, I can only snoop one of my app's windows, regardless of which one I click on. ...
Id #7726 |
Planned Release:
None
|
Last Updated: Feb 14 at 11:02 AM by hamish |
Created On: Feb 13 at 6:12 PM by hamish
When using larger than 100% font sizes in Win7, the drag graphics for the target buttons are not positioned below the mouse.
Id #7574 |
Planned Release:
None
|
Last Updated: Jan 24 at 8:48 PM by cplotts |
Created On: Dec 31 2011 at 3:24 PM by Mantaray
Hi @all,
I'm trying to snoop my current .NET 4.0 application on Windows 7 with the stable 2.7.0 version, but Snoop always crashes with a TargetInvocationException.
at System.RuntimeMethodHand...
Id #7498 |
Planned Release:
None
|
Last Updated: Dec 21 2011 at 1:21 PM by cgruenzner |
Created On: Nov 29 2011 at 1:23 PM by cgruenzner
After changing my application from using an ItemsControl to showing each item in a child Window, I get the following exception when trying to snoop it:
System.Reflection.TargetInvocationException ...
Id #7474 |
Planned Release:
None
|
Last Updated: Nov 21 2011 at 2:22 PM by kentcb |
Created On: Nov 21 2011 at 9:34 AM by kentcb
If IMyInterface is not a DependencyObject Snoop crash.
In PertinentPropertyFilter.cs line 52 add:
if (attachedPropertyForType.TargetType.IsSubclassOf(typeof(DependencyObject)))
{
and then...
Id #7397 |
Planned Release:
None
|
Last Updated: Oct 28 2011 at 3:19 PM by tazzo |
Created On: Oct 28 2011 at 3:19 PM by tazzo
I have a custom System.Windows.Controls.Canvas so I can override OnRender. I cannot see the preview of these items in the Preview area. After enabling the preview area, the Snoop logo goes away. ...
Id #7217 |
Planned Release:
Snoop 2.7.1
|
Last Updated: Oct 19 2011 at 9:07 PM by iamphi |
Created On: Oct 3 2011 at 10:31 PM by iamphi
Having an issue when try to access visual tree of WPF controls in task pane of Excel Add-in.
Looks like PresentationSource.CurrentSources appears to be empty and hence Snoop is not able to reach t...
Id #7201 |
Planned Release:
None
|
Last Updated: Nov 1 2011 at 11:32 PM by maciekrakowski |
Created On: Sep 29 2011 at 10:01 AM by sedated
Create a "Methods" tab on which we can invoke methods. Basically, we want to be able to invoke methods on the UI items as well as the data context. It would also be nice to be able to have a series...
Id #7189 |
Planned Release:
None
|
Last Updated: Sep 24 2011 at 3:37 AM by maciekrakowski |
Created On: Sep 24 2011 at 3:37 AM by maciekrakowski
When the main window of a WPF application has the ShowInTaskbar attribute to the false value, the Snoop App chooser (combobox) does not find the WPF Application
Id #7172 |
Planned Release:
None
|
Last Updated: Sep 15 2011 at 4:14 PM by zendev |
Created On: Sep 15 2011 at 4:14 PM by zendev
Snoop.SnoopUI.GoBabyGo():
foreach (PresentationSource source in PresentationSource.CurrentSources)
{
Visual rootVisual = source.RootVisual;
(*) Dispatcher dispatcher = rootVisua...
Id #7164 |
Planned Release:
None
|
Last Updated: Sep 15 2011 at 7:42 AM by thk |
Created On: Sep 14 2011 at 9:12 AM by thk
|
|
|
|
|