Questions tagged [snoop]

Snoop is the open source WPF spying utility. It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things.

Snoop is the open source WPF spying utility created by Pete Blois and now maintained by Team Snoop (Cory Plotts, Dan Hanan, Andrei Kashcha, and Maciek Rakowski).

It allows you to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things.

56 questions
0
votes
1 answer

With WPF, how does Snoop force a window refresh on a property change?

I have a very odd problem: In my C# code, if I set the "Topmost" property, the window does not stay on top. However, if I toggle this same property in Snoop, the windows stays on top. My question is this: what is Snoop doing to force the window…
Contango
  • 76,540
  • 58
  • 260
  • 305
0
votes
2 answers

DataBinding Failure using Custom Dependency Properties

I want to highlight all cells in a DataGrid based on the search text in some TextBox in my view. To do this I have the following static class with the required Dependency Properties (DP) public static class DataGridTextSearch { public static…
MoonKnight
  • 23,214
  • 40
  • 145
  • 277
0
votes
0 answers

WPF Image Disappears

I have a WPF application with a pop-up window. The window has a Image element that has a binding to Uri. The image does not appear when the window loaded, when I do Snoop, and going through the visual tree, it suddenly appears. Do you have an idea…
Harry
  • 1,686
  • 2
  • 15
  • 21
0
votes
0 answers

Netty Snoop-like implementation does not receive server response data

I've implemented a Netty Snoop-like HTTP server and client. The server can be tested easily with a browser - it works as expected. The client is harder to test but through debugging I can tell that it receives the headers just fine but it doesn't…
Mark452452
  • 25
  • 1
  • 6
0
votes
1 answer

How to collect Snoop Traces

I have to collect the snoop traces of the network packets flowing from a switching element to a UNIX server which are on the same network path. Can you please tell me the procedure to do the same. PS- The switching element can be accessed from…
abc
  • 37
  • 1
  • 10
0
votes
0 answers

How to prevent Snoop from spying WPF program?

I know Snoop is the open source WPF spying utility, it can help us to spy/browse the visual tree of a running WPF application (without the need for a debugger) … and change properties ... amongst other things. So it will be very helpful during our…
johnson
  • 388
  • 5
  • 16
0
votes
1 answer

Snoop program window is just a line?

I opened up Snoop today so I could inspect some properties of my WPF program's window. And the Snoop "bar" is just a line! It is 1 to 3 pixels tall. I have no idea how I got it that way, but how do I fix it??
Tony Vitabile
  • 8,298
  • 15
  • 67
  • 123
0
votes
1 answer

Modifying TextBox ControlTemplate to limit scrolling, property settings aren't correct at runtime

I'm having problems customizing the ControlTemplate for a TextBox. The idea is to automatically print text neatly on lined paper with as little user interaction as possible, while remaining as flexible as possible with regard to text length, font…
Tom
  • 627
  • 1
  • 5
  • 11
0
votes
1 answer

Android MediaPlayer.snoop(): How do you get future audio data?

This is something that I'm guessing is impossible without weird work arounds if its possible at all. However, How would I use snoop() (or something like it) to get audio data for the audio approximately 10 seconds in advance or for the entire…
Karl Floersch
  • 327
  • 4
  • 15
-1
votes
1 answer

Why TCP not recved ACK from server in Solaris machine?

In the client side , sftp application send some packet to ssh server port 22. SFTP application send packet to TCP , from etherial capture we can see that sftp packet send from application to TCP and TCP send to packet to server but TCP not recieved…
Syedsma
  • 1,183
  • 5
  • 17
  • 22
-1
votes
1 answer

Issue on Android Reminder Snoozing

I have created a Reminder App with Snoozing option.. Everything is alright when snoozing is activated for only one reminder.. When i add a second reminder, the first one was duplicated(overide) by the second one.. I attched the code here. Plz help…
Raja45
  • 11
  • 2
1 2 3
4