1
vote
2answers
29 views
Setting content in an inherited (BasedOn) style.
I have a base style, say:
<Style x:Key="DefaultButtonStyle" TargetType="{x:Type Button}">
<Setter Property="Background" Value="{StaticResource DefaultButtonBackground}" />
…
0
votes
1answer
19 views
Select an element that doesn’t have a background set
The title pretty much says it all.
Using jQuery, I need to select all elements that do not have a background color or image defined, and apply at least a white background to it.
Thanks!
0
votes
2answers
23 views
WPF- Catch the clicking of a button that was added to a style (ListBoxItem)
I have added a button to a template for a ListBoxItem. I want to know how to catch the click for the button (not selecting the ListboxItem).
The button clicks just fine in the UI, but I can't seem …
0
votes
1answer
18 views
Adobe Flex Progress Bar for LoadStyleDeclarations
I'm loading a rather large swf as style with the following command:
StyleManager.loadStyleDeclarations("assets/modules/"style.swf",true,false,ApplicationDomain.currentDomain);
The style is loaded …
0
votes
0answers
54 views
Elegantly override style of ComboBox’s ToggleButton in WPF
I have a question regarding how to elegantly override an arbitrary element deep inside a control's visual tree. I also have attempted to resolve it in a few different ways, but I've run into several …
1
vote
1answer
31 views
Applying a FontFamily to all Controls in Silverlight 4 Beta
I'd like to give every Control a certain FontFamily and FontWeight in Silverlight 4.0. I know that styles can now apply to all controls of a certain type, so I tried this:
<Style …
1
vote
1answer
27 views
How can I change styles of XAML file using Data Binding?
I'm binding a collection of objects to a listbox in WPF, for simplicity we'll say the object i'm binding has 3 propertys: Name, URL, IsBold. What I want to do, is have it displayed different if the …
0
votes
3answers
37 views
WPF style basedon current
Is there a way to create a style that extends the current style, i.e. not a specific style?
I have a WPF application where I create styles to set some properties like borders or validation.
…
0
votes
0answers
31 views
Android theme customization
Hi,
I am working on theme-ing my android app. After I went through 'Styles and Themes' in Android SDK and this article, I am still left with one question.
Simply put, how can I use android:textSize …
0
votes
3answers
16 views
Create reusable chart style in reporting services
I would like to be able to change the formatting of groups of reports separately from the content of the report itself. Then if we decide to change the way we present our reports this can be changed …
3
votes
14answers
332 views
Is it something bad to use <BR />?
Hi,
Is it something bad to use <BR/> tags? Why I ask this is, in our development team it was one of the first advices to me not use <BR/> but to use styles.
But why? Are there some …
0
votes
0answers
23 views
FrameworkElementFactory “ignores” parent resources (e.g. styles)
Hello,
I am trying to create some custom treeviews. Everything is working fine so far, but I got a little problem with styles. I have a simple "RedBackground" Style which I add to the resources of …
0
votes
2answers
38 views
WPF ListView : Header styling
I want to have a ListView with columns and a particular style:
The background for ALL column headers should be transparent except when the mouse is over in one of them.
When this happends, the …
0
votes
3answers
52 views
WPF Style Hierarchy?
I may have missed something obvious with WPF, but is it possible to create styles that work hierarchically with the targeted control's child controls? To better explain, think of how CSS works to …
0
votes
1answer
34 views
Eclipse doesn’t recognize style in the Android Layout builder?
Since Android supports styles and it's good practice to use them (similar to CSS), I made a new style and applied it to 3 buttons.
The Layout builder in Eclipse did not register the changes and …
