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

RadWindow contains odd vertical sprite

13 Answers 51 Views
Theme Builder
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Veteran
Jonathan asked on 28 Jun 2018, 10:44 AM

Hi..

I tried the theme builder - it seems to work. My theme was created. But my RadWindow contains an odd vertical black line.  Any ideas?

See the attachment.

thx

13 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Jun 2018, 11:57 AM
Hello Jonathan,

It will be hard to help you without inspecting the problem locally.

Can you provide a live URL to the page so that I can examine it from my side or open a support ticket and provide a simple runnable project which demonstrates the issue?

Another option is to inspect it with the DevTools HTML inspector and see what is causing it.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 12:04 PM

Sure

https://flomportal.azurewebsites.net/

 

using a radwindow as login.

 

thx

0
Rumen
Telerik team
answered on 28 Jun 2018, 12:38 PM
What is the username?

Regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 12:42 PM

I haven't done any work on the next page...  nothing to see

Do you see the black vertical line on the RadWindow?

0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 01:07 PM

I think your generated code is using the wrong sprite. Their are 2 in folder.

WindowsVerticalSprites.gif and WindowsVerticalSprites.png

 

The png has that weird black line

0
Rumen
Telerik team
answered on 28 Jun 2018, 01:19 PM
Thank you for the extra information.

I examined the rendering of RadWindow and noticed that it is rendered with its classic rendering (RenderMode="Classic"), which uses images.

The Theme Builder generates skins only for the Lightweight render mode, which uses font icons instead of images. That's why can you please make sure that all Telerik AJAX components on the page have set RenderMode="Lightweight"?

You can find more for the RenderMode feature of RadWindow in this demo : Render Modes.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 01:30 PM
Setting to lightweight I get this!
0
Rumen
Telerik team
answered on 28 Jun 2018, 03:03 PM
Hi again,

The window on https://flomportal.azurewebsites.net/ used classic skin with classic render mode. Can you please set EnableShadow=false which will remove the shadows which make the side borders bigger? 

As to the Lightweight rendering, you need to generate a skin through the Theme Builder, set the RenderMode to Lightweight and import the generated files by the Theme Builder in the page. You can see the attached video for more information.

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 03:09 PM

thx again for helping.
I did use the Theme builder and set to Lightweight and got the image I attached.

I will try again

0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 03:23 PM

Looks better.. gradient is diff,  

Do you know why the title is abbreviated? with "..."

thx again

0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 03:31 PM

Looks better.. gradient is diff,  

Do you know why the title is abbreviated? with "..."

thx again

0
Accepted
Rumen
Telerik team
answered on 28 Jun 2018, 04:05 PM
Hi,

You can control the titlebar text width via this CSS class:

.RadWindow .rwTitleWrapper .rwTitle {
    width: 100% !important;
}

You can also find attached a video demonstration.

Kind regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Jonathan
Top achievements
Rank 1
Veteran
answered on 28 Jun 2018, 04:56 PM
thx again!
Tags
Theme Builder
Asked by
Jonathan
Top achievements
Rank 1
Veteran
Answers by
Rumen
Telerik team
Jonathan
Top achievements
Rank 1
Veteran
Share this question
or