Hello,
I installed the Q2 SP1 and now the RadComboBox shows different than before.
How can I reuse the Windows8 Theme?
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
0
Accepted
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
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?
Did I miss a step?
0
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
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.
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
Hi Robert,
A sample project demonstrating the scenario will be of great help.
I am looking forward to your reply.
Regards,
Masha
Telerik
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
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
http://rwallaceconsulting.com/ComboBoxTest.zip
0
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 documentation. This 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:
Please let me know if this helps.
Regards,
Masha
Telerik
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 documentation. This 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
the same problem occures in Windows8Touch Theme. Can you fix this too? Thanks.
Best regards,
Ronny
0
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
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.
We don't want to use an internal build for this.
0
Hi Sven,
Our next release will be available by the end of October.
I hope it helps.
Regards,
Masha
Telerik
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.