0
votes
1answer
17 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
15 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 …
1
vote
1answer
28 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 …
0
votes
0answers
44 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
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 …
3
votes
14answers
328 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
3answers
33 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
3answers
15 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 …
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
2answers
36 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
2answers
101 views
DataTemplates in resource dictionaries don’t inherit from app.xaml styles??
I added custom named styles to the app.xaml.
I created an external resource dictionary (which I attach in the merged dictionaries of the app.xaml) and when I try to use one of the above named styles …
0
votes
3answers
50 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 …
2
votes
2answers
52 views
Where to find Generic.xaml for native WPF controls?
Where to find Generic.xaml (or other code with the default look) for native WPF controls such as Button, CheckBox, TextBox, etc?
0
votes
2answers
26 views
ASP.Net Theme not applying to one page.
I have an ASP.Net site and one page will not load the ASP.Net themes even though it works for everything else. It's in the same directory as other pages that work. It uses the same master page as …
