Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
2k views

Winforms - order of Load and Activated events

One of our users has sent in a log for our .NET Winforms application that indicates that the Activated event is occurring before the Load event. I didn't think this was possible and have coded with ...
2
votes
1answer
2k views

WPF: How do I use EventSetters with a Window Style?

I have styled a window to replace the standard Chrome and I want to handle the Activated and Deactivated events using EventSetters. I get an error "...'Activated' must be a RoutedEvent registered..." ...
2
votes
3answers
349 views

Detect when link is activated - either by click or tab and enter

Just wondering if anyone knows of a way that wiring up jquery to run a function for when a user clicks on a link or tabs to a link and hits enter. I want to intercept that activation of a link and ...
1
vote
2answers
224 views

How can I temporarily prevent a form from getting focus/activating?

my application opens n forms and the user can freely switch back and forth among these forms. When the user decides to confirm the operations performed on one of the forms, I would like to block the ...
1
vote
1answer
1k views

PyQt (or just QT). How to get QComboBox to fire a signal whenever it is set to a value (even if unchanged)

I am using PyQt4, but this is general enough that it could just apply to QT. I have a series of QComboBoxes that I fill from left to right (i.e. selecting an item in the leftmost will populate the ...
0
votes
0answers
38 views

EventToCommand fails for the initial GotFocus event

I begin to apply the Mvvm design pattern in my current project and the framework I used is Mvvm Light toolkit. Now I encoutered a problem when using the EventToCommand to handle "GotFocus" event. The ...
0
votes
2answers
90 views

vb.net activated fires multiple times

I want to update a database based on the form that is currently activated. I had originally decided to use the GotFocus event. However I now understand that will not work as the form has controls on ...
0
votes
0answers
344 views

I get a ServiceActivationException on one of my services while sometimes it works just fine

I have a service that retrieves data from a SQL server using Entity Framework. Most of the time it works fine but sometimes it fails with a The requested service XXXXXXXXXXXXXXXXXXX could be ...