How i can override stimulosft style with my silverlight application style ?
How i can override stimulosft style with my silverlight application style ?
Hello,
I have silverlight application with custom style. But stimulosft still in blue style. Can i disable stimulsoft style?
Regards,
Jalal
I have silverlight application with custom style. But stimulosft still in blue style. Can i disable stimulsoft style?
Regards,
Jalal
How i can override stimulosft style with my silverlight application style ?
Hello,
Silverlight version included the following theme:
Office2010Blue,
Office2010Silver,
Office2010Black,
Office2007Blue,
Office2007Silver,
Office2010Mac
If you want to add your own theme you need to have the source code.
Thank you.
Silverlight version included the following theme:
Office2010Blue,
Office2010Silver,
Office2010Black,
Office2007Blue,
Office2007Silver,
Office2010Mac
If you want to add your own theme you need to have the source code.
Thank you.
-
- Posts: 23
- Joined: Fri Sep 23, 2011 4:43 am
- Location: Germany
How i can override stimulosft style with my silverlight application style ?
Hello,
how can you switch themes from the report code?
Thank you
how can you switch themes from the report code?
Thank you
How i can override stimulosft style with my silverlight application style ?
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
-
- Posts: 23
- Joined: Fri Sep 23, 2011 4:43 am
- Location: Germany
How i can override stimulosft style with my silverlight application style ?
What I mean is, how can we change the theme in the viewer control using code.
thanks
thanks
How i can override stimulosft style with my silverlight application style ?
Hello.
Or if you wish to create your own theme, you should take one of our themes from the Stimulsoft.Controls.SL abbembly (you should have our source code for this) and change it as you need.
Thank you.
You could select theme from existing ones by setting the StiOptions.Silverlight.Themes.CurrentTheme property.RichFinnegan wrote:What I mean is, how can we change the theme in the viewer control using code.
Or if you wish to create your own theme, you should take one of our themes from the Stimulsoft.Controls.SL abbembly (you should have our source code for this) and change it as you need.
Thank you.
-
- Posts: 34
- Joined: Tue Nov 08, 2011 9:34 am
- Location: Frankfurt
How i can override stimulosft style with my silverlight application style ?
Could you please provide a link to a demo app which is able to switch themes?
StiOptions.Silverlight.Themes.CurrentTheme = StiSilverlightThemes.Office2010Silver;
Does change nothing
StiOptions.Silverlight.Themes.CurrentTheme = StiSilverlightThemes.Office2010Silver;
Does change nothing
How i can override stimulosft style with my silverlight application style ?
Hello.
We are making some changes now and from the next prerelease build next code with work.
Thank you.
At this time you should use next code to set a default theme.Alladin wrote:Could you please provide a link to a demo app which is able to switch themes?
StiOptions.Silverlight.Themes.CurrentTheme = StiSilverlightThemes.Office2010Silver;
Does change nothing
Code: Select all
StiSettings.Set("StimulsoftApplication", "Theme", StiSilverlightThemes.Office2010Mac);
Code: Select all
StiOptions.Silverlight.Themes.CurrentTheme = StiSilverlightThemes.Office2010Mac;
-
- Posts: 34
- Joined: Tue Nov 08, 2011 9:34 am
- Location: Frankfurt
-
- Posts: 135
- Joined: Tue Aug 11, 2009 9:38 am
How i can override stimulosft style with my silverlight application style ?
Hello,
Let us know if you need any additional help.
Thank you.
Let us know if you need any additional help.
Thank you.