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

With theme Win7 icons in toolbar looks like buttons

3 Answers 49 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Jan Marek
Top achievements
Rank 1
Jan Marek asked on 29 Jan 2011, 08:19 PM
Hi, I have problem with toolbar. If I set style Windows 7, icons in toolbar looks like button. Without set up, with default style I dont have this problem. In attached image you can see, what I mean.

My code looks like this:
<telerik:RadToolBar GripVisibility="Collapsed" Margin="0,25,0,0" HorizontalAlignment="Stretch"
VerticalAlignment="Top" x:Name="mainToolBar" OverflowButtonVisibility="Collapsed"
              telerik:StyleManager.Theme="Windows7" >
 <Button Click="Button_Click"  Name="New" ToolTipService.ToolTip="New">          
            
<Image Width="16" Height="16" Source="../Images/11new.png" Margin="4" />
</Button>
                                 .....

3 Answers, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 02 Feb 2011, 07:56 PM
Hi Jan Marek,

I was not able to reproduce your issue, so could you please examine the attached sample project and modify it if I am missing something?

Kind regards,
Viktor Tsvetkov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Jan Marek
Top achievements
Rank 1
answered on 05 Feb 2011, 06:09 PM
I really dont know where could be problem. I remove all styles but still buttons looks like buttons:)
Here is part of my project.
0
Accepted
Viktor Tsvetkov
Telerik team
answered on 07 Feb 2011, 10:06 AM
Hello Jan Marek,

The problem is that you use old dlls and this problem is not actual any more. You can review your project with the dlls from the Q3 SP1 and if you have further questions feel free to ask.

Kind regards,
Viktor Tsvetkov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
ToolBar
Asked by
Jan Marek
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
Jan Marek
Top achievements
Rank 1
Share this question
or