In the early times before 2007_3 I placed C1NumericEdits in a container, for instance a Win.Forms.Panel. When the panel was disabled, all contained controls were disabled too. When the panel have been enabled by code, all contained controls have been enabled too again.
Since 2007_3 all C1NumericEdits stay disabled after enabling of their container. I have to enable them separately by code. And after this manual enabling they further look like disabled, because they stay in the color DisabledForeColor.
Would it be possible to rebuild the former inheritance of the enabled-state from the container again and to repair the proper look after enabling a C1Input control?
!micha