This is a migrated thread and some comments may be shown as answers.

Custom Skin Sunny

1 Answer 95 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Pierre
Top achievements
Rank 2
Iron
Iron
Pierre asked on 20 Dec 2007, 09:18 PM
hi, after installing the new release of Premethus control, I see that the Sunny skin are not embended anymore. (I receive error telling me that the skin was not found). I follow the custom skin creation help file to take the sunny skin of the radCalendar part and use it with prometheus. All work good except for the arrow on the top of the calendar. The path are always the root pf my web site, i cant set it to found the image in the theme directory. I search in the css file but I can't found where I can put a path for this arrows.

My Themes folder are:

App_Theme
    -- Default
        -- Calendar
            - Img
                - arrowLeft.gif
            - Calendar.Sunny.css

Any suggestion? Thanks.

PS: why do you remove this embended skin? This cause some problem when updating to keep the design without need of creating custom skin each time..

1 Answer, 1 is accepted

Sort by
0
Petja
Telerik team
answered on 21 Dec 2007, 09:07 AM
Hello Pierre,

As you may know, all skins for RadControls Prometheus are embedded in the Telerik.Web.UI assembly as in the ASP.NET RadControls only the Default skin is and the rest are positioned in the Skin RadControls directory of the product. In addition, there are many cases in which different Prometheus controls are integrated and work as one. For this reason, we have to make sure that they have the same set of embedded skins, and from now on RadControls Prometheus will be shipped with the so called common set of skins. At present this set of skins includes:

Black
Default
Default2006
Inox
Mac
Office2007
Outlook
Telerik
Vista
Web20
WebBlue

All newly created skins will also be "common" and available for all controls included in Prometheus.
We are sorry for any inconvenience caused and I hope you understand our point of view.
The rest of the skins will soon be available for download on our website here:
http://www.telerik.com/skins/

We are glad that you have managed to import the Sunny skin in your project.
Some RadCalendar images are not references by the skin as navigation images and picker buttons ones, but are true image elements. You could reference them by the following RadCalendar properties:
<telerik:RadCalendar ID="RadCalendar1" runat="server"  EnableEmbeddedSkins="false" Skin="Sunny"  
    NavigationNextImage="..." NavigationPrevImage="..." 
    FastNavigationNextImage="..." FastNavigationPrevImage="...."
</telerik:RadCalendar> 

We hope that helps.

Regards,
Petja
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Calendar
Asked by
Pierre
Top achievements
Rank 2
Iron
Iron
Answers by
Petja
Telerik team
Share this question
or