In FNC_Dark style the buildin editor of FNCPlanner has white buttons with white fontcolor. The buttons still working, but user can't see the buttons.
It looks like that:
How to style fontcolor and buttoncolor in buildin-editor?
How to style backgroundcolor of the pagecontrol buildin-editor?
How to style the buttom panel containing the buttons for remove, add and cancel?
how to translate caption of labels and buttons in buildin-editor?
When buildin-editor is opened, the inactive time color changes from dark brown to white. When the build in editor is closed, color of inactive time is changed back to dark brown. How to stop this behavior? In following screenshot you see the normal color before doubleclick on the item and after editor is closed:
As with the grid, please set AdaptToStyle programmatically to True, in the constructor of the form of you are using VCL or FMX styles. if you are using FNC styling, set the style name programmatically in the same way. Please note that you cannot combine AdaptToStyle and FNC style manager styling. To customize the panel, you can access properties by using TMSFNCPlanner1.GetEditingDialog.
Did i make a mistake in my sourcecode? It compiles. I can style and translate the buttons and panels. The Labels are not styleable. What about the Tabs? The tabs are eben without a property in TTMSFNCPlannerEditingDialog. How to style and translate them?
Just for information. The color of the buttonpanel in the editor does change the color in the inactive area of the planner when the editor is active. When you choose red for the Buttompanel the inactive area gets this color. When you compare my screenshots from the beginning you see the white color of the buttompanel and the white color of the inactive area are the same (white). I only changed the color in the editor in clgray and when the editor is active the inactivearea color changes also to clgray. For me its ok, it changes in my case from cldargrey to clgrey, maybe for others you have a look at that issue.