posts - 114, comments - 204, trackbacks - 82

My Links

News

View Anthony Trudeau's profile on LinkedIn

Add to Technorati Favorites

Article Categories

Archives

Post Categories

Image Galleries

Other Links

July 2009 Entries

FR11622: Serializable EventArgs for Infragistics Controls
I ran into an issue on Friday night while using the Infragistics controls within the scope of the Composite UI Application Block (CAB). My problem started when I tried to create a command with CAB from a UltraToolbarsManager tool using a function with a CommandHandler attribute that matched the signature of the event as shown below: // statement within the work item Commands["MyCommand"].AddIn... "ToolClick"); [CommandHandler("MyCommand")] public void MyCommand(object sender, ToolClickEventArgs...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 22, 2009 9:50 AM | Feedback (3) | Filed Under [ .NET ]

Custom formatting for control data binding
The databinding functionality for Windows Forms is pretty easy to use if not a little basic. However, the bindings do allow you to assign an IFormatProvider which would mean to me that you could format the data in any way you want. However, it appears that the formatting only applies for the purpose of globalization. Instead, if you want custom formatting (ICustomFormatter) for your data you'll need to handle the Format event of the binding. You'll also have to handle the Parse event if your parseable...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, July 13, 2009 11:41 AM | Feedback (2) | Filed Under [ .NET ]

Unrecognized configuration section userSettings
Tonight I ran into a problem running the start of a composite application that I was making work with the Infragistics support for the Composite UI application block. The problem occurred with the simplist implementation of an empty shell form. The exception was a configuration exception that said, "Configuration system failed to initialize" and it had an inner exception with the message, "Unrecognized configuration section userSettings..." I let Visual Studio create a Settings class and add the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Monday, July 06, 2009 5:16 PM | Feedback (12) | Filed Under [ .NET ]

Powered by: