Browse by Tags

All Tags » silverlight » trigger
  • Sterling Silverlight and Windows Phone 7 Database Triggers and Auto-Identity

    Sterling changeset 72063 [browse the source code here] introduces triggers. The trigger is a powerful feature that allows you to universally intercept database operations. Their application in Sterling resolves several concerns, including: Validation — prevent a save operation from succeeding if data integrity is compromised, or prevent a ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on January 15, 2011
  • Silverlight Behaviors and Triggers: Making a True Behavior

    We have explored using dependency properties and attached properties to abstract behaviors and triggers. In my last article, TextBox Magic, I showed how to create a dependency property to enable a textbox filter that would prevent anything but digits. In this article, we'll take it a step further and turn it into a ''true'' behavior. A ''true'' ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 16, 2009
  • Silverlight Behaviors and Triggers: Making a Trigger Action

    So far we've explored how to use dependency properties and attached properties to create reusable behaviors and triggers. I showed you recently how to refactor an attached property to use the Behavior base class instead. Today, we'll look at the TriggerAction that is also available in System.Windows.Interactivity (either as a part of Expression ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 11, 2009
  • Silverlight Behaviors and Triggers: TextBox Magic

    The TextBox control is popular in Silverlight but comes with a few nuances. For example, the default behavior is that the data is not bound until the control loses focus! This can be awkward when you have a form with a disabled save button. The save button won't enable until the text box contains content, but it won't ''know'' about the content ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 7, 2009
  • Silverlight Behaviors and Triggers: Storyboard Trigger Example

    One of the most powerful benefits of Silverlight is that it uses the DependencyProperty model. Using this model, you can create attached properties to describe reusable behaviors and attach those behaviors to certain elements. An example of this is firing animations in the UI elements. One criticism of Silverlight has been the lack of support ...
    Posted to Jeremy Likness' Blog (Weblog) by Anonymous on October 6, 2009
Powered by Community Server (Commercial Edition), by Telligent Systems