neoThemeManager - Forum

Forum Navigation
You need to log in to create posts and topics.

neoThemeManager

I used the neoThemeManager to change the color of a messagebox and it works in test mode, but when I upload my project to the server, the messagebox color is back to the default.  Am I doing something wrong?

Thanks

 

@fkapnist I don't think so. Once you recompile the project it should include the selected theme. Perhaps a cache issue?
Anyway I suggest you to use MessageBoxEx instead of MessageBox so you can chose any color to customize the popup window.

Regards.

Quote from luishp on April 15, 2025, 8:19 am

@fkapnist I don't think so. Once you recompile the project it should include the selected theme. Perhaps a cache issue?
Anyway I suggest you to use MessageBoxEx instead of MessageBox so you can chose any color to customize the popup window.

Regards.

I went to the Bootstrap web page and copied the bootstrap.min.css file to my server and now it works.

thanks