Questions tagged [appearance]

333 questions
14
votes
5 answers

How to make text appear on scroll in html

Hello, I want a certain text to appear when I scroll past it or when I scroll until the point where the text is. The effect when appearing should be somewhat like the first effect on the top of the website http://namanyayg.com/. I want the effect in…
user2906766
  • 863
  • 3
  • 10
  • 12
14
votes
1 answer

iOS 7 Back Button Arrow Vertical Alignment

On iOS 7, is there any way to change the back button arrow's vertical alignment? I can only change the vertical alignment of the title and nothing in UIBarButtonItem's appearance suggest that the arrow vertical alignment can be changed. See the…
Aaron Wojnowski
  • 6,352
  • 5
  • 29
  • 46
13
votes
5 answers

ASP.NET website looks different when deployed

I have googled around for the answer to this question, but haven't come up with anything. Maybe the search terms I used were too generic... Anyway, here goes: I am discovering the joys of web design and ASP.NET, and the nightmare of trying to get…
David
  • 133
  • 1
  • 1
  • 4
12
votes
2 answers

Android button textAppearance

I can change button text appearance by setting it right within object like this:
Marek Sebera
  • 39,650
  • 37
  • 158
  • 244
12
votes
2 answers

css3 appearance property for IE

I have a problem with the css3 appearance property in IE. I need it to hide a select menu's arrow, but it's just not working. I tried PIE.htc, ie-css3.htc and other IE CSS3 supporters, but none of them work with appearance. Help me, please! Thanks…
Emil Avramov
  • 881
  • 5
  • 21
  • 38
12
votes
4 answers

How to disable Xcode 5 automatically upgrade xibs to iOS7 appearance

If you open an Xcode 4.x project at Xcode 5 and then open a xib at Interface Builder, you will get an alert: NOTE: I only have the issues with the forced iOS7 appearance, auto layout is still turned off for me. And then i accidentally clicked…
Laszlo
  • 2,803
  • 2
  • 28
  • 33
11
votes
1 answer

Angular 2+ set standard Form field appearance value

Working actually on form fields, I'm only using an outline appearance for my inputs (see more here). Not wanting to copy appearance=outline everywhere on each form, I wanted to know if there was a way to set the standard value of the appearance on…
Joël-Etienne
  • 386
  • 1
  • 12
10
votes
5 answers

JLabel not greyed out when disabled, when HTML text displayed

How do I get a JLabel displaying a HTML string to appear greyed out (which is the behaviour of JLabels that don't display HTML text)? Is there another way than actually changing the colour myself by modifying the foreground property? JLabel label1 =…
bguiz
  • 27,371
  • 47
  • 154
  • 243
9
votes
2 answers

Alternatives to appearance proxy for Table Cells' UILabel setFont

I'm loving being able to use an appearance proxy in my iOS5 app to customise the NavigationController UI elements system-wide, however: I have a lot of nested tables in my app, of which I'd love to be able to change the font across all table cells.…
Sarreph
  • 1,986
  • 2
  • 19
  • 41
9
votes
3 answers

macOS Dark Mode and NSAboutPanelOptionCredits

I have a fairly straight forward App called Range in the app store that I want to make dark mode compliant for macOS 10.14. I've noticed is that the About window is not changing all of the text colors. I'm using the NSAboutPanelOptionCredits where…
Drew
  • 1,422
  • 1
  • 18
  • 29
9
votes
1 answer

How to set appearance for a UIButton without affecting UIBarButtonItems?

Using the following code to customize regular UIButtons also affects UIBarButtonItems and clear buttons in text fields. [[UIButton appearance] setBackgroundImage:greenButtonImage forState:UIControlStateNormal]; I do not wish to customize the latter…
Maciej Swic
  • 11,139
  • 8
  • 52
  • 68
8
votes
6 answers

UINavigationBar and new iOS 5+ appearance API - how to supply two background images?

I want to exploit the new iOS 5 appearance API to supply custom background images to all UINavigationBar instances in my app. To do this, it's as simple as this: [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"whatever.png"]…
Mark Beaton
  • 2,657
  • 3
  • 23
  • 33
8
votes
2 answers

Change color of links in NUnit Test Runner in Resharper

I prefer to use the dark theme in Visual Studio, but one source of annoyance is the links in Resharper's nUnit Test Runner. I've looked everywhere, but I can't seem to find the option to change to get them to display properly. Specifically, this the…
Brian Deragon
  • 2,929
  • 24
  • 44
8
votes
2 answers

Eclipse Background Color will not change OSX, Pydev

Please read before marking as duplicate, I have searched for an answer to my specific issue for a long time and have not found one. My Eclipse (Luna 4.4.1) IDE refuses to change the background color for the text editor. Please see the screenshot. It…
LaserJesus
  • 8,230
  • 7
  • 47
  • 65
8
votes
1 answer

How Do I Handle Windows 7's 125% or 150% Magnification (Delphi)

Windows 7 has added on its Control Panel, Appearance and Personalization, Display setting, an ability to Magnify the text and other items by 125% or 150%. When that is done, some of the contents of the Forms and Dialogs of my Delphi 2009 program…
lkessler
  • 19,819
  • 36
  • 132
  • 203
1
2
3
22 23