Questions tagged [appearance]

333 questions
0
votes
1 answer

Custom UINavigationBar image with default gradient and lines

I want to use custom graphics as UINavigationBar background: [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"tile"] forBarMetrics:UIBarMetricsDefault]; Works fine, except I lost default gradient, white line at top and…
JOM
  • 8,139
  • 6
  • 78
  • 111
0
votes
1 answer

CSS style textarea like textfield cross browser

The following FIDDLE shows a series of inputs. The last is a textfield. On Firefox it looks different and renders differently based on padding (although less so on FIDDLE than without FIDDLE. What CSS can be used to force it to behave like the…
Walrus
  • 19,801
  • 35
  • 121
  • 199
0
votes
2 answers

How To Remove click effect from a QPushButton

In QT: I only want to show an icon and some text, so I use QPushButton. But how can I remove the click effect from it?
Al2O3
  • 3,103
  • 4
  • 26
  • 52
0
votes
1 answer

How to disable appearance change events in WPF?

In Windows Vista whenever we change the appearance from display properties, it is forcing recreation of the windows controls in our application. Is there a way we can disable this events at application level? BTW our application needs to have…
srs
  • 516
  • 1
  • 4
  • 20
0
votes
1 answer

Qooxdoo, set appearance for required textfield

I want to add some specific style for required fields, but I wantto have only one appearance id. Something like states MyAppareance: { style:function () { if (required) { // add some special styling } } } I can…
Peter
  • 904
  • 1
  • 13
  • 26
0
votes
1 answer

DataGridView fixed columns

I have a DataGridView that I am using to put data in from an access database. I have it on the main form at the moment and when the form is open the grid is just greyed out. When the button is clicked though, the information appears along with the…
Moeii Younes
  • 1
  • 1
  • 1
0
votes
1 answer

Getting the active form caption color

How can i get the color of the caption of the active form in winforms? (Without Api)
OrElse
  • 9,709
  • 39
  • 140
  • 253
0
votes
2 answers

@end must appear in an objective-c context

I am Following a tutorial at http://www.raywenderlich.com/14172/how-to-parse-html-on-ios . Here is my detailviewcontroller.h file. #import @end <-- //errors shows up here. @interface DetailViewController :…
user1529095
  • 37
  • 1
  • 4
0
votes
2 answers

Drop Down menu properties

Does anyone know if, and how I am able to change the colour of the image strip on a simple drop down in visual studio 2008? Currently with a drop down menu i have my own collectn of items, and beside each on the drop down menu is an image strip,…
craig
0
votes
1 answer

UITabBar not updating appearance after Load

I am having a problem with UITabBar, seems like the call to [[UITabBar appearance] setSelectedImageTintColor:barColor]; does nothing once the tabbar is showing, if i put the line in the ViewDidLoad (ViewWillAppear) it does work. Any hint?
DRM
  • 1
0
votes
2 answers

Is there way to apply customize appearance at once to the whole application?

For example, I have a method: - (void)customizeAppearance { [[UINavigationBar appearance] setTitleTextAttributes: [NSDictionary dictionaryWithObjectsAndKeys: [UIColor colorWithRed:255.0/255.0 green:255.0/255.0 blue:255.0/255.0…
RomanHouse
  • 2,552
  • 3
  • 23
  • 44
0
votes
1 answer

Customize UITabBarItem

I know it's possible to customize UITabBarItem in iOS 5 using [[UITabBar appearance] setSelectionIndicatorImage:[UIImage imageNamed:@"tabbar_sel"]]; The tabbar_sel image has the width 120px (640px/5). For landscape mode I need to change this to a…
0
votes
0 answers

How to highlight rows in asp list boxes in devexpress based on condition

I want to know if it's possible to highlight rows in asp list boxes based on condition. In my project I have two list boxes and moving items between them, so I need to color list boxes rows based on condition (for example, color in red those items…
Marianna
  • 35
  • 1
  • 10
0
votes
2 answers

Conditional appearance of gridview rows and columns in aspx devexpress

I have a web project with devexpress component ASPxGridView. So I want to know is any apportunity to change rows appearences, and also to make conditional appearance providing some rules. I know how it works in windows application and want the same…
Marianna
  • 35
  • 1
  • 10
0
votes
1 answer

Maintaining HTML Content Positioning in ENewsletters

How do I get html content to stay in relative position and format from one browser/email to another? When developing e-newsletters, the format appears differently in one email server than in another (when testing to two of my emails). Example: when…
Heather