Infragistics
Topics involving the use of the Infragistics NetAdvantage tools
Yesterday I was contacted by Craig Shoemaker from Infragistics about the problem I posted the day before. Mr. Shoemaker jumped on the problem and said he would get development support management involved. And I promptly received a response from a development support engineer with the likely solution. The forum posting that the support engineer linked to had a screen clip that looked exactly like my problem. And I'm happy to report that the problem is resolved after performing the steps indicated....
I am having a peculiar problem with one of my projects after upgrading to the Infragistics NetAdvantage 9.2 suite. The problem is best shown with a picture (see below), but could loosely be described as having pen button images on most of my Infragistics based controls. This is a CAB-based application and is not the first CAB-based application that I have converted to 9.2. However, it is the first one that has exhibited any problems after converting it from 9.1 to 9.2. It's worth noting that I don't...
The System.Drawing.Printing.Pri... class has the Print mode which will print your document directly to the printer. The Infragistics NetAdvantage suite has a couple of subclasses of PrintDocument. One of them is the Infragistics.Win.UltraWinGr... which is designed to print the contents of a specific data grid. The problem I ran into with the PrintDocument is that it prints to the default printer. There is no prompt for a different printer. However, as it turns out getting...
Infragistics just released 2009 Volume 2 of their NetAdvantage Windows client controls which includes controls for Windows Forms and WPF. New Controls: Timeline control Tile Panel WinControlContainerEditor See the Infragistics New Features page for more information
The UltraTimeline control is one of the new controls being released with this month's NetAdvantage for Windows Client release. The new UltraTimeline control is joined by a new layout metaphor called the UltraTilesPanel (see a video of both here). However, the timeline control is what I'm most excited about. A timeline control displays a data series across a period of time for different subjects. For example, in a scheduling scenario a subject is a person and the data series is the appointments for...
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...
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...
The Infragistics NetAdvantage control suite provides good support for the composite application block (part of the smart client software factory). However, I ran into the difficulty today when I wanted to extend an existing group in an UltraExplorerBar instance. I'm using an UltraExplorerBarWorkspace in my ShellLayoutView. At the start, it contains only one group with the text "Properties" and the key "PropertyGroup". I have the need for modules to add their own groups and to add items to the "PropertyGroup"....
I just recently installed the new version of the Smart Client Software Factory (SCSF) and wanted to utilize the Composite UI Application Block (CAB) support within my Infragistics components with it within Visual Studio 2008. Luckily, the process is easy and these steps are all you have to do: Open Visual Studio 2008 Open the Infragistics.CompositeUI.Wi... solution and allow the conversion Add references to the following Microsoft libraries from the SCSF installation: Microsoft.Practices.Composi...
Yesterday Infragistics released the 2007 Volume 1 Beta 1 of the NetAdvantage control suite for Windows Presentation Foundation (WPF). I really like the look of the data presenter (carousel view), but then I like shiny things.
I'm hoping they put the data presenter in their .NET 2.0 version of the control suite, because I will not being doing WPF for awhile. And for that matter I'm hoping they release 2007 Volume 1 soon for the .NET 2.0 controls. The new version will have a beta of some new
Full Infragistics Archive