Open Smurf-IV opened 3 years ago
An Exception is also thrown when a dialog is created on a different thread than the original application, and a designer has a KryptonManager
assignment
which is very hard to catch.
doing the following does not solve it because it sends a message to the other forms that are on other threads
private void cmbThemeSelect_SelectedIndexChanged(object sender, EventArgs e)
{
void Me() => ThemeManager.SetTheme(cmbThemeSelect.Text, kryptonManager1);
if (Created)
{
BeginInvoke((MethodInvoker)Me);
}
}
@Wagnerp,
Please assign to me. Thank you.
@giduac Done
Hi @Wagnerp ,
This can be moved to V100, ty..