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

[Solved] RibbonBar images

1 Answer 87 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Janice
Top achievements
Rank 1
Janice asked on 22 Aug 2013, 07:59 PM
I am creating images to be used on the RibbonBar. 

I will be creating 16x16 and 32x32 images for each item on the bar.  My question is, what is the dpi needed?  And do you support multiple dpi, as Microsoft's ribbon framework does?

Microsoft suggests multiple images; one for each of these dpi:  96, 120, 144, and 192.  Can the RibbonBar use these images and adjust to the variety of screen sizes and resolutions we have today... from mobile to tablet to laptop to desktop?

Thank you,
Janice

1 Answer, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 27 Aug 2013, 07:07 AM
Hi, Janice.

While for native applications this [various dpi] may be applicable, for web sites it's not quite so e.g. just one DPI fits all. In fact, there is not simple way to specify images for different DPI.

In addition it doesn't really matter what DPI you use when exporting images from Photoshop. For instance all images shipped with Telerik's RadControls for ASP.NET Ajax are exported with the "traditional" 72 DPI, while Windows 7 uses 96 DPI.

On your next question -- adapting the Ribbon to various resolutions: that happens mostly out of the box. The ribbon has the ability to reflow / resize it's own content (buttons, dropdowns etc) to fit the available space. If not possible, it will collapse the containing group.

It is of course possible to design a skin optimized for certain resolution / device to maximize the user experience on that device, but that's another story.

And lastly, but not least, complex and intricate command interfaces are not suited for mobile (small form factor) devices, as the screen real estate is really not suited for them.

If you have further questions about the ribbon bar, or any other control for that matter, do contact us back.

Regards,
Ivan Zhekov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
RibbonBar
Asked by
Janice
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Share this question
or