0
votes
1answer
20 views
jquery ui style customization
how do i change the tab size, font size etc for my jquery accordion?
0
votes
6answers
105 views
What kind of grammar do you use for comments? [closed]
For example, for a comment describing
mq_open() {
}
Do you use the imperative
// open a message queue
or third person?
// opens a message queue
1
vote
1answer
18 views
Possible to access default styles
Somewhere I read that ExpressionBlend can create copies of the default style of a wpf control for the developer to edit.
However, VisualStudio can not. (At least I haven't found a way...)
Is it …
1
vote
2answers
24 views
WPF: Restyle all controls with scroll bars
How can I change the style -ONCE- for the scrollbars shown by all controls (listbox, treeview, scrollbarviewer, richtextbox, etc...)?
2
votes
1answer
44 views
HTML: table of forms?
I frequently find myself wanting to make a table of forms -- a bunch of rows, each row being a separate form with its own fields and submit button. For instance, here's an example pet shop application …
0
votes
1answer
20 views
WPF - Catch a CLR event in A Style template
I have a style for a ListBox. In the listbox style I have a style for the ListBoxItems. All of this is in the section.
I want to catch the IsEnabledChanged event for the Listbox Items (see this …
0
votes
1answer
21 views
Underline Text in Label which is in a DataTemplate
Hello,
i have a ListView which contains objects bound from an collection. The representation of the objects i have set with data-template. Now i want to do the following.
There are two TextBlocks in …
0
votes
1answer
25 views
styling an air application - background image
So I'm trying to give my air application a custom style, I've set the showFlexChrome to false and that's ok it works. now I would like to use an image window I designed in photoshop as the background …
0
votes
1answer
22 views
Android: how do you mix and match colors, styles, and sizes in a single view?
Is it possible to style a single, say, TextView in Android with multiple alternating styles, colors, and sizes? Think inline HTML or CSS but in the Android world.
As an extreme, to demonstrate the …
1
vote
1answer
25 views
Setting WpfToolkit datagrid column editing style.
Hi,
How to make a single datagrid column editable if a particular condition is true?
I'm using MVVM pattern in my application.
Model ::
public class Book : INotifyPropertyChanged
{
public …
0
votes
0answers
19 views
Flash CS4 embedded font style issue
Hi der!
I'm using some fonts embedded in SWF in a program I'm developing. I need to use some specific font style like '37 Thin Condensed' and '26 Ultra Light Italic' etc... how can I specify these …
0
votes
2answers
51 views
How can I change an elements style at runtime?
I have an element and multiple styles, how do I switch between the styles at runtime either programatically or through XAML binding.
<Rectangle x:Name="fixtureControl" Style="{DynamicResource …
0
votes
1answer
47 views
Jquery - How to get the style display attribute “none / block”
Is there a way to get the style: display attribute which would have either none or block?
DIV :
<div id="ctl00_MainContentAreaPlaceHolder_cellPhone_input_msg_container" class="Error cellphone" …
0
votes
1answer
34 views
Styling my listbox in xaml
Hi all xaml-geeks ;)
I've just been fooling around with a ListBox control that I want to style a certain way. For now it looks just like I want it to with rounded corners and no padding. However, the …
1
vote
1answer
23 views
multiple styles wpf from which user can choose
I want let the user choose what style my application has.Small example would be 2 buttons, if user presses button 1 then the background color turns red, if the user presses button 2 then the …
