MaterialSkin icon indicating copy to clipboard operation
MaterialSkin copied to clipboard

Forecolor cannot be set on text field

Open dpaulflavius opened this issue 5 years ago • 4 comments

Hello,

I have just installed MaterialSkin in a Windows Forms Application project created with VS 2017.

I have added a MaterialSingleLineTextField''on which I wanted to change the fore color, but it doesn't work, is black all the time.

I also have noticed that this problem is with all the controls where a fore color can be set.

dpaulflavius avatar Mar 20 '19 19:03 dpaulflavius

I have the same issue, cant find solution anywhere!! The components are looking normal outside a tab but inside a tab all of them are black, same like here: https://github.com/IgnaceMaes/MaterialSkin/issues/121

cskata avatar Aug 24 '19 17:08 cskata

I think its take it all or leave it scenario here,

        materialSkinManager = MaterialSkinManager.Instance;
        //Key line
        materialSkinManager.EnforceBackcolorOnAllComponents = true;
        materialSkinManager.AddFormToManage(this);
        materialSkinManager.Theme = MaterialSkinManager.Themes.DARK;

if you set the highlighted line to true then default theme is applied to all controls but if you set it to false then you can apply your own colors but then you have to set the color of all controls manually.

mwaqasaziz avatar Dec 05 '20 09:12 mwaqasaziz

Hola, tengo el mismo problema, encontraron alguna solución? me podrían ayudar?

Richard-Acu-Zel-2020 avatar Jun 26 '21 20:06 Richard-Acu-Zel-2020

Same problem with Label. bold italic red just appears as plain normal black text.

adubry75 avatar Apr 11 '22 21:04 adubry75