PWA and Theme for the creating form at runtime

Hi,

After fix in v 2.4.6.1 I can't confirm that this issue was solved. Try repro project from

https://support.tmssoftware.com/t/pwa-and-theme-for-the-creating-form-at-runtime/22696

You do not set the 2nd form theme in your code.
See fixed project.
Project1.zip (36.3 KB)

You mean this:

Form2.SetColorScheme(Application.ColorScheme);

Ok good to know that when I create new form I have to set this due to PWA color scheme.

If you programmatically create the form, programmatically initialize its style when needed.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.