Hello,
I'm running into an odd little hiccup. Not all Infragistics editor controls on my form are getting styled properly. I am simply loading the .isl file as part of the application's main form load. The control hierarchy looks like this:
Main Application Form Parent Form (not mdi, just toplevel=false) Child Form Tab control User controls with Infragistics controls
I'm including a few screenshots. I can't send the whole application. The first two screenshots show the designer and that the controls in question are ultra controls. They have all defaults set, no overrides on style. The next one shows one of the tabs which is working right. The last two show the problems.
Submitted under issue # WAS418.
It is reproducible without most application code in there. We do actually have a premium support agreement but it isn't attached to my account.
Still working on getting that sample. It would be simple enough except that some of our forms use generics in such a way that it's a touch more difficult. I'll get a sample to you soon. Maybe today if it's quiet enough.
ResolutionOrder is a property on the Component role within the ISL. But if it's not affecting all of the UltraTextEditors, then that can't be it.
The only other thing I can suggest is that you try to reduce your application down to a small sample and Submit an incident to Infragistics Developer Support.
It seems like it would be easy enough to make a copy of your application, delete all the code except the loading of the isl and see if the problem still occurs, and if so, send that in to Developer Support so they can find out why those particular controls aren't getting styled.
Of course, if you delete all the code and it suddenly starts working, then we will know it's something in the code overriding the styling.
Mike Saltzman"]If it's not the StyleLibraryName, StyleSetName, or UseAppStyling, then I don't know. Are you sure the Isl file you are using actually has styling information for UltraTextEditor controls? Maybe The ResolutionOrder is set to use the control appearance first? Maybe you are using an old version and this was a bug that was fixed.
If it's not the StyleLibraryName, StyleSetName, or UseAppStyling, then I don't know.
Are you sure the Isl file you are using actually has styling information for UltraTextEditor controls?
Maybe The ResolutionOrder is set to use the control appearance first?
Maybe you are using an old version and this was a bug that was fixed.
The Isl file is the stock Office2007Black.isl file.
Every other UltraTextEditor in the application is styled except these.
Where would I look for resolution order?
We are using 8.2.20082.1000