You can't set Global Styles right?

2010-03-31 Thread Scott Barnes
In WPF you can set global styles but in SIlverlight it's right+click+Apply Style right? ie i'm not high in thinking that am I? :) ___ ozsilverlight mailing list ozsilverlight@ozsilverlight.com

Re: You can't set Global Styles right?

2010-03-31 Thread ross
In WPF you can do this in say your app.xaml or in a merged dictionary: Application.Resources Style TargetType=Button Setter Property=Background Value=Red/ /Style /Application.Resources And all buttons will be red unless the style is overridden. This doesn't work in Silverlight

Re: You can't set Global Styles right?

2010-03-31 Thread Stephen Price
You can use the Silverlight toolkit to apply your theme.xaml file and then put implicit styles in that theme file. Its funny, I was surprised you couldn't do it, had forgotten I was using the toolkit to apply my implicit styles. Glad its part of SL4. On Wed, Mar 31, 2010 at 2:53 PM, ross

Re: You can't set Global Styles right?

2010-03-31 Thread Miguel Madero
WinPhone is still SL3 :( By the release it might be SL4 or SL5... hopefully in the next update of the WinP tools this will change -- Miguel A. Madero Reyes www.miguelmadero.com (blog) m...@miguelmadero.com ___ ozsilverlight mailing list

Re: You can't set Global Styles right?

2010-03-31 Thread Miguel Madero
winstonp...@gmail.com *Sent:* Wednesday, 31 March 2010 4:36 PM *To:* ozSilverlight ozsilverlight@ozsilverlight.com *Subject:* Re: You can't set Global Styles right? I think these are one of the many gripes I had with 3 and my lack of motivation to write an actual SL app. I know I'll

Re: You can't set Global Styles right?

2010-03-31 Thread Miguel Madero
SL4 does this OOB. The ImplicitStyleManager was deprecated. SL4 is so close to be released that I would suggest to use it for any new development even if its just for this feature. On Wed, Mar 31, 2010 at 1:27 AM, Stephen Price step...@perthprojects.comwrote: You can use the Silverlight toolkit

Re: You can't set Global Styles right?

2010-03-31 Thread Miguel Madero
The dev experience is great. I started playing with some apps and it was a breeze, having Silverlight experience it's really easy. You can do the UI in blend with some nice animations and databing everything to a viewmodel, etc. I didn't hear anything about the marketplace, the phones are coming

RE: You can't set Global Styles right?

2010-03-31 Thread Carl . Scarlett
...@miguelmadero.com Sent: Thursday, 1 April 2010 9:07 AM To: ozSilverlight ozsilverlight@ozsilverlight.com Subject: Re: You can't set Global Styles right? The dev experience is great. I started playing with some apps and it was a breeze, having Silverlight experience it's really easy. You can do the UI in blend

RE: You can't set Global Styles right?

2010-03-31 Thread Carl . Scarlett
Of carl.scarl...@bankwest.com.au Sent: Thursday, April 01, 2010 12:39 PM To: ozsilverlight@ozsilverlight.com Subject: RE: You can't set Global Styles right? It's only the beginning. I'm sure things will improve rapidly from here. I think I found out about marketplace from keynote 1 from MIX10

RE: You can't set Global Styles right?

2010-03-31 Thread Scott Barnes
: ozsilverlight-boun...@ozsilverlight.com [mailto:ozsilverlight-boun...@ozsilverlight.com] On Behalf Of carl.scarl...@bankwest.com.au Sent: Thursday, April 01, 2010 1:18 PM To: ozsilverlight@ozsilverlight.com Subject: RE: You can't set Global Styles right? I'm curious: how does it protect developers? I