I'm trying to apply theme skins to the various controls. The DayPilotCalendar works great. However, for DayPilotBubble and DayPilotMenu, I have not had any luck. I keep getting the YSOD with the error: the control cannot be themed.
Here is what I have in the skin file:
<%@ Register Assembly="DayPilot" Namespace="DayPilot.Web.Ui" TagPrefix="DayPilot" %>
<%-- DayPilot Bubble Control --%>
<DayPilot:DayPilotBubble runat="server" BackColor="#ccff99" BorderColor="#006699" UseShadow="true">
</DayPilot:DayPilotBubble>
<%-- DayPilot Menu Control --%>
<DayPilot:DayPilotMenu runat="server" MenuTitle="Actions" MenuBackColor="#ffffcc" MenuBorderColor="#336699"
MenuItemColor="#336699" MenuTitleBackColor="#669999" MenuFontSize="8pt">
</DayPilot:DayPilotMenu>
Any ideas? Thanks in advance!