Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14214 - Control type cannot be skinned

14214   Control type cannot be skinned

Cause

This error occurs if the setSkin(skin) method of the Control class is called on a control class that cannot handle skinning. Controls that are drawn entirely by an external routine such as ActiveXControl, Ocx, or MultiMedia cannot be skinned.

Action

Change your application code accordingly.