Hi out there,
my NA generates this code after each modification on the UserForm and I don't know why:
// // ultraGroupBox1 // appearance2.BackColor = System.Drawing.SystemColors.Control; ApplyResources(appearance2.FontData, "appearance2.FontData"); ApplyResources(appearance2, "appearance2"); appearance2.ForceApplyResources = "FontData|"; this.ultraGroupBox1.Appearance = appearance2;
This is created within the InitializeComponent Methode. The ApplyResources will not compile, this does not exist for an plain UserForm.
Is there an fix for this?
Thanks,
Frank
Pat,
I'm not sure of the status of this fix or whether it has been released yet. If you contact Developer Support, they should be able to tell you when this fix was implemented and what version it is in.
-Matt
Do you know if there's a fix for this problem? We're in the same situation.
Pat
Frank,
I'm pretty sure that this has been reported as a bug, so you should contact Developer Support so that you can be notified of a release. As to how to fix it, I know it's rather annoying, but you need to add "resources." before the ApplyResources call in order to get that to work. I also think that this only happens when you have the Localizable property of the Form/UserControl set to True.