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

Windows8 Style Changed with Q2 SP1?

12 Answers 55 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Denny
Top achievements
Rank 1
Denny asked on 12 Aug 2014, 09:44 AM
Hello,

I installed the Q2 SP1 and now the RadComboBox shows different than before.
How can I reuse the Windows8 Theme?

12 Answers, 1 is accepted

Sort by
0
Accepted
Masha
Telerik team
answered on 13 Aug 2014, 05:44 AM
Hi Denny,

Thank you for bringing this to our attention.

The issue was already fixed, and the fix will be available in our next internal build which is this Monday.

I'm sorry for any inconvenience caused.

Regards,
Masha
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Robert
Top achievements
Rank 1
answered on 18 Aug 2014, 03:11 PM
I just downloaded latest buld today (8/18/14) and changed out all my telerik references to ones downloaded.  My combo boxes are still "black" and not win8.  All other controls are correctly picking up win8 theme.

Did I miss a step?
0
Masha
Telerik team
answered on 19 Aug 2014, 07:03 AM
Hello Robert,

I've checked and can confirm that the issue has already been fixed. What I would suggest is to try to clean the solution, manually delete bin and obj folders in Windows Explorer and rebuild the project.

If the issue still persist, could you please provide a sample project to check what may be the source of the problem.


Regards,
Masha
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Robert
Top achievements
Rank 1
answered on 19 Aug 2014, 02:57 PM
Hi,

I cleared obj and bin folders and cleaned solution. I verified that dll references are copy local, pointing to v 818.45. I toggled "specific version" and still seeing office black on start up.

I will be able to post sample project either mon or tue next week, week of 8/25.
0
Masha
Telerik team
answered on 20 Aug 2014, 07:03 AM
Hi Robert,

A sample project demonstrating the scenario will be of great help.

I am looking forward to your reply.

Regards,
Masha
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Robert
Top achievements
Rank 1
answered on 25 Aug 2014, 08:52 PM
attached is a sample project.  My UI developer put it together.  I verified that the combobox came up with the black theme.  This is using the 8/25 latest internal build dlls.

unable to attach with dlls, see next post
0
Robert
Top achievements
Rank 1
answered on 25 Aug 2014, 08:53 PM
cannot attached zip or rar, try this

http://rwallaceconsulting.com/ComboBoxTest.zip
0
Masha
Telerik team
answered on 26 Aug 2014, 07:36 AM
Hi Robert,

Thank you for the project.

I've noticed that you use Xaml binaries and merge them in App.xaml. You should reference NoXAML DLLs when using implicit styles approach as described in our online documentationThis way the background  of RadComboBox will get the correct color.

You could also use StyleManager but in this case you should remove merged dictionaries from App.xaml and apply StyleManager in code behind as follow:

public MainWindow()
{
    StyleManager.ApplicationTheme = new Windows8Theme();
    InitializeComponent();
}


Please let me know if this helps.

Regards,
Masha
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Ronny
Top achievements
Rank 1
answered on 07 Sep 2014, 09:11 AM
Hi,

the same problem occures in Windows8Touch Theme. Can you fix this too? Thanks.

Best regards,
Ronny
0
Masha
Telerik team
answered on 10 Sep 2014, 05:09 AM
Hello Ronny,

The issue with the RadComboBox has been fixed, you can use the latest internal build. Please note that the RadComboBox has gradient background color by design in Windows8Touch theme.

I hope it helps.

Regards,
Masha
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
0
Sven
Top achievements
Rank 1
answered on 24 Sep 2014, 10:04 AM
Do you have any idea when the next release for this will occur?
We don't want to use an internal build for this.
0
Masha
Telerik team
answered on 25 Sep 2014, 06:28 AM
Hi Sven,

Our next release will be available by the end of October.

I hope it helps.

Regards,
Masha
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
ComboBox
Asked by
Denny
Top achievements
Rank 1
Answers by
Masha
Telerik team
Robert
Top achievements
Rank 1
Ronny
Top achievements
Rank 1
Sven
Top achievements
Rank 1
Share this question
or