We've migrated our win-application to IG 8.2. After opening form in designer and changing values of few properties in ToolbarManager or TabbedMdiManager uncompilable code is generated in file *.Designer.cs. This code is connected with FontData (but you don't need to modifcate values connected to FontData to see this code generated):
ApplyResources(appearance1.FontData, "appearance1.FontData");ApplyResources(appearance1, "appearance1");appearance1.ForceApplyResources = "FontData|";
If you edit this code and write "resources" before this line it will build without problems (e.g. resources.ApplyResources(appearance1.FontData, "appearance1.FontData"); ).
(It's not strictly connected with WinTabbedMdi, but I didn't know where to place it.)
zbowling,
As Mike mentions earlier in this thread, this sounds like a bug that we already fixed (BR30315).
What version of NetAdvantage for .NET are you using? Are you using the latest service release for that version?
I'm having the same issue here.
When the localizable flag is set on the control, the infragistics code doesn't generate correctly.
Instead of being:
resources.ApplyResources(...)
I get:
ApplyResources(...)
mglienecke,
Can you please email me at dsmanager@infragistics.com and provide the case number through which you were discussing this with Developer Support? I'd like to look at your issue further to ensure that it's handled properly.
Hi,
I tried submitting to support, but I just get useless samples back and the comment that perhaps my code might be wrong. I really don't catch why they don't even look up this forum here. I am really tired to prove that it's not my fault...
This is a bug and I would recommend submitting the issue to the support group: http://es.infragistics.com/gethelp. Also, did you have the same problem with 8.1, or did you skip over that version? I'm just curious because this seems like it might be related to the fix for another issue, BR30315, which was fixed in 8.1 and 8.2.