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

RadWizard Skin Images

2 Answers 61 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Chance
Top achievements
Rank 1
Chance asked on 24 Aug 2017, 02:32 PM

I was following this sample I found online that shows how to overwrite the telerik skin for a combo box control with your own custom css file in a separate project and it adds the images as WebResources like this:

[assembly: WebResource("TelerikCustomSkins.ComboBox_Images.rcbArrowCell.gif", "image/gif")]

 

I was trying to do this for the radwizard control but its missing the arrow that shows on the current step when you use one of the default skins.  I'm guessing that must be an image but where can I get the default images for these skins so I can add them as Web Resources to my skin project class?

2 Answers, 1 is accepted

Sort by
0
Chance
Top achievements
Rank 1
answered on 24 Aug 2017, 03:37 PM

Found the images I was looking for and added them to the skin class and added the images as Embedded Resource but the arrow image still doesn't show.

[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCallout.png", "image/png")]
[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCalloutDisable.png", "image/png")]
[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCalloutDisableRtl.png", "image/png")]
[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCalloutHover.png", "image/png")]
[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCalloutHoverRtl.png", "image/png")]
[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCalloutRtl.png", "image/png")]
[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCalloutSelect.png", "image/png")]
[assembly: WebResource("TelerikCustomSkins.Wizard_Images.rwzCalloutSelectRtl.png", "image/png")]
0
Vessy
Telerik team
answered on 28 Aug 2017, 03:27 PM
Hi Chance,

We are aware of such problems in or 2017 R1 release, which are already fixed in our latest version. Can you try upgrading to it and see whether the issue persists?
http://www.telerik.com/forums/known-issues-and-important-changes#GQBgODtL3EeNY-oLg5qt0g

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
SkinManager
Asked by
Chance
Top achievements
Rank 1
Answers by
Chance
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or